alloy-rs / alloy

Transports, Middleware, and Networks for the Alloy project
https://alloy.rs
Apache License 2.0
664 stars 239 forks source link

consensus: implement `root_slow` for `Receipts` #1563

Closed tcoratger closed 1 month ago

tcoratger commented 1 month ago

This is done to replace https://github.com/paradigmxyz/reth/blob/ba78e439385469925c6fc9df36444f1ef5a6a1bc/crates/primitives/src/receipt.rs#L104 in order to be used in reth

Related https://github.com/paradigmxyz/reth/pull/12059