1. 26 Nov, 2021 2 commits
    • Péter Szilágyi's avatar
      eth: request id dispatcher and direct req/reply APIs (#23576) · c10a0a62
      Péter Szilágyi authored
      * eth: request ID based message dispatcher
      
      * eth: fix dispatcher cancellation, rework fetchers idleness tracker
      
      * eth/downloader: drop peers who refuse to serve advertised chains
      c10a0a62
    • Marius van der Wijden's avatar
      all: core rework for the merge transition (#23761) · 3038e480
      Marius van der Wijden authored
      * all: work for eth1/2 transtition
      
      * consensus/beacon, eth: change beacon difficulty to 0
      
      * eth: updates
      
      * all: add terminalBlockDifficulty config, fix rebasing issues
      
      * eth: implemented merge interop spec
      
      * internal/ethapi: update to v1.0.0.alpha.2
      
                                                                       This commit updates the code to the new spec, moving payloadId into
                                                                       it's own object. It also fixes an issue with finalizing an empty blockhash.
                                                                       It also properly sets the basefee
      
      * all: sync polishes, other fixes + refactors
      
      * core, eth: correct semantics for LeavePoW, EnterPoS
      
      * core: fixed rebasing artifacts
      
      * core: light: performance improvements
      
      * core: use keyed field (f)
      
      * core: eth: fix compilation issues + tests
      
      * eth/catalyst: dbetter error codes
      
      * all: move Merger to consensus/, remove reliance on it in bc
      
      * all: renamed EnterPoS and LeavePoW to ReachTDD and FinalizePoS
      
      * core: make mergelogs a function
      
      * core: use InsertChain instead of InsertBlock
      
      * les: drop merger from lightchain object
      
      * consensus: add merger
      
      * core: recoverAncestors in catalyst mode
      
      * core: fix nitpick
      
      * all: removed merger from beacon, use TTD, nitpicks
      
      * consensus: eth: add docstring, removed unnecessary code duplication
      
      * consensus/beacon: better comment
      
      * all: easy to fix nitpicks by karalabe
      
      * consensus/beacon: verify known headers to be sure
      
      * core: comments
      
      * core: eth: don't drop peers who advertise blocks, nitpicks
      
      * core: never add beacon blocks to the future queue
      
      * core: fixed nitpicks
      
      * consensus/beacon: simplify IsTTDReached check
      
      * consensus/beacon: correct IsTTDReached check
      Co-authored-by: 's avatarrjl493456442 <garyrong0905@gmail.com>
      Co-authored-by: 's avatarPéter Szilágyi <peterke@gmail.com>
      3038e480
  2. 25 Nov, 2021 4 commits
  3. 24 Nov, 2021 6 commits
  4. 23 Nov, 2021 6 commits
  5. 22 Nov, 2021 6 commits
  6. 19 Nov, 2021 1 commit
  7. 18 Nov, 2021 2 commits
  8. 17 Nov, 2021 2 commits
  9. 16 Nov, 2021 4 commits
  10. 12 Nov, 2021 1 commit
  11. 11 Nov, 2021 4 commits
  12. 10 Nov, 2021 2 commits