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

Deduplicate bytecodes #202

Open
2 of 3 tasks
hai-rise opened this issue Jul 4, 2024 · 0 comments · Fixed by #237, #245 or #248
Open
2 of 3 tasks

Deduplicate bytecodes #202

hai-rise opened this issue Jul 4, 2024 · 0 comments · Fixed by #237, #245 or #248
Labels
enhancement New feature or request

Comments

@hai-rise
Copy link
Contributor

hai-rise commented Jul 4, 2024

Many accounts share the same bytecode (forks) so it's much more efficient only to track the code hash accompanied by a mapping from code hashes to the bytecodes. Basically, we should deduplicate any container of EvmAccount.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment