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

Trie fix #82

Merged
merged 2 commits into from
Dec 27, 2023
Merged

Trie fix #82

merged 2 commits into from
Dec 27, 2023

Conversation

nguyenphuminh
Copy link
Owner

Please describe the changes this PR makes and why it should be merged:

  • The Merkle trie is now flat.
  • The path generation algo is now much faster (even though not used yet).
  • Fixed a problem with building tree in state.js
  • Fixed a problem with storage in runtime.js where storage slots are reloaded every time, state and storage are now cached from the beginning.

Classification

Choose one:

  • This PR add changes to the codebase.
  • This PR add changes to the documentations.

- The Merkle trie is now flat.
- The path generation algo is now much faster (even though not used yet).
- Fixed a problem with building tree in state.js
- Fixed a problem with storage in runtime.js where storage slots are reloaded every time, state and storage are now cached from the beginning.
@nguyenphuminh nguyenphuminh merged commit 065827e into main Dec 27, 2023
3 checks passed
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

Successfully merging this pull request may close these issues.

1 participant