-
Notifications
You must be signed in to change notification settings - Fork 14
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
Remove old stacktrie #17
Commits on Mar 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c227822 - Browse repository at this point
Copy the full SHA c227822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15ed974 - Browse repository at this point
Copy the full SHA 15ed974View commit details -
Configuration menu - View commit details
-
Copy full SHA for f54d4a7 - Browse repository at this point
Copy the full SHA f54d4a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fe10a2 - Browse repository at this point
Copy the full SHA 2fe10a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d5fd3a - Browse repository at this point
Copy the full SHA 7d5fd3aView commit details -
Fix a few bugs in the stack trie (#9)
* Fix a few bugs * Fix the remaining bugs * Move the stack code to its own file * More PR grooming
Configuration menu - View commit details
-
Copy full SHA for e64f57f - Browse repository at this point
Copy the full SHA e64f57fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e08b7f3 - Browse repository at this point
Copy the full SHA e08b7f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc378fa - Browse repository at this point
Copy the full SHA fc378faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 976c209 - Browse repository at this point
Copy the full SHA 976c209View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99a4955 - Browse repository at this point
Copy the full SHA 99a4955View commit details -
trie: stack trie rewrite (#10)
* Base algorithm * Pass the initial tests * Works with all available tests * Fix missing headers * Various fixes after rebase * Fix issue coming out of goerli sync * Code cleanup and documentation * More comments * Remove outdated tests * Compare StdGenerate with ReStackTrie * Fix the benchmark tests (#11)
Configuration menu - View commit details
-
Copy full SHA for 6f337b5 - Browse repository at this point
Copy the full SHA 6f337b5View commit details
Commits on Mar 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6dc45cf - Browse repository at this point
Copy the full SHA 6dc45cfView commit details
Commits on Mar 25, 2020
-
Restacktrie with pruning (#13)
* revert snaphash to processing all accounts * use ReStackTrie in generateTrie * Save memory by hashing a branch if no more insert will occur
Configuration menu - View commit details
-
Copy full SHA for 62d322a - Browse repository at this point
Copy the full SHA 62d322aView commit details
Commits on Mar 31, 2020
-
trie: stacktrie -- don't create unnecessary common.Hash objects (#14)
* revert snaphash to processing all accounts * use ReStackTrie in generateTrie * Save memory by hashing a branch if no more insert will occur * Don't create unnecessary common.Hash objects
Configuration menu - View commit details
-
Copy full SHA for daea1c4 - Browse repository at this point
Copy the full SHA daea1c4View commit details
Commits on Apr 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f4b7ec6 - Browse repository at this point
Copy the full SHA f4b7ec6View commit details
Commits on May 6, 2020
-
trie: fixes to also support storage tries (#16)
* fix issues when using storage trie * bugfix: 0 as first key byte would produce invalid results
Configuration menu - View commit details
-
Copy full SHA for ddda96e - Browse repository at this point
Copy the full SHA ddda96eView commit details
Commits on May 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5dc6214 - Browse repository at this point
Copy the full SHA 5dc6214View commit details