Skip to content

Commit

Permalink
Merge pull request #978 from bnb-chain/develop
Browse files Browse the repository at this point in the history
release: draft release for v0.10.16
  • Loading branch information
unclezoro committed Jul 12, 2023
2 parents 3195e6b + dac83b6 commit 13bb81c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.10.16
FEATURES
* [\#977](https://github.com/bnb-chain/node/pull/977) [BEP] asset: add bep255 upgrade height for mainnet

## v0.10.15
FEATURES
* [\#956](https://github.com/bnb-chain/node/pull/956) [BEP] feat: implement bep255
Expand Down
2 changes: 2 additions & 0 deletions asset/mainnet/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ FixDoubleSignChainIdHeight = 9223372036854775807
BEP171Height = 310182000
#Block height of BEP126 upgrade
BEP126Height = 321213000
# Block height of BEP255 upgrade
BEP255Height = 328088888

[addr]
# Bech32PrefixAccAddr defines the Bech32 prefix of an account's address
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.15"
const NodeVersion = "v0.10.16"

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

0 comments on commit 13bb81c

Please sign in to comment.