-
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 - Cleanup #201
Merged
Merged
ETC - Cleanup #201
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
Signed-off-by: soc1c <soc1c@users.noreply.github.com>
Signed-off-by: soc1c <soc1c@users.noreply.github.com>
main/cli: add mordor classic testnet configuration
Signed-off-by: soc1c <soc1c@users.noreply.github.com>
fix formatting violation
Changed mordor.json config to only include atlantisBlock attribute since mordor is based on atlantis and other values cause issues with mordor. Fixed issue with rewardCoinbase function in ClassicBlockProcessor where ommerReward for blocks less than 5,000,000 (Era 1) were calculated incrorrectly. Signed-off-by: edwardmack <ed@edwardmack.com>
Mordor config mod, fix reward calc
Updated kotti.json chain spec so that it syncs with the kotti test network. Signed-off-by: edwardmack <ed@edwardmack.com>
Fixes to code that were causing error's when doing fast sync with classic network. Signed-off-by: edwardmack <ed@edwardmack.com>
Fix: BESU-116 classic network fail fast sync
Fix kotti sync issue
shemnon
approved these changes
Nov 19, 2019
edwardmack
pushed a commit
to ChainSafe/besu
that referenced
this pull request
Feb 4, 2020
Cleans up issues relating to the Ethereum Classic configurations. * Fixes Jira BESU-116 * Fixes ommer reward calculation * Fixes Mordor config * Fixes Kotti Sync issues Signed-off-by: soc1c <soc1c@users.noreply.github.com> Signed-off-by: edwardmack <ed@edwardmack.com>
edwardmack
pushed a commit
to ChainSafe/besu
that referenced
this pull request
Feb 4, 2020
Cleans up issues relating to the Ethereum Classic configurations. * Fixes Jira BESU-116 * Fixes ommer reward calculation * Fixes Mordor config * Fixes Kotti Sync issues Signed-off-by: soc1c <soc1c@users.noreply.github.com> Signed-off-by: edwardmack <ed@edwardmack.com>
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
Cleans up issues relating to the Ethereum Classic configurations.
Fixed Issue(s)
Fixes Jira BESU-116
Fixes Mordor config
Fixes Kotti Sync issues
Fixes ommer reward calculation