cosmos / iavl

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

Historical proofs & changelog replay #856

Open kocubinski opened 7 months ago

kocubinski commented 7 months ago

Implement replay from the changelog in LoadVersion, support transient replay for a past version from checkpoint/changelog in the historical proof API.

In progress at: https://github.com/cosmos/iavl/tree/v2-replay