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

[WIP] implement BEP-127 #769

Closed
wants to merge 3 commits into from
Closed

Conversation

SolidityGo
Copy link
Contributor

@SolidityGo SolidityGo commented Feb 16, 2022

Description

implement BEP-127

Rationale

Example

Changes

Notable changes:

  • introduces the Temporary Maintenance mode for validators on the Binance Smart Chain.

@@ -638,6 +664,7 @@ func (c *ChainConfig) CheckConfigForkOrder() error {
{name: "mirrorSyncBlock", block: c.MirrorSyncBlock},
{name: "brunoBlock", block: c.BrunoBlock},
{name: "berlinBlock", block: c.BerlinBlock},
{name: "eulerBlock", block: c.EulerBlock},
Copy link
Contributor

Choose a reason for hiding this comment

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

this should after brunoBlock

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@Lippertt Lippertt linked an issue Apr 6, 2022 that may be closed by this pull request
Closed
@unclezoro unclezoro closed this Jul 4, 2022
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.

$$$
3 participants