lambdaclass / ethrex

ethrex: Ethereum Execution and L2 client in Rust
Apache License 2.0
227 stars 23 forks source link

LEVM: Remove `as` conversions #844

Open ilitteri opened 1 month ago

ilitteri commented 1 month ago

Replace as conversions with .into() where possible and use .try_into() and handle the Result if not.

mahmudsudo commented 1 month ago

can i take on this ?