File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.10.20
4+ This is the release for the First Sunset of BNB Beacon Chain Mainnet.
5+
6+ FEATURES
7+ * [ \# 1016] ( https://github.com/bnb-chain/node/pull/1016 ) [ BEP] feat: enable FirstSunset on mainnet
8+
39## v0.10.19
410This is the bug-fix release for the sunset of BNB Beacon Chain.
511
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ BEP171Height = 310182000
6969BEP126Height = 321213000
7070# Block height of BEP255 upgrade
7171BEP255Height = 328088888
72+ # Block height of BEP333 upgrade
73+ FirstSunsetHeight = 373526985
7274
7375[addr ]
7476# Bech32PrefixAccAddr defines the Bech32 prefix of an account's address
Original file line number Diff line number Diff line change 1212 Version string
1313)
1414
15- const NodeVersion = "v0.10.19 "
15+ const NodeVersion = "v0.10.20 "
1616
1717func init () {
1818 Version = fmt .Sprintf ("BNB Beacon Chain Release: %s;" , NodeVersion )
You can’t perform that action at this time.
0 commit comments