Conversation
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
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 <dannyjryan@gmail.com> * Update tests/README.md Co-authored-by: Danny Ryan <dannyjryan@gmail.com> * Update tests/README.md Co-authored-by: Danny Ryan <dannyjryan@gmail.com> * Update tests/README.md Co-authored-by: Danny Ryan <dannyjryan@gmail.com> * Update tests/README.md Co-authored-by: Danny Ryan <dannyjryan@gmail.com> * Update tests/README.md Co-authored-by: Danny Ryan <dannyjryan@gmail.com> * Update README.md * Update README.md Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
Member
Contributor
Author
|
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 <hsiaowei.eth@gmail.com>
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
djrtwo
commented
Nov 23, 2021
Contributor
Author
djrtwo
left a comment
There was a problem hiding this comment.
minor typos in config yaml
djrtwo
commented
Nov 23, 2021
|
|
||
|
|
||
| @with_all_phases | ||
| @spec_state_test |
Contributor
Author
There was a problem hiding this comment.
These new tests should probably have. My test vector build is insanely slow
@with_presets([MINIMAL], reason="too slow")
Contributor
Author
There was a problem hiding this comment.
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
2 tasks
This file contains hidden or 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
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.
todo: