kkrt-labs / ef-tests

Test runner for ethereum foundation tests
23 stars 19 forks source link

stCreateTest::CreateTransactionHighNonce #665

Open enitrat opened 7 months ago

enitrat commented 7 months ago

The test fails because the sequencer (blockifier) uses u64 types for nonces, and increasing the nonce results in an overflow. This is actually the desired behavior, we can consider this as passing.

ClementWalter commented 1 month ago

maybe possible to fix now that we don't use the protocol nonce anymore