alloy-rs / core

High-performance, well-tested & documented core libraries for Ethereum, in Rust
https://alloy.rs
Apache License 2.0
786 stars 149 forks source link

[Feature] Move dyn-abi EIP-712 parser to sol-type-parser crate #358

Open DaniPopes opened 1 year ago

DaniPopes commented 1 year ago

Component

dyn-abi, sol-type-parser

Describe the feature you would like

This file https://github.com/alloy-rs/core/blob/b45a0d33a0b0377c616ce6177aa241723dc24dfd/crates/dyn-abi/src/eip712/parser.rs#L1

And rewrite it using winnow

Additional context

No response

fgimenez commented 10 months ago

I'd like to work on this one