good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 03, 2021
  2. May 01, 2021
  3. Apr 30, 2021
  4. Apr 29, 2021
  5. Apr 28, 2021
  6. Apr 27, 2021
    • Péter Szilágyi's avatar
      Merge pull request #22753 from karalabe/p2p-tracker-stopfix · d9c9ee5a
      Péter Szilágyi authored
      p2p/tracker: only reschedule wake if previous didn't run
      d9c9ee5a
    • Péter Szilágyi's avatar
    • Péter Szilágyi's avatar
      Merge pull request #22751 from holiman/tracker_fix · 55043eec
      Péter Szilágyi authored
      p2p/tracker: properly clean up fulfilled requests
      55043eec
    • Martin Holst Swende's avatar
    • Péter Szilágyi's avatar
      eth/protocols/snap: generate storage trie from full dirty snap data (#22668) · caea6c46
      Péter Szilágyi authored
      
      * eth/protocols/snap: generate storage trie from full dirty snap data
      
      * eth/protocols/snap: get rid of some more dead code
      
      * eth/protocols/snap: less frequent logs, also log during trie generation
      
      * eth/protocols/snap: implement dirty account range stack-hashing
      
      * eth/protocols/snap: don't loop on account trie generation
      
      * eth/protocols/snap: fix account format in trie
      
      * core, eth, ethdb: glue snap packets together, but not chunks
      
      * eth/protocols/snap: print completion log for snap phase
      
      * eth/protocols/snap: extended tests
      
      * eth/protocols/snap: make testcase pass
      
      * eth/protocols/snap: fix account stacktrie commit without defer
      
      * ethdb: fix key counts on reset
      
      * eth/protocols: fix typos
      
      * eth/protocols/snap: make better use of delivered data (#44)
      
      * eth/protocols/snap: make better use of delivered data
      
      * squashme
      
      * eth/protocols/snap: reduce chunking
      
      * squashme
      
      * eth/protocols/snap: reduce chunking further
      
      * eth/protocols/snap: break out hash range calculations
      
      * eth/protocols/snap: use sort.Search instead of looping
      
      * eth/protocols/snap: prevent crash on storage response with no keys
      
      * eth/protocols/snap: nitpicks all around
      
      * eth/protocols/snap: clear heal need on 1-chunk storage completion
      
      * eth/protocols/snap: fix range chunker, add tests
      
      Co-authored-by: default avatarPéter Szilágyi <peterke@gmail.com>
      
      * trie: fix test API error
      
      * eth/protocols/snap: fix some further liter issues
      
      * eth/protocols/snap: fix accidental batch reuse
      
      Co-authored-by: default avatarMartin Holst Swende <martin@swende.se>
      caea6c46
    • Martin Holst Swende's avatar
      core/vm: make gas cost reporting to tracers correct (#22702) · 65a1c2d8
      Martin Holst Swende authored
      Previously, the makeCallVariantGasCallEIP2929 charged the cold account access cost directly, leading to an incorrect gas cost passed to the tracer from the main execution loop.
      This change still temporarily charges the cost (to allow for an accurate calculation of the available gas for the call), but then afterwards refunds it and instead returns the correct total gas cost to be then properly charged in the main loop.
      65a1c2d8
Loading