Skip to content

Releases: bnb-chain/bsc-genesis-contract

v1.2.4

26 Jul 03:31
398c936
Compare
Choose a tag to compare

v1.2.4 contains the following changes:

  1. #579 fix: should not change agentToOperator while newAgent is zero address

v1.2.3

22 Jul 06:07
04bc57c
Compare
Choose a tag to compare

v1.2.3 contains the following changes:

  1. #562 feat: define turnLength and systemRewardAntiMEVRatio for BEP-341
  2. #565 fix: array out-of-bounds issue in _exitMaintenance
  3. #568 feat: add agent address for validators

v1.2.2

27 Mar 07:05
2dbebb5
Compare
Choose a tag to compare

This is the release for Feynman upgrade on mainnet

v1.2.1

18 Mar 02:55
2d6372d
Compare
Choose a tag to compare

This is the release for FeynmanFix Upgrade.

v1.2.0

26 Feb 07:18
9d09d0a
Compare
Choose a tag to compare

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:

bnb-chain/BEPs#294

bnb-chain/BEPs#297

bnb-chain/BEPs#299

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

05 May 07:40
d647bfe
Compare
Choose a tag to compare

Description

This is a hotfix release.

Change Logs

  • fix: wrong refund address in updateValidatorSet (#287)

v1.1.8

20 Apr 08:04
b144718
Compare
Choose a tag to compare

Description

This is a release for Boneth hard fork.
It includes two features: fast finality and relayer manager.

Please refer to

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

10 Mar 02:48
78e13b1
Compare
Choose a tag to compare

V1.1.17 contains the following changes:

  1. BEP-171: enhance the security of cross-chain
  2. 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

30 Sep 06:48
a745ecc
Compare
Choose a tag to compare

Changelog

  • Use call instead of transfer to send BNB
  • Add more balance check

v1.1.5-audit

23 Sep 06:59
Compare
Choose a tag to compare
fix: some audit comments