reth
reth copied to clipboard
Move StateWriter trait from reth-provider to storage-api
trafficstars
Describe the feature
This entire file can now be moved https://github.com/paradigmxyz/reth/blob/9526849c143a4298b014aa0a44301da71cb14021/crates/storage/provider/src/traits/state.rs#L13-L13
to
https://github.com/paradigmxyz/reth/blob/9526849c143a4298b014aa0a44301da71cb14021/crates/storage/storage-api/src/lib.rs#L1-L1
this file should however be renamed to state_writer.rs
TODO
- move file
- follow same pattern as ref https://github.com/paradigmxyz/reth/blob/9526849c143a4298b014aa0a44301da71cb14021/crates/storage/storage-api/src/lib.rs#L19-L20
Additional context
No response