-
Notifications
You must be signed in to change notification settings - Fork 973
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
Add terminal block hash override #2617
Merged
djrtwo
merged 10 commits into
ethereum:dev
from
lsankar4033:terminal_blockhash_override_2
Sep 27, 2021
Merged
Add terminal block hash override #2617
djrtwo
merged 10 commits into
ethereum:dev
from
lsankar4033:terminal_blockhash_override_2
Sep 27, 2021
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
mkalinin
reviewed
Sep 23, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Left a couple of suggestions
Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
djrtwo
reviewed
Sep 24, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of minor suggestions. plus lint
okay, I patched up the lint too! will merge after CI |
ah, thanks! |
djrtwo
approved these changes
Sep 27, 2021
23 tasks
24 tasks
g11tech
added a commit
to g11tech/lodestar
that referenced
this pull request
Nov 5, 2021
14 tasks
dapplion
pushed a commit
to ChainSafe/lodestar
that referenced
this pull request
Nov 15, 2021
* completing ethereum/consensus-specs#2617 * add TBH_ACTIVATION_EPOCH ethereum/consensus-specs#2682 * remove prepare payload specs 2682, add payload id as return to notify_forkchoice... 2711 * remove uniion from transaction (2683), fix gossip and tx size (2686), remove gas validation(2699) * remove extraneous p2p condition (2687) * params e2e test fix * update penalty params for Merge (2698) * updating spec version * spec runner merge sanity and operations fixes * removing the beacon block gossip validations as per 1.1.4 * feedback cleanup * spec v1.1.5, fixed blockhash (2710), payloadid (2711) already changed, tbh activation check(2712) already correct * kintsugi geth interop * ee test fixes * assetterminalpowblock refac and root comparision fix * runGethPreMerge test case * runGethPreMerge scenario with ignoring geth side ttd not reached error * assertvalidterminalpow block fix * tracker in comments for geth preMerge to postMerge issue * merge transition scenario with ttd > 0 check fix deployed on geth:kintsugi-spec * cleanup as merge-interop test file scenaros updated and working * handling prepare payload failure scenarios * seperating optimistic sync, fixing and testing the transaction submission/execution
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.
This is a rewrite of #2599 in consideration of #2605
Basically, hardcode a
TERMINAL_BLOCK_HASH
parameter that can be used to override the transition point implied byTERMINAL_TOTAL_DIFFICULTY