risechain / pevm

Blazingly fast Parallel EVM
MIT License
217 stars 41 forks source link

Post-processing lazy evaluation: assert that the evaluated nonce matches the transaction's #310

Closed hai-rise closed 1 month ago

hai-rise commented 1 month ago

https://github.com/risechain/pevm/blob/1fe66657fb5ec96663745d60cfd9da2ac18e304a/src/pevm.rs#L259-L296

We can debug_assert_eq! for now, to have a round of converting them to error types later.