Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new block column: uniswap prices #21

Open
lithp opened this issue Sep 17, 2021 · 1 comment
Open

new block column: uniswap prices #21

lithp opened this issue Sep 17, 2021 · 1 comment
Labels
feat New feature or request tui

Comments

@lithp
Copy link
Owner

lithp commented Sep 17, 2021

  • the user somehow specifies which pools they would like to watch, such as ETH/USDC
  • when showing the block list do some eth_calls to figure out the price as of each block
  • in the future, generalize this to any eth_call users might want to track the result of?
@lithp lithp added feat New feature or request tui labels Sep 17, 2021
@lithp
Copy link
Owner Author

lithp commented Sep 27, 2021

This has a couple components:

  • add support for reading from configuration files
  • read new column definitions (addresses and calldata) from the configuration file (this might be a partial solution to Address aliases? #13)
  • fetch per-block results from the provider
  • cache the results in sled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request tui
Projects
None yet
Development

No branches or pull requests

1 participant