Skip to content

Commit 6305c46

Browse files
authored
doc: prepare for release v0.5.5 (#329)
1 parent 1f48f5d commit 6305c46

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## v0.5.5
4+
5+
This release confirm the time of Mainnet Fourier Hardfork, effectively reducing the block time from 500 milliseconds to an impressive 250 milliseconds.
6+
7+
- Mainnet: Jan-07-2026 03:00:00 AM +UTC
8+
9+
All mainnet and nodes must upgrade to this release before the hardfork time.
10+
Also note that the `op-geth` should be upgraded to v0.5.8 accordingly, check [this](https://github.com/bnb-chain/op-geth/releases/tag/v0.5.8) for more details.
11+
12+
### What's Changed
13+
14+
* [\#319](https://github.com/bnb-chain/opbnb/pull/319) feat: replace l1 head with l1 finalized block as sequencer and derivation head
15+
* [\#320](https://github.com/bnb-chain/opbnb/pull/320) fix: support compile opbnb in golang1.24.x and Windows OS
16+
* [\#324](https://github.com/bnb-chain/opbnb/pull/324) fix: safe stop during long time stop
17+
* [\#325](https://github.com/bnb-chain/opbnb/pull/325) fix: p2p node derivation occur empty root
18+
* [\#326](https://github.com/bnb-chain/opbnb/pull/326) fix: solve ref-metrics map concurrent use
19+
* [\#328](https://github.com/bnb-chain/opbnb/pull/328) fix: add Mainnet Fourier hardfork timestamp
20+
21+
### Docker Images
22+
23+
- ghcr.io/bnb-chain/op-node:v0.5.5
24+
- ghcr.io/bnb-chain/op-batcher:v0.5.5
25+
- ghcr.io/bnb-chain/op-proposer:v0.5.5
26+
27+
**Full Changelog**: https://github.com/bnb-chain/opbnb/compare/v0.5.4...v0.5.5
28+
29+
330
## v0.5.4
431

532
This release introduces the implementation of Fourier Hardfork, effectively reducing the block time from 500 milliseconds to an impressive 250 milliseconds.

0 commit comments

Comments
 (0)