1. 06 May, 2020 7 commits
  2. 05 May, 2020 6 commits
  3. 04 May, 2020 6 commits
  4. 01 May, 2020 3 commits
  5. 30 Apr, 2020 3 commits
  6. 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
  7. 28 Apr, 2020 6 commits
  8. 27 Apr, 2020 6 commits
  9. 24 Apr, 2020 1 commit
    • tgyKomgo's avatar
      p2p/enode: update code comment (#20972) · 1aa83290
      tgyKomgo authored
      It is possible to specify enode URLs using domain name since
      commit b90cdbaa, but the code comment still said that only
      IP addresses are allowed.
      
      Co-authored-by: admin@komgo.io <KomgoRocks2018!>
      1aa83290