Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions docs/announce/mendel-bsc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@
</div>

## Upgrade Timeline
The Mendel upgrade will happen at:

- Testnet: 2026-03
- Mainnet: 2026-04
- **Testnet:** 2026-03-24 02:30:00 AM UTC — enabled
- **Mainnet:** 2026-04-28 02:30:00 AM UTC

There are nine BEPs in Mendel:
The Mendel upgrade bundles nine BEPs, all listed in the meta-BEP:

- [BEP-658: Hardfork Meta-Osaka/Mendel](https://github.com/bnb-chain/BEPs/blob/master/BEPs/BEP-658.md)
- [BEP-658: Hardfork Meta-Osaka/Mendel](https://github.com/bnb-chain/BEPs/blob/master/BEPs/BEP-658.md)

### Notable: BEP-652 — Transaction Gas Limit Cap

[BEP-652](https://github.com/bnb-chain/BEPs/blob/master/BEPs/BEP-652.md) implements [EIP-7825](https://eips.ethereum.org/EIPS/eip-7825), enforcing a mandatory protocol-level cap on individual transaction gas at **16,777,216 gas (2^24)**. Transactions exceeding this limit will be rejected during validation.


## Upgrade BSC Mainnet Nodes to v1.7.2 Before Hardfork

[v1.7.2](https://github.com/bnb-chain/bsc/releases/tag/v1.7.2) is the required release for the BSC Mainnet Osaka/Mendel hardfork.
Loading