paritytech / trie

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

Inline value should never be recorded. #184

Closed cheme closed 1 year ago

cheme commented 1 year ago

When value are inline, they are encoded into their parent node and we shall not record them individually.

Should fix: https://github.com/paritytech/substrate/issues/13357

cheme commented 1 year ago

Can you please add some tests?

was my morning plan :+1:

cheme commented 1 year ago

Will release as 0.25.1