ethereum / tests

Common tests for all Ethereum implementations
MIT License
557 stars 319 forks source link

Question about InvalidBlockTest checkGasLimit test #1365

Closed jewei1997 closed 7 months ago

jewei1997 commented 7 months ago

Hi, I have a question about how the checkGasLimitFiller test works. The test seems to have a bunch of txs with incrementing nonces. I'm seeing the last tx have a nonce of 9 but the final nonce for the 0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b address seems to be 9, but I would have expected it to be 10. Would appreciate any explanation here about what I'm missing.

jewei1997 commented 7 months ago

@winsvega would appreciate it if you could take a look here

jewei1997 commented 7 months ago

oh I think I figured it out