You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow chfast suggestion make a test vector file with test ID that is also referenced in the test itself
A list of testID - test description in one file like changelog, and each test must mention corresponging ID in its info comment section
check that Block without withdrawals root header field but with withdrawals in the body gets rejected after transition (Shanghai transition tests #1123)
check that if withdrawals root does not match the withdrawals body block rejected (withdrawals tests #1124)
check that Shanghai block without withdrawals rlp body is rejected as incomplete (withdrawals tests #1124)
check what happens if withdrawals RLP body fields are in wrong order (equvivalent to testing the bounds)
Follow chfast suggestion make a test vector file with test ID that is also referenced in the test itself
A list of testID - test description in one file like changelog, and each test must mention corresponging ID in its info comment section
Withdrawals
what a the ranges of this fields. check the bounds
check that eth_getBlockBy rpc requests report withdrawals in the block if they should
check that if withdrawal happened to address A and in the same call a staticcall happened on A, the static call works fine
check interactions with EIP 2929 (https://eips.ethereum.org/EIPS/eip-2929)
SLOAD, CALL, BALANCE, EXT and SELFDESTRUCT called for account that received withdrawal warm up
The text was updated successfully, but these errors were encountered: