Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support of BEP-440 #530

Open
wants to merge 3 commits into
base: prague-pascal
Choose a base branch
from
Open

feat: add support of BEP-440 #530

wants to merge 3 commits into from

Conversation

MatusKysel
Copy link
Collaborator

@MatusKysel MatusKysel requested a review from blxdyx October 2, 2024 14:30
@@ -510,6 +512,12 @@ func InitializeBlockExecution(engine consensus.Engine, chain consensus.ChainHead
systemcontracts.UpgradeBuildInSystemContract(cc, header.Number, parent.Time, header.Time, ibs, logger)
}

if cc.IsPrague(header.Time) {
//TODO: find better way to init?
misc.InitializeBlockHashesEip2935(ibs)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Need IsOnPrague. Suggest move the code logic to system contract upgrade. Just like other systemcontracts.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There is no IsOnPrague, but this is doing same - IsPrague returns whether time is either equal to the Prague fork time or greater. https://github.com/node-real/bsc-erigon/blob/bep-440/erigon-lib/chain/chain_config.go#L292

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants