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
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Changelog
2
2
3
+
## v0.5.7
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 03:00 AM +UTC
11
+
- Mainnet: Mid-Apr-2025
12
+
13
+
All mainnet and testnet nodes must upgrade to this release before the hardfork time.
14
+
15
+
### What's Changed
16
+
17
+
#### FEATURE
18
+
*[\#269](https://github.com/bnb-chain/op-geth/pull/269) change block internal to 500ms
19
+
*[\#273](https://github.com/bnb-chain/op-geth/pull/273) add millisecond to rpc field
20
+
21
+
### BUGFIX
22
+
*[\#270](https://github.com/bnb-chain/op-geth/pull/270) concurrent issue of local account set in legacypool
0 commit comments