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

trace_api_plugin: optimizations #988

Open
greg7mdp opened this issue Apr 6, 2023 · 0 comments
Open

trace_api_plugin: optimizations #988

greg7mdp opened this issue Apr 6, 2023 · 0 comments

Comments

@greg7mdp
Copy link
Contributor

greg7mdp commented Apr 6, 2023

  1. for get_block and get_transaction_trace, optimize block retrieval so we don't do a sequential lookup
  2. for get_transaction_trace, serialize only the transaction instead of the whole block (may not be critical as it is used only internally in tests)

@heifner 's suggestions:

  1. I would like to see trace_api_plugin enhanced to auto gather abis instead of having to provide them.
  2. Also add an index for trxs for quick retrieval.
  3. Path forward for history solution. Maintain both history_plugin and trace_api_plugin? Replace with new solution?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

3 participants