2021-06-17 11:31:33 +02:00
|
|
|
## OpenEthereum v3.3.0-rc.2
|
2021-06-15 13:00:45 +02:00
|
|
|
|
|
|
|
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)
|
2021-06-17 11:31:33 +02:00
|
|
|
* London hardfork blocks: goerli (5,062,605), rinkeby (8,897,988), ropsten (10,499,401)
|
2021-06-15 13:00:45 +02:00
|
|
|
* Add chainspecs for aleut and baikal
|
2021-06-17 11:31:33 +02:00
|
|
|
* Bump ethereum/tests to v9.0.2
|
2021-06-15 13:00:45 +02:00
|
|
|
|
2021-05-14 09:39:01 +02:00
|
|
|
## OpenEthereum v3.2.6
|
|
|
|
|
|
|
|
Enhancement:
|
|
|
|
* Berlin hardfork blocks: poacore (21,364,900), poasokol (21,050,600)
|
|
|
|
|
2021-05-05 15:12:47 +02:00
|
|
|
## OpenEthereum v3.2.5
|
2021-04-28 14:53:42 +02:00
|
|
|
|
2021-05-05 12:19:45 +02:00
|
|
|
Bug fixes:
|
|
|
|
* Backport: Block sync stopped without any errors. #277 (#286)
|
|
|
|
* Strict memory order (#306)
|
|
|
|
|
2021-04-28 14:53:42 +02:00
|
|
|
Enhancements:
|
2021-05-05 12:19:45 +02:00
|
|
|
* 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)"
|
2021-04-28 14:53:42 +02:00
|
|
|
* 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
|
|
|
|
|
2021-05-05 12:19:45 +02:00
|
|
|
devops:
|
|
|
|
* Upgrade docker alpine to `v1.13.2`. for rust `v1.47`.
|
|
|
|
* Send SIGTERM instead of SIGHUP to OE daemon (#317)
|
|
|
|
|
2021-04-15 21:47:14 +02:00
|
|
|
## OpenEthereum v3.2.4
|
|
|
|
|
|
|
|
* Fix for Typed transaction broadcast.
|
|
|
|
|
2021-04-15 16:59:34 +02:00
|
|
|
## OpenEthereum v3.2.3
|
|
|
|
|
|
|
|
* Hotfix for berlin consensus error.
|
|
|
|
|
2021-03-31 15:07:27 +02:00
|
|
|
## OpenEthereum v3.2.2-rc.1
|
|
|
|
|
|
|
|
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)
|
|
|
|
* Bump ethereum/tests to v8.0.2
|
|
|
|
* [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)"
|
|
|
|
|
|
|
|
devops:
|
|
|
|
* Upgrade docker alpine to `v1.13.2`. for rust `v1.47`.
|
|
|
|
* Send SIGTERM instead of SIGHUP to OE daemon (#317)
|
|
|
|
|
2021-03-17 09:46:36 +01:00
|
|
|
## OpenEthereum v3.2.1
|
|
|
|
|
|
|
|
Hot fix issue, related to initial sync:
|
|
|
|
* Initial sync gets stuck. (#318)
|
2021-04-28 14:53:42 +02:00
|
|
|
|
2021-03-08 17:49:59 +01:00
|
|
|
## OpenEthereum v3.2.0
|
2020-09-24 16:36:53 +02:00
|
|
|
|
2021-01-18 21:43:03 +01:00
|
|
|
Bug fixes:
|
2021-02-23 16:44:55 +01:00
|
|
|
* Update EWF's chains with Istanbul transition block numbers (#11482) (#254)
|
|
|
|
* fix Supplied instant is later than self (#169)
|
2021-03-08 17:49:59 +01:00
|
|
|
* ethcore/snapshot: fix double-lock in Service::feed_chunk (#289)
|
|
|
|
|
2021-01-18 21:43:03 +01:00
|
|
|
Enhancements:
|
2021-02-23 16:44:55 +01:00
|
|
|
* Berlin hardfork blocks: mainnet (12,244,000), goerli (4,460,644), rinkeby (8,290,928) and ropsten (9,812,189)
|
|
|
|
* yolo3x spec (#241)
|
|
|
|
* EIP-2930 RPC support
|
|
|
|
* Remove eth/63 protocol version (#252)
|
|
|
|
* Snapshot manifest block added to prometheus (#232)
|
|
|
|
* EIP-1898: Allow default block parameter to be blockHash
|
|
|
|
* Change ProtocolId to U64
|
2021-05-05 15:12:47 +02:00
|
|
|
* Update ethereum/tests
|