Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update other-terms.mdx #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pages/other-terms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,9 @@ An entity in a [ZK-Rollup](#ZK-Rollup), often a [smart contract](#Smart-contract

## Verkle tree

A data storage format of which you can make a proof that it contains some pieces of data to anyone who has the root of the tree. While similar to [Merkle Patricia Trees](#Merkle-tree), key differences include a much wider tree format which leads to smaller proof sizes.
A data storage format that enables the proof of containing specific data pieces to anyone holding the root of the tree. While similar to [Merkle Patricia Trees](#Merkle-tree), Verkle Trees differ in having a wider tree format, resulting in smaller proof sizes.



## Volition

Expand Down