You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llms-files/llms-reference.txt
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3687,8 +3687,8 @@ Additional glossaries from around the ecosystem you might find helpful:
3687
3687
3688
3688
The role in a blockchain that can participate in consensus mechanisms.
3689
3689
3690
-
- [GRANDPA](#grandpa) - the authorities vote on chains they consider final
3691
-
- [Blind Assignment of Blockchain Extension](#blind-assignment-of-blockchain-extension-babe) (BABE) - the authorities are also [block authors](#block-author)
3690
+
- **[GRANDPA](#grandpa)**: The authorities vote on chains they consider final.
3691
+
- **[Blind Assignment of Blockchain Extension](#blind-assignment-of-blockchain-extension-babe) (BABE)**: The authorities are also [block authors](#block-author).
3692
3692
3693
3693
Authority sets can be used as a basis for consensus mechanisms such as the [Nominated Proof of Stake (NPoS)](#nominated-proof-of-stake-npos) protocol.
3694
3694
@@ -3757,8 +3757,8 @@ Ensures a set of [actors](#authority)—who don't necessarily trust each other
3757
3757
3758
3758
Consensus algorithms are generally concerned with ensuring two properties:
3759
3759
3760
-
- **Safety** - indicating that all honest nodes eventually agreed on the state of the chain
3761
-
- **Liveness** - indicating the ability of the chain to keep progressing
3760
+
- **Safety**: Indicating that all honest nodes eventually agreed on the state of the chain.
3761
+
- **Liveness**: Indicating the ability of the chain to keep progressing.
3762
3762
3763
3763
## Consensus Engine
3764
3764
@@ -3792,9 +3792,9 @@ Many tools in the Polkadot SDK ecosystem, such as [`subkey`](https://github.com/
3792
3792
3793
3793
An extensible field of the [block header](#header) that encodes information needed by several actors in a blockchain network, including:
3794
3794
3795
-
- [Light clients](#light-client) for chain synchronization
3796
-
- Consensus engines for block verification
3797
-
- The runtime itself, in the case of pre-runtime digests
3795
+
- [Light clients](#light-client) for chain synchronization.
3796
+
- Consensus engines for block verification.
3797
+
- The runtime itself, in the case of pre-runtime digests.
3798
3798
3799
3799
## Dispatchable
3800
3800
@@ -3811,9 +3811,9 @@ In the context of [FRAME](#frame-framework-for-runtime-aggregation-of-modularize
3811
3811
A means of executing a function call in a given [runtime](#runtime) with a set of dependencies.
3812
3812
There are two orchestration engines in Polkadot SDK, _WebAssembly_ and _native_.
3813
3813
3814
-
- The _native executor_ uses a natively compiled runtime embedded in the node to execute calls. This is a performance optimization available to up-to-date nodes
3814
+
- The _native executor_ uses a natively compiled runtime embedded in the node to execute calls. This is a performance optimization available to up-to-date nodes.
3815
3815
3816
-
- The _WebAssembly executor_ uses a [Wasm](#webassembly-wasm) binary and a Wasm interpreter to execute calls. The binary is guaranteed to be up-to-date regardless of the version of the blockchain node because it is persisted in the [state](#state) of the Polkadot SDK-based chain
3816
+
- The _WebAssembly executor_ uses a [Wasm](#webassembly-wasm) binary and a Wasm interpreter to execute calls. The binary is guaranteed to be up-to-date regardless of the version of the blockchain node because it is persisted in the [state](#state) of the Polkadot SDK-based chain.
0 commit comments