alloy-rs / trie

Fast Merkle-Patricia Trie (MPT) state root calculator and proof generator for prefix-sorted nibbles
Apache License 2.0
74 stars 26 forks source link

chore: use `decode_raw` from `alloy-rlp` #19

Open Wollac opened 1 month ago

Wollac commented 1 month ago

Use Header::decode_raw introduced in alloy-rlp v0.3.7 (https://github.com/alloy-rs/rlp/pull/18) to decode a TrieNode.

DaniPopes commented 1 month ago

PTAL @rkrasiuk