From bcd45be8b784433b7b27837007109980ab2b74d2 Mon Sep 17 00:00:00 2001 From: Owen <103096885+owen-reorg@users.noreply.github.com> Date: Fri, 14 Feb 2025 15:18:30 +0800 Subject: [PATCH 1/2] doc: add changelogs to v0.5.2 (#257) --- CHANGELOG.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abd1cd666..65aa560ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## v0.5.2 + +This is a minor release and upgrading is optional. + +This release adds a new bootnode in the US region for testnet, improves sequencer recovery functionality, introduces a new engine_opSealPayload API, and updates documentation links. + +### What's Changed + +* chore: add bootnode in us region(testnet) by @krish-nr in https://github.com/bnb-chain/opbnb/pull/249 +* feat: handle sequencer recover related logic by @krish-nr in https://github.com/bnb-chain/opbnb/pull/250 +* feat: add new engine_opSealPayload API by @bnoieh in https://github.com/bnb-chain/opbnb/pull/248 +* doc: update outdated links in readme by @owen-reorg in https://github.com/bnb-chain/opbnb/pull/253 + +### Docker Images + +- ghcr.io/bnb-chain/op-node:v0.5.2 +- ghcr.io/bnb-chain/op-batcher:v0.5.2 +- ghcr.io/bnb-chain/op-proposer:v0.5.2 + +**Full Changelog**: https://github.com/bnb-chain/opbnb/compare/v0.5.1...v0.5.2 + ## v0.5.1 This is a minor release and upgrading is optional. @@ -262,7 +283,7 @@ https://github.com/bnb-chain/opbnb/compare/v0.3.0...v0.3.1 ## v0.3.0 -This is a recommended release for op-node. This release brings in upstream updates, see https://github.com/bnb-chain/opbnb/pull/121 for the contents. This is also a ready release for the next planed fork, which will bring in canyon fork from upstream as well. +This is a recommended release for op-node. This release brings in upstream updates, see https://github.com/bnb-chain/opbnb/pull/121 for the contents. This is also a ready release for the next planned fork, which will bring in canyon fork from upstream as well. ### User Facing Changes From b5671a98e52747b6455dae64263f0cdde402a9ea Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 14 Feb 2025 15:44:45 +0800 Subject: [PATCH 2/2] doc: add eip 7702 item to v0.5.2 changelog (#262) --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65aa560ef..81cef167a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,22 @@ ## v0.5.2 -This is a minor release and upgrading is optional. +This is a minor release and must upgrade to this release before the Pascal & Prague hardforks time of BSC, supports EIP-7702. + +- Testnet: Feb-25-2025 06:00 AM +UTC +- Mainnet: Late March. This release adds a new bootnode in the US region for testnet, improves sequencer recovery functionality, introduces a new engine_opSealPayload API, and updates documentation links. +This release supports EIP-7702, op-node is compatible with type 7702 transactions from L1. + ### What's Changed * chore: add bootnode in us region(testnet) by @krish-nr in https://github.com/bnb-chain/opbnb/pull/249 * feat: handle sequencer recover related logic by @krish-nr in https://github.com/bnb-chain/opbnb/pull/250 * feat: add new engine_opSealPayload API by @bnoieh in https://github.com/bnb-chain/opbnb/pull/248 * doc: update outdated links in readme by @owen-reorg in https://github.com/bnb-chain/opbnb/pull/253 +* feat: EIP-7702 adaption by @krish-nr in https://github.com/bnb-chain/opbnb/pull/261 ### Docker Images