-
Notifications
You must be signed in to change notification settings - Fork 981
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
Exclude empty requests in requests list #3998
Conversation
Co-authored-by: Alex Stokes <[email protected]>
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 after all
| `DEPOSIT_REQUEST_TYPE` | `Bytes1('0x00')` | | ||
| `WITHDRAWAL_REQUEST_TYPE` | `Bytes1('0x01')` | | ||
| `CONSOLIDATION_REQUEST_TYPE` | `Bytes1('0x02')` | |
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.
For CL specs, they should be named with REQUEST_TYPE_*
, but I figured out they are EIP constants... 😭
@lightclient is it too late to change?
Request hash is not considered in `compute_el_block_hash`, have to use one of the other overloads for this to work.
Fix block hash computation for deposit transition tests
Request hash is not considered in `compute_el_block_hash`, have to use one of the other overloads for this to work.
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.
Cross-checked the block hashes in the test vectors against Nimbus. LGTM ✅
Mirrors changes suggested by Felix here: