alloy-rs / core

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

[Feature] Impl `Display` for `BlockId` #722

Closed emhane closed 1 week ago

emhane commented 1 week ago

Component

Other (please provide more details)

Describe the feature you would like

Impl Display for BlockId to use in rpc errors https://github.com/alloy-rs/alloy/blob/0cb54b5da93be383f34b20221ddf9d58ce82a58d/crates/eips/src/eip1898.rs#L258-L266

Additional context

No response

emhane commented 1 week ago

wrong repo, duplicate of https://github.com/alloy-rs/alloy/issues/1206