Skip to content

Commit

Permalink
Merge pull request #1026 from bnb-chain/release_v0.10.23
Browse files Browse the repository at this point in the history
release: release v0.10.23
  • Loading branch information
unclezoro authored Jul 17, 2024
2 parents 6fbf551 + f0b08dc commit 01cc677
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v0.10.23
This is the release for the Final Sunset of BNB Beacon Chain testnet.

## v0.10.22
This is the release for the Second Sunset of BNB Beacon Chain Mainnet.

Expand Down
2 changes: 2 additions & 0 deletions asset/testnet/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ BEP171Height = 37691120
BEP126Height = 38931600
# Block height of BEP255 upgrade
BEP255Height = 41650000
# Block height of BEP333 upgrade
FirstSunsetHeight = 50121232
SecondSunsetHeight = 54554742
FinalSunsetHeight = 56218686

[query]
# ABCI query interface black list, suggested value: ["custom/gov/proposals", "custom/timelock/timelocks", "custom/atomicSwap/swapcreator", "custom/atomicSwap/swaprecipient"]
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var (
Version string
)

const NodeVersion = "v0.10.22"
const NodeVersion = "v0.10.23"

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

0 comments on commit 01cc677

Please sign in to comment.