1. 21 May, 2021 2 commits
    • Evolution404's avatar
    • Martin Holst Swende's avatar
      EIP-1559: miner changes (#22896) · a6c46278
      Martin Holst Swende authored
      * core/types, miner: create TxWithMinerFee wrapper, add EIP-1559 support to TransactionsByMinerFeeAndNonce
      
      miner: set base fee when creating a new header, handle gas limit, log miner fees
      
      * all: rename to NewTransactionsByPriceAndNonce
      
      * core/types, miner: rename to NewTransactionsByPriceAndNonce + EffectiveTip
      
      miner: activate 1559 for testGenerateBlockAndImport tests
      
      * core,miner: revert naming to TransactionsByPriceAndTime
      
      * core/types/transaction: update effective tip calculation logic
      
      * miner: update aleut to london
      
      * core/types/transaction_test: use correct signer for 1559 txs + add back sender check
      
      * miner/worker: calculate gas target from gas limit
      
      * core, miner: fix block  gas limits for 1559
      Co-authored-by: 's avatarAnsgar Dietrichs <adietrichs@gmail.com>
      Co-authored-by: 's avatarlightclient@protonmail.com <lightclient@protonmail.com>
      a6c46278
  2. 20 May, 2021 1 commit
  3. 19 May, 2021 1 commit
    • Péter Szilágyi's avatar
      eth, p2p/msgrate: move peer QoS tracking to its own package and use it for snap (#22876) · 3e795881
      Péter Szilágyi authored
      This change extracts the peer QoS tracking logic from eth/downloader, moving
      it into the new package p2p/msgrate. The job of msgrate.Tracker is determining
      suitable timeout values and request sizes per peer.
      
      The snap sync scheduler now uses msgrate.Tracker instead of the hard-coded 15s
      timeout. This should make the sync work better on network links with high latency.
      3e795881
  4. 18 May, 2021 5 commits
  5. 17 May, 2021 5 commits
  6. 12 May, 2021 2 commits
  7. 11 May, 2021 5 commits
  8. 10 May, 2021 5 commits
  9. 07 May, 2021 5 commits
  10. 06 May, 2021 3 commits
  11. 05 May, 2021 4 commits
  12. 04 May, 2021 2 commits