Skip to content

Commit f6eb879

Browse files
authored
doc: add changelog for releasing v0.5.7 (#276)
Co-authored-by: joey <10592664+joeylichang@users.noreply.github.com>
1 parent 9b66dc0 commit f6eb879

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

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

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
23+
24+
### Docker Images
25+
ghcr.io/bnb-chain/op-geth:v0.5.7
26+
27+
**Full Changelog**: https://github.com/bnb-chain/op-geth/compare/v0.5.6...v0.5.7
28+
329
## v0.5.6
430

531
This is a minor release for opBNB Mainnet and Testnet.

0 commit comments

Comments
 (0)