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: leaf node decoding #10

Closed rkrasiuk closed 4 months ago

rkrasiuk commented 4 months ago

Description

Rename existing LeafNode to LeafNodeRef. Implement proper encoding instead of anon struct. Implement rlp decoding for LeafNode.