github bnb-chain/node v0.10.16

latest releases: v0.10.23, v0.10.22, v0.10.21...
14 months ago

This is a hard fork release on mainnet, with new features.

The BNB Beacon Chain mainnet is expected to have a scheduled hard fork upgrade at block height 328088888. Based on the current block generation speed, the hard fork is forecasted to occur on 19th Jul. at 6:00 (UTC). The full node runners on mainnet must switch their software version to v0.10.16 before the height. Please replace the app.toml with the latest version or add BEP255Height = 328088888 under the [upgrade] module of app.toml.

All BSC validators are required to update the vote key after the hard fork.

Changelog since v0.10.14

FEATURES

  • #977 [BEP] asset: add bep255 upgrade height for mainnet
  • #956 [BEP] feat: implement bep255
  • #964 [fix] fix: clear side vote addresses

Dependency (GLIBC) issue when running node

image

The problem is caused by the CI runner using a higher `GLIBC` tool chain. If you get the same problem, please try the following tips:
  1. Build binaries on your machine.
git clone https://github.com/bnb-chain/node.git
cd node && make build

Then you will get binaries in ./build/ folder.

  1. Try to update OS on your machine and make sure it can upgrade glibc to 2.34+.
  2. Try https://github.com/matrix1001/glibc-all-in-one to install a higher version of glibc. (It may not works on any machine)
  3. If you are running a node on AWS EC2, please upgrade the OS image up to Amazon linux 2022

Assets

Assets Sha256 Checksum
mainnet_config.zip 33d3d741c2ba1b95b7a51b7e3a89315e16fea4e8d377104621c517d9ef96a5cc
testnet_config.zip d500ca11f1a3a31ad7ea9f469de60f2f85d34dd2ad9191c9fd94d540e0bc8ed3
linux_binary.zip 777f840dc1f1bc1ed47563ea8ebfc711802ae14976c7ec714a2b842dff0a5144
macos_binary.zip 633abd17d813373921372776d73f13ce2faa00e4ddfb13fafd6fd5451bd1a8cd
windows_binary.zip b197a4ccaf226df067e2404b77cf195c98359851e483c6c6696403677ff9b4d5

Don't miss a new node release

NewReleases is sending notifications on new releases.