paradigmxyz / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
4k stars 1.23k forks source link

chore(trie): replace TrieAccount by alloy Account #12625

Closed kamuik16 closed 5 days ago

kamuik16 commented 1 week ago

Closes https://github.com/paradigmxyz/reth/issues/12318

kamuik16 commented 5 days ago

Closing this for now :(

mattsse commented 5 days ago

oh @kamuik16 I think what we can do is move the from conversion to alloy-genesis

kamuik16 commented 5 days ago

oh @kamuik16 I think what we can do is move the from conversion to alloy-genesis

yep, I was talking about the from conversions only. We'll need to move it to alloy first and then we can directly replace the TrieAccount with the alloy one.