bluealloy / revm

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

`compile_error!` on deprected `with-serde` feature flag #327

Closed rakita closed 1 year ago

rakita commented 1 year ago

Put it in revm lib file as with-serde was renamed to serde

Evalir commented 1 year ago

happy to take on this! was wondering while quickly looking at the code: i guess we would re-add the with-serde feature below web3db so that compile_error works? if not cargo will just complain the flag doesn't exist