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

feat: extension node decoding #11

Closed rkrasiuk closed 4 months ago

rkrasiuk commented 4 months ago

Description

Similar to https://github.com/alloy-rs/trie/pull/10, rename ExtensionNode to ExtensionNodeRef and introduce an owned ExtensionNode. Implement RLP decoding for it.