Skip to content

eip4844: disable eip-7918 for bsc#3531

Merged
buddh0 merged 1 commit intobnb-chain:developfrom
zlacfzy:disable_eip_7918
Jan 27, 2026
Merged

eip4844: disable eip-7918 for bsc#3531
buddh0 merged 1 commit intobnb-chain:developfrom
zlacfzy:disable_eip_7918

Conversation

@zlacfzy
Copy link
Contributor

@zlacfzy zlacfzy commented Jan 22, 2026

Description

Disable EIP-7918 for BSC because BSC's base fee is zero.

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

Notable changes:

  • add each change in a bullet point here
  • ...

@buddh0 buddh0 added this to the 1.7.1 milestone Jan 26, 2026
@buddh0 buddh0 added the Mendel hard fork next to Fermi label Jan 26, 2026
// CalcExcessBlobGas calculates the excess blob gas after applying the set of
// blobs on top of the excess blob gas.
func CalcExcessBlobGas(config *params.ChainConfig, parent *types.Header, headTimestamp uint64) uint64 {
isOsaka := config.IsOsaka(config.LondonBlock, headTimestamp)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isOsaka --> eip7918 ?
and
func calcExcessBlobGas(isOsaka bool, bcfg *BlobConfig, parent *types.Header) uint64 {
-->
func calcExcessBlobGas(eip7918 bool, bcfg *BlobConfig, parent *types.Header) uint64 {

@buddh0 buddh0 merged commit 590ca35 into bnb-chain:develop Jan 27, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Mendel hard fork next to Fermi

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants