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

more efficient EVM tracer using native nim data structures besides json tracer #1316

Closed
jangko opened this issue Nov 23, 2022 · 0 comments · Fixed by #1671
Closed

more efficient EVM tracer using native nim data structures besides json tracer #1316

jangko opened this issue Nov 23, 2022 · 0 comments · Fixed by #1671
Labels
enhancement New feature or request

Comments

@jangko
Copy link
Contributor

jangko commented Nov 23, 2022

for large EVM bytes code, tracing the result into json can be slow and memory consumption also very large, using native data structure give users alternative format. those data structures can be serialized into various format.

@jangko jangko added the enhancement New feature or request label Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant