paritytech / trie

Base-16 Modified Patricia Merkle Tree (aka Trie)
Apache License 2.0
251 stars 67 forks source link

Don't allow bitmap without children. #167

Open cheme opened 1 year ago

cheme commented 1 year ago

Small codec change to forbid branch with no children in proofs. We should also forbid branch with one children and no value, but this is currently a valid decoding for some compact proof form.