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

Make topics pub in Log so we can implement Compact codec in reth_codec #592

Closed ghost closed 5 months ago

ghost commented 5 months ago

Ref https://github.com/paradigmxyz/reth/pull/7474 @mattsse

DaniPopes commented 5 months ago

The field is private intentionally, use the unchecked methods instead.