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

Christmas trie #236

Merged
merged 5 commits into from
Dec 29, 2022
Merged

Christmas trie #236

merged 5 commits into from
Dec 29, 2022

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    1fdfbcd View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    f7d35ae View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. * trie: make db insert use size instead of full data

    * core/state: minor optimization in state onleaf allocation
    * trie: implement dedicated committer and hasher
    * trie: use dedicated committer/hasher
    * trie: linter nitpicks
    * core/state, trie: avoid unnecessary storage trie load+commit
    * trie: review feedback, mainly docs + minor changes
    * trie: start deprecating old hasher
    * trie: fix misspell+lint
    * trie: deprecate hasher.go, make proof framework use new hasher
    * trie: rename pure_committer/hasher to committer/hasher
    * trie, core/state: fix review concerns
    * trie: more review concerns
    * trie: make commit collapse into hashnode, don't touch dirtyness
    * trie: goimports fixes
    * trie: remove panics
    rameight committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    96e4371 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. use internal libs

    rameight committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    c937e13 View commit details
    Browse the repository at this point in the history
  2. fix typo

    rameight committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    f406fe1 View commit details
    Browse the repository at this point in the history