kkrt-labs / ef-tests

Test runner for ethereum foundation tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stCreateTest::CreateTransactionHighNonce

enitrat opened this issue · comments

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.