ithacaxyz / op-rs

Apache License 2.0
47 stars 4 forks source link

chore: useful reth / alloy type conversions #82

Open merklefruit opened 1 month ago

merklefruit commented 1 month ago

The following traits should be implemented in alloy to remove manual casting functions in op-rs:

GrapeBaBa commented 1 month ago

@merklefruit let me try

GrapeBaBa commented 1 month ago

@merklefruit When I looked [alloy](), it did't depend on reth-primitives and i thought it should not, so i am confused does this issue make sense?

merklefruit commented 1 month ago

Yeah that's the issue. We can just wait to see if Reth is interested in using Alloy types for this and then it will be possible. For now this is blocked - but would like to keep this open just to remember which type conversions we need eventually.