-
Notifications
You must be signed in to change notification settings - Fork 998
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
minor Merge and forkchoice updates release #2733
Conversation
Co-authored-by: Alex Stokes <[email protected]>
Genesis execution block handling
validation if attestation is from a block message
…tified_checkpoint_ancestor`
Rename coinbase to fee_recipient
Remove `difficulty` from `PowBlock`
…false Add a test to cover the case of `is_execution_enabled` result is false
Add The Merge spec to coverage report targets
Fix `get_pow_block_at_terminal_total_difficulty` and add unit tests
* Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Signed my name * Update tests/README.md Co-authored-by: Danny Ryan <[email protected]> * Update tests/README.md Co-authored-by: Danny Ryan <[email protected]> * Update tests/README.md Co-authored-by: Danny Ryan <[email protected]> * Update tests/README.md Co-authored-by: Danny Ryan <[email protected]> * Update tests/README.md Co-authored-by: Danny Ryan <[email protected]> * Update tests/README.md Co-authored-by: Danny Ryan <[email protected]> * Update README.md * Update README.md Co-authored-by: Danny Ryan <[email protected]>
I'll put some notes in the release, but ideally, these changes are on merge testnets by roughly end of January and released on the normal release cycle at or before the Merge itself |
* Eth1 block hashes have type Hash32 * Modify other forks as well Co-authored-by: Hsiao-Wei Wang <[email protected]>
Add `proposer_boost_root` field to test vector "checks" step
Proposer LMD Score Boosting
Fix spec typo and add `test_prepare_execution_payload` unit tests
is_merge -> is_merge_transition
bump VERSION.txt to 1.1.6
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.
minor typos in config yaml
|
||
|
||
@with_all_phases | ||
@spec_state_test |
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.
These new tests should probably have. My test vector build is insanely slow
@with_presets([MINIMAL], reason="too slow")
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.
nevermind, it's the transition tests iiuc and I believe the addition of Altair->Merge makes these two 40 minute builds additive. Should consider parallelization of these generators
todo: