bluealloy / revm

Rust implementation of the Ethereum Virtual Machine.
https://bluealloy.github.io/revm/
MIT License
1.59k stars 518 forks source link

fix: correctly calculate eofcreate address #1619

Closed klkvr closed 2 months ago

klkvr commented 2 months ago

https://github.com/bluealloy/revm/pull/1600 introduced small changes to nonce handling during eofcreate which resulted in incremented nonce being used for address calculation when TxEnv does not include nonce.