bluealloy / revm

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

Primitives: add utility function AccountInfo::from_bytecode #1577

Closed tonyke-bot closed 3 months ago

tonyke-bot commented 3 months ago

Add a utility function to AccountInfo to create a contract account from bytecode in a convenient way.