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

Improvements to extractors service #76

Open
2 tasks
Tburm opened this issue Jul 1, 2024 · 0 comments
Open
2 tasks

Improvements to extractors service #76

Tburm opened this issue Jul 1, 2024 · 0 comments

Comments

@Tburm
Copy link
Collaborator

Tburm commented Jul 1, 2024

The process of making historical RPC calls and storing them is not ideal, since it creates heavy RPC load for backfills or new deployments. Luckily cryo reviews the existing directory and fetches minimal data, so zipped archives can potentially avoid this issue using a backup.

Additionally, there could be more friendly alternatives to collect this data. Cryo includes a way to query specific traces, and storage diffs on some chains.

Tasks:

  • Test fetching traces and state diffs using cryo
  • Evaluate possibility of using traces to replacegetVaultCollateral and getVaultDebt calls make using cryo and eth_call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant