# Blockchain code changes

Chiliz Chain is a fork of Binance’s BNB Smart Chain ([BSC](https://github.com/bnb-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, from latest to oldest.

## September 2025: Chiliz Chain 2.6.0 — SNAKE8 Hard Fork

The SNAKE8 hard fork introduces an improved Validator Reward Distribution logic.

Read more about it here:

{% content-ref url="governance-proposals-and-decisions/october-2025-snake8-hard-fork" %}
[october-2025-snake8-hard-fork](https://docs.chiliz.com/chiliz-chain-changelog/governance-proposals-and-decisions/october-2025-snake8-hard-fork)
{% endcontent-ref %}

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.6.0) with full details.

## September 2025: Chiliz Chain 2.5.1

This version fixes an invalid metric type error seen in Prometheus.

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.5.1) with full details.

## August 2025: Chiliz Chain 2.5.0 — PEPPER8 Hard Fork

PEPPER8 introduces two main changes:

* The necessary code required for the transition of Paribu Net into the Chiliz Chain.\
  You can read more about the partnership details and the proposal in [our blog](https://www.chiliz.com/chiliz-paribu-strategic-partnership-merges-blockchains/) and the [august-2025-pepper8-proposal](https://docs.chiliz.com/chiliz-chain-changelog/governance-proposals-and-decisions/august-2025-pepper8-proposal "mention") page here.
* A [deterministic deployment proxy](https://github.com/Arachnid/deterministic-deployment-proxy) is available on Chiliz Chain at address `0x4e59b44847b379578588920cA78FbF26c0B4956C`.&#x20;

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.5.0) with full details.

## January 2025: Chiliz Chain 2.3.1

This version brings all bug fixes and improvements from BSC 1.4.3 to 1.4.13.

Key updates include:

* Consensus (Parlia) enhancements: \
  Improved snapshot recovery, support for consecutive block production, and adjusted mining/backoff times.
* Hard fork & network upgrades: \
  Introduced Bohr hard fork for Testnet, Tycho (Cancun) upgrades for Mainnet, and other scheduled network transitions.
* Performance & pruning: \
  Optimized state pruning (including `prunefreezer` fixes), enhanced multi-database support, and improved chain commit performance.
* MEV & bidding Improvements: \
  Added rate limiting, enhanced bidding logs, and integrated new MEV parameters/functions.
* Tooling & testing:\
  &#x20;New developer tools and flags for controlling block intervals, additional logging/metrics (including blob transaction support), and stability fixes in tests.

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.3.1) with full details.

## December 2024: Spicy Testnet 2.3.0

Backporting latest features and bug fixes from BSC and Ethereum.

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.3.0).

## August 2024: Chiliz Chain 2.2.3

Fixed `EffectiveGasPrice` only containing Tip Fee.

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.2.3).

## July 2024: Chiliz Chain 2.2.2

* Fixed `debug_trace*` RPC JSON API methods:
  * Updated 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 look up account/contract address details before fetching slot details for `SLOAD` and `SSTORE` operations.

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.2.2).

## April 2024: Chiliz Chain 2.2.1 — DRAGON8 Hard Fork

Implementation of several hard forks:

* Chiliz Chain "Dragon8" hard fork:
  * New [Chiliz Chain tokenomics](https://docs.chiliz.com/learn/about-chiliz-chain/tokenomics).
* BSC "Kepler" hard fork (from 2024/01/23):
  * [BEP-319](https://github.com/bnb-chain/BEPs/pull/319): Optimize the incentive mechanism of the Fast Finality feature
  * Includes part of Ethereum’s "Shanghai" Upgrade:
    * [BEP-216](https://github.com/bnb-chain/BEPs/pull/216): Implement [EIP-3855](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-3855.md) PUSH0 instruction
      * [BEP-217](https://github.com/bnb-chain/BEPs/pull/217): Implement [EIP-3860](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-3860.md) Limit and meter `initcode`
      * [BEP-311](https://github.com/bnb-chain/BEPs/pull/311): Warm COINBASE
      * [BEP-312](https://github.com/bnb-chain/BEPs/pull/312): Announce [EIP-6049](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-6049.md) Deprecate `SELFDESTRUCT`
* BSC "Hertz" hard fork, including "HertzFix" (from 2023/08/30):
  * Includes part of Ethereum’s "Berlin" Upgrade:
    * [BEP-225](https://github.com/bnb-chain/BEPs/pull/225): Implement [EIP-2565](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-2565.md) ModExp Gas Cost
    * [BEP-229](https://github.com/bnb-chain/BEPs/pull/229): Implement [EIP-2718](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-2718.md) Typed Transaction Envelope
    * [BEP-230](https://github.com/bnb-chain/BEPs/pull/230): Implement [EIP-2929](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-2929.md) Gas cost increases for state access opcodes
    * [BEP-231](https://github.com/bnb-chain/BEPs/pull/231): Implement [EIP-2930](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-2930.md): Optional access lists
  * Includes part of Ethereum’s "London" Upgrade:
    * [BEP-227](https://github.com/bnb-chain/BEPs/pull/227): Implement [EIP-3198](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-3198.md): BASEFEE opcode
    * [BEP-226](https://github.com/bnb-chain/BEPs/pull/226): Implement [EIP-1559](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1559.md) with base fee of 2500
      * Of note: For Chiliz Chain’s implementation of EIP-1559, unlike BSC we set the initial base fee to 2500 gwei so that it behaves similarly to Ethereum. On BSC the base fee is 0.&#x20;
    * [BEP-228](https://github.com/bnb-chain/BEPs/pull/228): Implement [EIP-3541](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-3541.md): Prevent deploying contracts starting with 0xEF
    * [BEP-212](https://github.com/bnb-chain/BEPs/pull/212): Implement [EIP-3529](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-3529.md): Reduction in Refunds
  * BSC "Planck" hard fork (from 2023/04/12):
    * [BEP-171](https://github.com/bnb-chain/BEPs/pull/171): Security Enhancement for Cross-Chain Module
    * [BEP-172](https://github.com/bnb-chain/BEPs/pull/172): Network Stability Enhancement On Slash Occur
  * BSC "Gibbs" hard fork (from 2022/12/12):
    * [BEP-153](https://github.com/bnb-chain/BEPs/pull/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)

{% hint style="info" %}
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.
{% endhint %}

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.2.1).

## June 2024: Spicy Testnet  2.2.0

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.2.0).

## June 2024: Spicy Testnet 2.10

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.1.0).

## May 2024: Chiliz Chain 2.0.8

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.0.8).

## May 2024: Chiliz Chain 2.0.7

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.0.7).

## May 2024: Chiliz Chain 2.0.6

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.0.6).

## May 2024: Chiliz Chain 2.0.5

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.0.5).

## May 2024: Spicy Testnet 2.0.4

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.0.4).

## April 2024: Spicy Testnet 2.0.3

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.0.3).

## April 2024: Spicy Testnet 2.0.2

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v2.0.2).

## February 2024: Chiliz Chain 1.5.6

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v1.5.6).

## December 2023: Chiliz Chain 1.5.5

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v1.5.5).

## December 2023: Chiliz Chain 1.5.4

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v1.5.4).

## September 2023: Chiliz Chain 1.5.3

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v1.5.3).

## August 2023: Chiliz Chain 1.5.2

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v1.5.2).

## June 2023: Chiliz Chain 1.5.0

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v1.5.0).

## May 2023: Chiliz Chain 1.4.0 — CC2 launch

* BSC "Bruno" hard fork (from 2021/11/30):
  * [BEP-95](https://github.com/bnb-chain/BEPs/pull/95): Real-Time Burning Mechanism
  * [BEP-93](https://github.com/bnb-chain/BEPs/pull/93): Diff Sync Protocol: Speed up node sync
* BSC "MirrorSync" hard fork (from 2021/02/25):
  * Upgrade 3 system contract (no BEP): `TokenManagerContract`, `TokenHubContract`, `RelayerIncentivizeContract`

[GitHub link](https://github.com/chiliz-chain/v2/releases/tag/v1.4.0).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chiliz.com/chiliz-chain-changelog/blockchain-code-changes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
