reth
reth copied to clipboard
feat: Make DatabaseStateRoot stateful
trafficstars
This PR
- converts
DatabaseStateRootinto a regular stateful trait that takes in&self. - moves the
from_txmethod to a new traitStateRootFromTximplemented byStateRoot - transfers the responsibility of managing a
tx refto the trait implementer (StateRootin this case)