Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit f98941f

Browse files
authored
Address alphabetical ordering for "J" terms within Glossary (#816)
1 parent ccf7e14 commit f98941f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

apps/nextra/pages/en/network/glossary.mdx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -363,15 +363,6 @@ See [Gas and Storage Fees](blockchain/gas-txn-fee.mdx) for more information.
363363
- **Honesty** means a validator that faithfully executes the consensus protocol
364364
and is not Byzantine.
365365

366-
### Jolteon
367-
368-
- **Jolteon** is a recent proposal for a [BFT](#byzantine-fault-tolerance-bft)
369-
consensus protocol.
370-
- AptosBFT, the Aptos network's consensus algorithm, is based on Jolteon.
371-
- It simplifies the reasoning about safety, and it addresses some performance
372-
limitations of previous consensus protocols. In particular, it reduces latency
373-
by 33% compared to HotStuff.
374-
375366
## I
376367

377368
### Indexer
@@ -382,6 +373,17 @@ See [Gas and Storage Fees](blockchain/gas-txn-fee.mdx) for more information.
382373
- At a high level, indexer gets data from a gRPC stream and runs processors to
383374
transform raw blockchain data and serve transformed data via GraphQL endpoint.
384375

376+
## J
377+
378+
### Jolteon
379+
380+
- **Jolteon** is a recent proposal for a [BFT](#byzantine-fault-tolerance-bft)
381+
consensus protocol.
382+
- AptosBFT, the Aptos network's consensus algorithm, is based on Jolteon.
383+
- It simplifies the reasoning about safety, and it addresses some performance
384+
limitations of previous consensus protocols. In particular, it reduces latency
385+
by 33% compared to HotStuff.
386+
385387
## L
386388

387389
### Leader

0 commit comments

Comments
 (0)