Skip to content

Commit

Permalink
Replace link to removed history trees doc to merkle tree Wikipedia page
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-aptos authored and gregnazario committed Oct 13, 2022
1 parent 4121fc1 commit 6766a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developer-docs-site/docs/reference/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ then there is a guarantee that T_N will never be included in the blockchain.

## Merkle Accumulator

- The [Merkle Accumulator](https://www.usenix.org/legacy/event/sec09/tech/full_papers/crosby.pdf) is an _append-only_ Merkle tree that the Aptos blockchain uses to store the ledger.
- The [Merkle Accumulator](https://www.usenix.org/legacy/event/sec09/tech/full_papers/crosby.pdf) is an _append-only_ [Merkle tree](https://en.wikipedia.org/wiki/Merkle_tree) that the Aptos blockchain uses to store the ledger.
- Merkle accumulators can provide proofs that a transaction was included in the chain (“proof of inclusion”).
- They are also called ["history trees"](http://people.cs.vt.edu/danfeng/courses/cs6204/sp10-papers/crosby.pdf) in literature.
- They are also called "history trees" in literature.

## Move

Expand Down

0 comments on commit 6766a25

Please sign in to comment.