-
Notifications
You must be signed in to change notification settings - Fork 839
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
ETC Atlantis fork #179
Merged
Merged
ETC Atlantis fork #179
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This includes code to address reading config for classic network and kotti test network. ClassicForkPeerValidator checks peers at classicForkBlock (same as Dao Fork Block) and connects with peers that did not do the Dao Fork and continued on the classic network. Signed-off-by: edwardmack <ed@edwardmack.com>
Code to support ECIP-1015 gas calculator and ECIP-1010 difficulty calculator. Signed-off-by: edwardmack <ed@edwardmack.com>
Code for Gotham Classic fork supporting ECIP-1017, ECIP-1039 and ECIP-1041. Signed-off-by: edwardmack <ed@edwardmack.com>
Signed-off-by: edwardmack <ed@edwardmack.com>
Signed-off-by: edwardmack <ed@edwardmack.com>
Code to support ECIP 1054: Atlantis EVM and Protocol Upgrades Signed-off-by: edwardmack <ed@edwardmack.com>
This pull request introduces 1 alert when merging 9e895c9 into 7ec9530 - view on LGTM.com new alerts:
|
Use SpuriousDragonGasCalculator for Atlantis fork due to difference in the way that new account gas cost is calculated. Signed-off-by: edwardmack <ed@edwardmack.com>
This pull request introduces 1 alert when merging f98f55c into 0a27885 - view on LGTM.com new alerts:
|
Signed-off-by: edwardmack <ed@edwardmack.com>
Signed-off-by: edwardmack <ed@edwardmack.com>
Signed-off-by: edwardmack <ed@edwardmack.com>
Signed-off-by: edwardmack <ed@edwardmack.com>
References tests again got reverted.
|
shemnon
approved these changes
Nov 15, 2019
siladu
pushed a commit
to siladu/besu
that referenced
this pull request
Oct 28, 2024
Engine API: more clarity around terminalBlockNumber field
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR description
This PR introduces code to support ECIP 1054: Atlantis EVM and Protocol Upgrades
Fixed Issue(s)
N/a