Skip to content

Commit 8e04640

Browse files
committed
llms
1 parent 3b0fc3a commit 8e04640

11 files changed

+516
-526
lines changed

llms-files/llms-basics.txt

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

llms-files/llms-dapps.txt

Lines changed: 42 additions & 43 deletions
Large diffs are not rendered by default.

llms-files/llms-infrastructure.txt

Lines changed: 53 additions & 54 deletions
Large diffs are not rendered by default.

llms-files/llms-networks.txt

Lines changed: 46 additions & 47 deletions
Large diffs are not rendered by default.

llms-files/llms-parachains.txt

Lines changed: 61 additions & 62 deletions
Large diffs are not rendered by default.

llms-files/llms-polkadot-protocol.txt

Lines changed: 98 additions & 100 deletions
Large diffs are not rendered by default.

llms-files/llms-reference.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ Each configuration item is explained below, detailing the associated type’s pu
195195
```
196196

197197
<!-- I think `Holding Register` should be linked to https://wiki.polkadot.network/docs/learn/xcm/reference-glossary#holding-register, but since we will have our own glossary, I’m putting this as a TODO -->
198-
- **[`MaxAssetsIntoHolding`](https://paritytech.github.io/polkadot-sdk/master/staging_xcm_executor/trait.Config.html#associatedtype.MaxAssetsIntoHolding){target=\_blank}**: Limits the number of assets in the [Holding register](https://wiki.polkadot.network/learn/learn-xcm/#holding-register){target=\_blank}. At most, twice this limit can be held under worst-case conditions.
199-
198+
- [**`MaxAssetsIntoHolding`**](https://paritytech.github.io/polkadot-sdk/master/staging_xcm_executor/trait.Config.html#associatedtype.MaxAssetsIntoHolding){target=\_blank} - limits the number of assets in the [Holding register](https://wiki.polkadot.com/learn/learn-xcm/#holding-register){target=\_blank}. At most, twice this limit can be held under worst-case conditions
200199
```rust
201200
type MaxAssetsIntoHolding: Get<u32>;
202201
```
@@ -3710,7 +3709,7 @@ Key definitions, concepts, and terminology specific to the Polkadot ecosystem ar
37103709

37113710
Additional glossaries from around the ecosystem you might find helpful:
37123711

3713-
- [Polkadot Wiki Glossary](https://wiki.polkadot.network/general/glossary/){target=\_blank}
3712+
- [Polkadot Wiki Glossary](https://wiki.polkadot.com/general/glossary){target=\_blank}
37143713
- [Polkadot SDK Glossary](https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/reference_docs/glossary/index.html){target=\_blank}
37153714

37163715
## Authority
@@ -3769,7 +3768,7 @@ A chain specification file defines the properties required to run a node in an a
37693768
An [author](#block-author) of a [parachain](#parachain) network.
37703769
They aren't [authorities](#authority) in themselves, as they require a [relay chain](#relay-chain) to coordinate [consensus](#consensus).
37713770

3772-
More details are found on the [Polkadot Collator Wiki](https://wiki.polkadot.network/learn/learn-collator/){target=\_blank}.
3771+
More details are found on the [Polkadot Collator Wiki](https://wiki.polkadot.com/learn/learn-collator/){target=\_blank}.
37733772

37743773
## Collective
37753774

@@ -3915,7 +3914,7 @@ A subsystem for managing keys for the purpose of producing new blocks.
39153914

39163915
[Kusama](https://kusama.network/){target=\_blank} is a Polkadot SDK-based blockchain that implements a design similar to the [Polkadot](#polkadot) network.
39173916

3918-
Kusama is a [canary](https://en.wiktionary.org/wiki/canary_in_a_coal_mine){target=\_blank} network and is referred to as [Polkadot's "wild cousin."](https://wiki.polkadot.network/learn/learn-comparisons-kusama/){target=\_blank}
3917+
Kusama is a [canary](https://en.wiktionary.org/wiki/canary_in_a_coal_mine){target=\_blank} network and is referred to as [Polkadot's "wild cousin."](https://wiki.polkadot.com/learn/learn-comparisons-kusama/){target=\_blank}
39193918

39203919
As a canary network, Kusama is expected to be more stable than a test network like [Westend](#westend) but less stable than a production network like [Polkadot](#polkadot). Kusama is controlled by its network participants and is intended to be stable enough to encourage meaningful experimentation.
39213920

@@ -3956,11 +3955,11 @@ Pallets bundle domain-specific logic with runtime primitives like [events](#even
39563955
## Parachain
39573956

39583957
A parachain is a blockchain that derives shared infrastructure and security from a _[relay chain](#relay-chain)_.
3959-
You can learn more about parachains on the [Polkadot Wiki](https://wiki.polkadot.network/learn/learn-parachains/){target=\_blank}.
3958+
You can learn more about parachains on the [Polkadot Wiki](https://wiki.polkadot.com/learn/learn-parachains/){target=\_blank}.
39603959

39613960
## Paseo
39623961

3963-
Paseo TestNet provisions testing on Polkadot's "production" runtime, which means less chance of feature or code mismatch when developing parachain apps. Specifically, after the [Polkadot Technical fellowship](https://wiki.polkadot.network/learn/learn-polkadot-technical-fellowship/){target=\_blank} proposes a runtime upgrade for Polkadot, this TestNet is updated, giving a period where the TestNet will be ahead of Polkadot to allow for testing.
3962+
Paseo TestNet provisions testing on Polkadot's "production" runtime, which means less chance of feature or code mismatch when developing parachain apps. Specifically, after the [Polkadot Technical fellowship](https://wiki.polkadot.com/learn/learn-polkadot-technical-fellowship/){target=\_blank} proposes a runtime upgrade for Polkadot, this TestNet is updated, giving a period where the TestNet will be ahead of Polkadot to allow for testing.
39643963

39653964
## Polkadot
39663965

llms-files/llms-smart-contracts.txt

Lines changed: 42 additions & 43 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)