This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments