Skip to content

Commit 2bd1a0f

Browse files
committed
fresh llms
1 parent c7a26e7 commit 2bd1a0f

File tree

11 files changed

+9197
-6208
lines changed

11 files changed

+9197
-6208
lines changed

llms-files/llms-basics.txt

Lines changed: 729 additions & 521 deletions
Large diffs are not rendered by default.

llms-files/llms-dapps.txt

Lines changed: 738 additions & 530 deletions
Large diffs are not rendered by default.

llms-files/llms-infrastructure.txt

Lines changed: 915 additions & 705 deletions
Large diffs are not rendered by default.

llms-files/llms-networks.txt

Lines changed: 750 additions & 542 deletions
Large diffs are not rendered by default.

llms-files/llms-parachains.txt

Lines changed: 1016 additions & 659 deletions
Large diffs are not rendered by default.

llms-files/llms-polkadot-protocol.txt

Lines changed: 1448 additions & 1182 deletions
Large diffs are not rendered by default.

llms-files/llms-reference.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3687,8 +3687,8 @@ Additional glossaries from around the ecosystem you might find helpful:
36873687

36883688
The role in a blockchain that can participate in consensus mechanisms.
36893689

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).
36923692

36933693
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.
36943694

@@ -3757,8 +3757,8 @@ Ensures a set of [actors](#authority)—who don't necessarily trust each other
37573757

37583758
Consensus algorithms are generally concerned with ensuring two properties:
37593759

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.
37623762

37633763
## Consensus Engine
37643764

@@ -3792,9 +3792,9 @@ Many tools in the Polkadot SDK ecosystem, such as [`subkey`](https://github.com/
37923792

37933793
An extensible field of the [block header](#header) that encodes information needed by several actors in a blockchain network, including:
37943794

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.
37983798

37993799
## Dispatchable
38003800

@@ -3811,9 +3811,9 @@ In the context of [FRAME](#frame-framework-for-runtime-aggregation-of-modularize
38113811
A means of executing a function call in a given [runtime](#runtime) with a set of dependencies.
38123812
There are two orchestration engines in Polkadot SDK, _WebAssembly_ and _native_.
38133813

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.
38153815

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.
38173817

38183818
## Existential Deposit
38193819

0 commit comments

Comments
 (0)