Skip to content

Commit 01cc677

Browse files
authored
Merge pull request #1026 from bnb-chain/release_v0.10.23
release: release v0.10.23
2 parents 6fbf551 + f0b08dc commit 01cc677

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v0.10.23
4+
This is the release for the Final Sunset of BNB Beacon Chain testnet.
5+
36
## v0.10.22
47
This is the release for the Second Sunset of BNB Beacon Chain Mainnet.
58

asset/testnet/app.toml

+2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ BEP171Height = 37691120
7676
BEP126Height = 38931600
7777
# Block height of BEP255 upgrade
7878
BEP255Height = 41650000
79+
# Block height of BEP333 upgrade
7980
FirstSunsetHeight = 50121232
8081
SecondSunsetHeight = 54554742
82+
FinalSunsetHeight = 56218686
8183

8284
[query]
8385
# ABCI query interface black list, suggested value: ["custom/gov/proposals", "custom/timelock/timelocks", "custom/atomicSwap/swapcreator", "custom/atomicSwap/swaprecipient"]

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var (
1212
Version string
1313
)
1414

15-
const NodeVersion = "v0.10.22"
15+
const NodeVersion = "v0.10.23"
1616

1717
func init() {
1818
Version = fmt.Sprintf("BNB Beacon Chain Release: %s;", NodeVersion)

0 commit comments

Comments
 (0)