OpenEthereum Changelog

What's new in OpenEthereum 3.3.0 RC 6

Nov 30, 2021
  • Enhancements:
  • London hardfork block: kovan (26741100)

New in OpenEthereum 3.3.0 RC 4 (Jul 20, 2021)

  • Enhancements:
  • London hardfork block: mainnet (12,965,000) (#475)
  • Support for eth/66 protocol version (#465)
  • Bump ethereum/tests to v9.0.3
  • Add eth_feeHistory (#484)
  • Bug fixes:
  • GetNodeData from eth63 is missing (#466)
  • Effective gas price not omitting (#477)
  • London support in openethereum-evm (#479)
  • gasPrice is required field for Transaction object (#481)

New in OpenEthereum 3.3.0 RC 3 (Jul 5, 2021)

  • Bug fixes:
  • Add effective_gas_price to eth_getTransactionReceipt #445 (#450)
  • Update eth_gasPrice to support EIP-1559 #449 (#458)
  • eth_estimateGas returns "Requires higher than upper limit of X" after London Ropsten Hard Fork #459 (#460)

New in OpenEthereum 3.3.0 RC 2 (Jun 22, 2021)

  • Enhancements:
  • EIP-1559: Fee market change for ETH 1.0 chain
  • EIP-3198: BASEFEE opcode
  • EIP-3529: Reduction in gas refunds
  • EIP-3541: Reject new contracts starting with the 0xEF byte
  • Delay difficulty bomb to December 2021 (EIP-3554)
  • London hardfork blocks: goerli (5,062,605), rinkeby (8,897,988), ropsten (10,499,401)
  • Add chainspecs for aleut and baikal
  • Bump ethereum/tests to v9.0.2
  • Changed the calculation of block gas limit. CLI option gas_floor_target should be replaced with gas_ceil_target.

New in OpenEthereum 3.2.6 (May 14, 2021)

  • Berlin hardfork blocks: poacore (21,364,900), poasokol (21,050,600).

New in OpenEthereum 3.2.5 (May 7, 2021)

  • Bug fixes:
  • Backport: Block sync stopped without any errors. #277 (#286)
  • Strict memory order (#306)
  • Enhancements:
  • Executable queue for ancient blocks inclusion (#208)
  • Backport AuRa commits for xdai (#330)
  • Add Nethermind to clients that accept service transactions (#324)
  • Implement the filter argument in parity_pendingTransactions (#295)
  • Ethereum-types and various libs upgraded (#315)
  • [evmbin] Omit storage output, now for std-json (#311)
  • Freeze pruning while creating snapshot (#205)
  • AuRa multi block reward (#290)
  • Improved metrics. DB read/write. prometheus prefix config (#240)
  • Send RLPx auth in EIP-8 format (#287)
  • rpc module reverted for RPC JSON api (#284)
  • Revert "Remove eth/63 protocol version (#252)"
  • Support for eth/65 protocol version (#366)
  • Berlin hardfork blocks: kovan (24,770,900), xdai (16,101,500)
  • Bump ethereum/tests to v8.0.3
  • devops:
  • Upgrade docker alpine to v1.13.2. for rust v1.47.
  • Send SIGTERM instead of SIGHUP to OE daemon (#317)

New in OpenEthereum 3.2.5 RC 1 (Apr 29, 2021)

  • Bug fixes:
  • Backport: Block sync stopped without any errors. #277 (#286)
  • Strict memory order (#306)
  • Enhancements:
  • Executable queue for ancient blocks inclusion (#208)
  • Backport AuRa commits for xdai (#330)
  • Add Nethermind to clients that accept service transactions (#324)
  • Implement the filter argument in parity_pendingTransactions (#295)
  • Ethereum-types and various libs upgraded (#315)
  • [evmbin] Omit storage output, now for std-json (#311)
  • Freeze pruning while creating snapshot (#205)
  • AuRa multi block reward (#290)
  • Improved metrics. DB read/write. prometheus prefix config (#240)
  • Send RLPx auth in EIP-8 format (#287)
  • rpc module reverted for RPC JSON api (#284)
  • Revert "Remove eth/63 protocol version (#252)"
  • Support for eth/65 protocol version (#366)
  • Berlin hardfork blocks: kovan (24,770,900), xdai (16,101,500)
  • Bump ethereum/tests to v8.0.3
  • DEVOPS:
  • Upgrade docker alpine to v1.13.2. for rust v1.47.
  • Send SIGTERM instead of SIGHUP to OE daemon (#317)

New in OpenEthereum 3.2.4 (Apr 21, 2021)

  • Fix for Typed transaction broadcast.