Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2.36 KB

File metadata and controls

58 lines (39 loc) · 2.36 KB

ChangeLog

v2.61.2

Improvements:

Bugfixes:

v2.61.1

Breaking changes:

New Feature:

  • Up to date implementation of EIPs for Pectra and scheduled hard fork for Sepolia and Holešky
  • Add support to eth_blobBaseFee, eth_baseFee and EIP4844 support to eth_feeHistory
  • Add support for engine_getClientVersionV1

Bugfixes:

  • rpcdaemon: Set miner on eth_getBlockByNumber on Polygon by @shohamc1 in erigontech#13336
  • Fix incorrect intrinsic gas calculation by @shohamc1 in erigontech#13632

v2.61.0

Improvements:

Bugfixes:

  • Fix trace_block returning "insufficient funds" (Issues #12525 and similar) with standalone rpcdaemon by @yperbasis in #13128

v2.60.10

Bugfixes:

  • Trace API: commit state changes from InitializeBlockExecution @yperbasis in #12559. Prior to this PR in callManyTransactions (invoked by trace_block) changes made by InitializeBlockExecution were discarded. That was immaterial before since no much was happening at the beginning of a block. But that changed in Dencun with EIP-4788. Fixes Issues #11871, #12092, #12242, #12432, #12473, and #12525.