From 1f758fca9aeba6c7190fe1064dbc91255e1f1a79 Mon Sep 17 00:00:00 2001 From: redhdx <136775144+redhdx@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:28:41 +0800 Subject: [PATCH] feature(op-geth): add v0.5.0 change log (#154) --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9687ad7c82..8870993c4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## v0.5.0 +This release includes code merging from the upstream version v1.101315.2 along with several fixs and improvements. Fjord fork from upstream is included. +Fjord fork is scheduled to launch on the opBNB: +Testnet: Sep-10-2024 06:00 AM +UTC +Mainnet: Sep-24-2024 06:00 AM +UTC + +### User Facing Changes +Nodes on the Testnet and Mainnet need to be upgraded to this version before the hard fork time. + +### What's Changed +* Merge upstream op-geth v1.101315.2 by @redhdx in https://github.com/bnb-chain/op-geth/pull/123 +* feature(op-geth): update opBNB qanet config by @redhdx in https://github.com/bnb-chain/op-geth/pull/138 +* fix: txpool legacy pool Pending() applies filter @andyzhang2023 in https://github.com/bnb-chain/op-geth/pull/124 +* feature(op-geth): Add extra error info when meet an unexpected el sync @krish-nr in https://github.com/bnb-chain/op-geth/pull/132 + + +### Docker Images +ghcr.io/bnb-chain/op-geth:v0.5.0 + +**Full Changelog**: https://github.com/bnb-chain/op-geth/compare/v0.4.6...v0.5.0 + ## v0.4.6 This is a minor release for opBNB Mainnet and Testnet.