cosmos / iavl

Merkleized IAVL+ Tree implementation in Go
Apache License 2.0
409 stars 256 forks source link

fix: legacy node key #928

Closed cool-develope closed 2 months ago

cool-develope commented 3 months ago

Context

After reformatting of the pruned root node, it may be referred as a legacy node, since the nonce is 0.

cool-develope commented 3 months ago

@Mergifyio backport release/v1.x.x

mergify[bot] commented 3 months ago

backport release/v1.x.x

✅ Backports have been created

* [#929 fix: legacy node key (backport #928)](https://github.com/cosmos/iavl/pull/929) has been created for branch `release/v1.x.x` but encountered conflicts
tac0turtle commented 2 months ago

tests pass locally, git actions are acting weird