Skip to content

Commit

Permalink
docs: link to proof docs (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker authored Jan 18, 2021
1 parent 8e4a411 commit 159e489
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ In Ethereum, the analog is [Patricia tries](http://en.wikipedia.org/wiki/Radix_t
- Explains how to make updates (set/delete) to current working tree of IAVL
- Explains how automatic rebalancing of IAVL works
- Explains how Saving and Deleting versions of IAVL works
6. [Export/import docs](./tree/export_import.md)
6. [Proof docs](./proof/proof.md)
- Explains what Merkle proofs are
- Explains how IAVL supports presence, absence, and range proofs
- Explains the IAVL proof data structures
7. [Export/import docs](./tree/export_import.md)
- Explains the overall export/import functionality
- Explains the `ExportNode` format for exported nodes
- Explains the algorithms for exporting and importing nodes

0 comments on commit 159e489

Please sign in to comment.