This is a bug fix release for a critical issue that the node may fail to reach a consensus state after restarting.
Changelog
BUG FIX
- #904 [fix] register cross stake channel after node restart
Dependency (GLIBC) Issue when running node
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:- 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.
- Try to update
OS
on your machine and make sure it can upgradeglibc
to2.34+
. - Try
https://github.com/matrix1001/glibc-all-in-one
to install a higher version ofglibc
. (It may not works on any machine) - 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 | 79001b62c1c1cb06f36515f9497fca2883f028a2beec57aa95d6ae163ba7eaa4 |
testnet_config.zip | 8c25a74efb772a443c236252a397b3d8d1c531642dad21e1dac138d7fb6c744e |
linux_binary.zip | 7ed9b1ff9e19f707b821e1f09e60828e3721f6a817b15eb027d224d0571b649e |
macos_binary.zip | 778c85c0016770c2d69ee36697f1dd14f9c6339f61a24bfe5b33d2acc1bbf4ba |
windows_binary.zip | 6ca3c2ca87aa595ebc7f957b30a3c56bec3acdd775f69bcd6e0df622a6c13a53 |