Commit b73e095
test(debug_getRawReceipts): use post-Byzantium block for get-block-n test
Block 0x3 is pre-Byzantium (byzantiumBlock=9 in the test chain), which means
receipts use state root instead of EIP-658 status code. This causes clients
that only support EIP-658 status encoding (like reth) to fail the test.
Change the test to use block 0xa (10) which is post-Byzantium, ensuring the
test validates EIP-658 status encoding which is what modern clients use.
Amp-Thread-ID: https://ampcode.com/threads/T-019bf5ac-dd59-76c0-8ba8-8739e84b6a33
Co-authored-by: Amp <amp@ampcode.com>1 parent 11517b4 commit b73e095
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2196 | 2196 | | |
2197 | 2197 | | |
2198 | 2198 | | |
2199 | | - | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
2200 | 2202 | | |
2201 | 2203 | | |
2202 | 2204 | | |
| |||
0 commit comments