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

Merged
merged 4 commits into from
Dec 4, 2024
Merged

feat: add support of BEP-440 #530

merged 4 commits into from
Dec 4, 2024

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

@MatusKysel MatusKysel merged commit 1925e7d into prague-pascal Dec 4, 2024
@MatusKysel MatusKysel deleted the bep-440 branch December 4, 2024 08:03
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