You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,32 @@
1
1
# Changelog
2
2
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
This release introduces the implementation of Fourier Hardfork, effectively reducing the block time from 500 milliseconds to an impressive 250 milliseconds.
0 commit comments