Skip to content

Commit 20ec44a

Browse files
authored
Merge pull request #542 from o1-labs/barriebyron-glossary-nav
fix: add navigation to bottom of glossary
2 parents 18b2946 + f50e8ba commit 20ec44a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/glossary.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ keywords:
1313

1414
# Glossary
1515

16-
[A](#a) [B](#b) [C](#c) [D](#d) [E](#e) [F](#f) [I](#i) [J](#j) [K](#k) [L](#l) [M](#m) [N](#n) [O](#o)
17-
[P](#p) [Q](#q) [R](#r) [S](#s) [T](#t) [U](#u) [V](#v) [Z](#z)
16+
[A](#a) [B](#b) [C](#c) [D](#d) [E](#e) [F](#f) G H [I](#i) J [K](#k) [L](#l) [M](#m) [N](#n) [O](#o)
17+
[P](#p) Q [R](#r) [S](#s) [T](#t) [U](#u) [V](#v) W X Y [Z](#z)
1818

1919
Are you looking for a zero knowledge or Mina term that isn't here yet? To let us know, please [create an issue](https://github.com/o1-labs/docs2/issues) or click **EDIT THIS PAGE** to submit a PR.
2020

@@ -142,6 +142,8 @@ A consensus constant `k` is the point at which chain [reorganizations](#reorgani
142142

143143
A Mina node that is able to verify the state of the network trustlessly. In Mina, every node is a full node since all nodes can receive and verify zk-SNARKs.
144144

145+
## I
146+
145147
### internal transition
146148

147149
A [transition](#transition) that is produced locally, for example, by a block producer. The generated transition is applied locally and added to the [transition frontier](#transition-frontier) before being broadcast to peers.
@@ -402,4 +404,6 @@ Zero knowledge apps (zkApps) are Mina Protocol's smart contracts powered by zero
402404

403405
A type of zero-knowledge proof. zk-SNARK is the acronym for zero knowledge succinct non-interactive argument of knowledge. Specific properties of interest in Mina's implementation of SNARKs are succinctness and non-interactivity that allow for any node to quickly verify the state of the network.
404406

405-
#### [Back to top](/glossary)
407+
[A](#a) [B](#b) [C](#c) [D](#d) [E](#e) [F](#f) G H [I](#i) J [K](#k) [L](#l) [M](#m) [N](#n) [O](#o)
408+
[P](#p) Q [R](#r) [S](#s) [T](#t) [U](#u) [V](#v) W X Y [Z](#z)
409+

0 commit comments

Comments
 (0)