reth icon indicating copy to clipboard operation
reth copied to clipboard

Move StateWriter trait from reth-provider to storage-api

Open mattsse opened this issue 6 months ago • 2 comments
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

mattsse avatar Apr 23 '25 19:04 mattsse