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
+25
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# Changelog
2
2
3
+
## v0.5.3
4
+
5
+
This release introduces the implementation of [BEP-543](https://github.com/bnb-chain/BEPs/blob/master/BEPs/BEP-543.md), effectively reducing the block time from 1 second to an impressive 500 milliseconds.
6
+
This enhancement significantly improves transaction efficiency and overall network performance, allowing for faster processing and a more seamless experience for users.
7
+
8
+
It is set to be activated on both the opBNB Mainnet and Testnet environments according to the following schedule:
9
+
10
+
- Testnet: Apr-02-2025 11:00 AM +UTC
11
+
- Mainnet: Apr-15-2025 11:00 AM +UTC
12
+
13
+
All mainnet and testnet nodes must upgrade to this release before the hardfork time.
14
+
Also note that the `op-geth` should be upgraded to v0.5.7 accordingly, check [this](https://github.com/bnb-chain/op-geth/releases/tag/v0.5.7) for more details.
15
+
16
+
### What's Changed
17
+
18
+
* feat: BEP-543 to shorten block interval by @2020xibao, @joeylichang, @VM@flywukong in https://github.com/bnb-chain/opbnb/pull/265
0 commit comments