scroll-tech / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
8 stars 3 forks source link

WIP: Introduce Scroll Binary Patricia Merkle Trie Components #36

Open frisitano opened 1 week ago

frisitano commented 1 week ago

Overview

This PR introduces the primitive binary Merkle Patricia trie components required for scroll.

WIP