1. 11 May, 2020 1 commit
  2. 08 May, 2020 1 commit
  3. 07 May, 2020 4 commits
  4. 06 May, 2020 9 commits
  5. 05 May, 2020 6 commits
  6. 04 May, 2020 6 commits
  7. 01 May, 2020 3 commits
  8. 30 Apr, 2020 3 commits
  9. 29 Apr, 2020 2 commits
    • Péter Szilágyi's avatar
      4b6f6ffe
    • gary rong's avatar
      core/state/snapshot: implement storage iterator (#20971) · 26d271df
      gary rong authored
      * core/state/snapshot: implement storage iterator
      
      * core/state/snapshot, tests: implement helper function
      
      * core/state/snapshot: fix storage issue
      
      If an account is deleted in the tx_1 but recreated in the tx_2,
      the it can happen that in this diff layer, both destructedSet
      and storageData records this account. In this case, the storage
      iterator should be able to iterate the slots belong to new account
      but disable further iteration in deeper layers(belong to old account)
      
      * core/state/snapshot: address peter and martin's comment
      
      * core/state: address comments
      
      * core/state/snapshot: fix test
      26d271df
  10. 28 Apr, 2020 5 commits