Chiliz Chain evolution
Chiliz Chain is a fork of Binance’s BNB Smart Chain (BSC), which is itself a fork of Ethereum.
The Chiliz Chain team pays close attention to the evolution of both Ethereum and BSC in order to include the important changes that they receive.
Here are all the changes that we merged into the Chiliz Chain codebase so far.
August 2024: Chiliz Chain 2.2.3
Fixed
EffectiveGasPrice
only containing Tip Fee.
July 2024: Chiliz Chain 2.2.2
Fixed
debug_trace*
rpc json api methodsUpdated the trace api method handlers to support tokenomics system transactions.
Updated
stateAtTransaction
method in eth state accessor to correctly handle the execution of tokenomics system transactions on "cold access".Updated
CaptureState
method of prestate tracer to lookup account/contract address details before fetching slot details forSLOAD
andSSTORE
operations.
April 2024: Chiliz Chain 2.2.1
Implementation of several hard forks:
Chiliz Chain "Dragon8" hard fork:
BSC "Kepler" hard fork (from 2024/01/23):
BEP-319: Optimize the incentive mechanism of the Fast Finality feature
BSC "Hertz" hardfork, including "HertzFix" (from 2023/08/30):
Includes part of Ethereum’s "London" Upgrade:
BSC "Gibbs" hard fork (from 2022/12/12):
BEP-153: Introduce Native Staking on BSC
BSC "Moran" hard fork (from 2022/10/12):
Fix the exploiter attack (emergency, no BEP)
BSC "Nano" hard fork (from 2022/10/06):
Suspend CrossChain between BC & BSC due to the exploiter attack (emergency, no BEP)
Of note: We are still studying the enablement of the following hard forks: Luban, Plato, Euler. Their code is present in the Chiliz Chain codebase, but not yet enabled.
May 2023: Chiliz Chain 2.0.0 launch
BSC "MirrorSync" hard fork (from 2021/02/25):
Upgrade 3 system contract (no BEP): TokenManagerContract, TokenHubContract, RelayerIncentivizeContract
Last updated