Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/knowledge/rpc/jip2-gav.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 1
slug: /advanced/rpc/jip2-node-rpc
---

(fetched from [here](https://github.com/polkadot-fellows/JIPs/blob/main/JIP-2.md) on 2026-02-11)
(fetched from [here](https://github.com/polkadot-fellows/JIPs/blob/main/JIP-2.md) on 2026-03-28)

<!-- The raw MD from above will be downloaded and appended -->
# JIP-2: Node RPC
Expand Down
11 changes: 9 additions & 2 deletions docs/knowledge/simple-networking/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 1
slug: /knowledge/advanced/simple-networking/spec
---

(fetched from [here](https://github.com/zdave-parity/jam-np/blob/main/simple.md) on 2026-02-11)
(fetched from [here](https://github.com/zdave-parity/jam-np/blob/main/simple.md) on 2026-03-28)

<!-- The raw MD from above will be downloaded and appended -->
# JAM Simple Networking Protocol (JAMNP-S)
Expand Down Expand Up @@ -369,6 +369,10 @@ Note that if the builder can provide the content of imported segments, CE 146 sh
the full work-package bundle. Otherwise it is the responsibility of the receiving guarantor to fetch
this data from the availability system.

The initial message `Core Index ++ Work-Package` should be limited to `2 + (200 * 1024)` bytes. This ensures
that Guarantors can not be forced to download huge work packages, before they can check that the
Work-Package is actually authorized.

```
Work-Package = As in GP
Extrinsic = [u8]
Expand All @@ -385,7 +389,10 @@ Builder -> Guarantor

Submission of a complete work-package bundle from a builder to a guarantor.

Note that the bundle parts are sent in separate messages to allow for authorizing the work-package before reading the rest of the bundle.
Note that the bundle parts are sent in separate messages to allow for authorizing the work-package before
reading the rest of the bundle. The `Work-Package` message should be limited to `200 * 1024` bytes. This
ensures that Guarantors can not be forced to download huge work packages, before they can check that the
Work-Package is actually authorized.

The import proof corresponds to $\mathit{J}$ as defined in the gray paper.

Expand Down
2 changes: 1 addition & 1 deletion docs/knowledge/testing/pvm/host-call-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_label: Log Host Call
sidebar_position: 1
---

(fetched from [here](https://github.com/polkadot-fellows/JIPs/blob/main/JIP-1.md) on 2026-02-11)
(fetched from [here](https://github.com/polkadot-fellows/JIPs/blob/main/JIP-1.md) on 2026-03-28)

<!-- The raw MD from above will be downloaded and appended -->
# JIP-1: Debug message host call
Expand Down
Loading