1. 07 5月, 2020 4 次提交
  2. 06 5月, 2020 9 次提交
  3. 05 5月, 2020 6 次提交
  4. 04 5月, 2020 6 次提交
  5. 01 5月, 2020 4 次提交
  6. 30 4月, 2020 2 次提交
  7. 29 4月, 2020 2 次提交
    • P
      4b6f6ffe
    • G
      core/state/snapshot: implement storage iterator (#20971) · 26d271df
      gary rong 提交于
      * 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
  8. 28 4月, 2020 6 次提交
  9. 27 4月, 2020 1 次提交