Closed sveitser closed 2 years ago
Yeah i have seen this, I am not alarmed as the name suggests CreateTransactionHighNonce
it is probably some test for u64 overflow that is not realistic to happen in the wild.
Thank you for reporting!
High nonce is now handled properly, still need to parse exception in test harness but revm is properly handing this case
I looks like a recently added test with maximum nonce https://github.com/ethereum/tests/blob/develop/GeneralStateTests/stCreateTest/CreateTransactionHighNonce.json fails.
Failed CI run: https://github.com/bluealloy/revm/runs/7381837438?check_suite_focus=true#step:6:277
To reproduce locally