Releases: bnb-chain/bsc-genesis-contract
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
This release bring the new governance and staking system into BSC after the BC fusion.
BNB Chain Fusion (BC Fusion) is a major achievement for BNB Chain. It helps overcome legacy services and technical debt, enabling faster iteration and development. BC Fusion includes three sub-BEPs:
This BEP primarily proposes strategic planning and coordination for organizing these BEPs. The goal is to facilitate the secure and seamless implementation of BC Fusion.
v1.1.9
v1.1.8
Description
This is a release for Boneth hard fork.
It includes two features: fast finality and relayer manager.
Please refer to
- https://github.com/bnb-chain/BEPs/blob/master/BEP126.md
- https://github.com/bnb-chain/BEPs/blob/master/BEP174.md
Change Logs
- fork: enable planckBlock by default (#263)
- fix: error in BSCValidatorSet (#258)
- bep: Introduce Casper FFG based Fast finality onto BSC (#255)
- sec: implement security enhancements (#251)
- upgrade: add new hardforks' block height to genesis-template.json (#252)
- docs: add how to generate mainnet/testnet/QA genesis file (#212)
- bep: Cross Chain Relayer Management(#205)
v1.1.7
V1.1.17 contains the following changes:
- BEP-171: enhance the security of cross-chain
- Migrate the framework from truffle to foundry
Change Logs:
#194 feat: migrate to the foundry and add unit test
#218 docs: add more comments for the contract
#221 docs: add how to generate mainnet/testnet/QA genesis file into the readme
#204 feat: enhance the security of cross-chain
v1.1.6
Changelog
- Use
call
instead oftransfer
to send BNB - Add more balance check
v1.1.5-audit
fix: some audit comments