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

Remove old stacktrie #17

Closed
wants to merge 17 commits into from
Closed

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    c227822 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15ed974 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f54d4a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fe10a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d5fd3a View commit details
    Browse the repository at this point in the history
  6. 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
    gballet authored and holiman committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    e64f57f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e08b7f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc378fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    976c209 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    99a4955 View commit details
    Browse the repository at this point in the history
  11. 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)
    gballet authored and holiman committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    6f337b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

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

Commits on Mar 25, 2020

  1. 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
    gballet authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    62d322a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. 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
    gballet authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    daea1c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

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

Commits on May 6, 2020

  1. trie: fixes to also support storage tries (#16)

    * fix issues when using storage trie
    
    * bugfix: 0 as first key byte would produce invalid results
    gballet authored May 6, 2020
    Configuration menu
    Copy the full SHA
    ddda96e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. trie: Remove buggy StackTrie

    gballet committed May 18, 2020
    Configuration menu
    Copy the full SHA
    5dc6214 View commit details
    Browse the repository at this point in the history