Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Parathreads -> On-demand Parachains #5858

Merged
merged 24 commits into from
May 7, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7fb3722
initial edits
filippoweb3 May 2, 2024
8593ead
rm parathread terminology where possible
filippoweb3 May 3, 2024
b570f33
minor edits and reorg
filippoweb3 May 3, 2024
eb27b6c
add banner
filippoweb3 May 3, 2024
a3cff61
Bader's feedback
filippoweb3 May 6, 2024
7693335
Update docs/build/build-data.md
filippoweb3 May 7, 2024
e5a79bc
Update docs/build/build-guide.md
filippoweb3 May 7, 2024
e4e0a81
Update docs/build/build-guide.md
filippoweb3 May 7, 2024
85b8e93
Update docs/build/build-parachains.md
filippoweb3 May 7, 2024
8a66e33
Update docs/build/build-parachains.md
filippoweb3 May 7, 2024
f7e28d9
Update docs/general/faq.md
filippoweb3 May 7, 2024
35edf2e
Update docs/general/glossary.md
filippoweb3 May 7, 2024
08b9071
Update docs/general/glossary.md
filippoweb3 May 7, 2024
3031581
Update docs/general/polkadot-direction.md
filippoweb3 May 7, 2024
454b634
Update docs/learn/learn-architecture.md
filippoweb3 May 7, 2024
95cbff3
Update docs/learn/learn-auction.md
filippoweb3 May 7, 2024
85205f7
Update docs/learn/learn-parachains.md
filippoweb3 May 7, 2024
7c6ea39
Update docs/learn/learn-parachains.md
filippoweb3 May 7, 2024
0903644
Update docs/learn/learn-parachains.md
filippoweb3 May 7, 2024
6bab328
Update docs/learn/learn-parachains.md
filippoweb3 May 7, 2024
b98f32e
Update docs/learn/learn-parachains.md
filippoweb3 May 7, 2024
179241d
Update docs/learn/learn-parachains.md
filippoweb3 May 7, 2024
ef72fa8
Bader's feedback
filippoweb3 May 7, 2024
4358a42
Merge branch 'master' into edits-parathreads
filippoweb3 May 7, 2024
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
Prev Previous commit
Next Next commit
Update docs/general/glossary.md
Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com>
filippoweb3 and DrW3RK authored May 7, 2024
commit 35edf2ee7c9c0422795f0c3d22603cf23bb52bb1
2 changes: 1 addition & 1 deletion docs/general/glossary.md
Original file line number Diff line number Diff line change
@@ -468,7 +468,7 @@ A unique numeric (non-negative integer) identifier for a parachain.

## Parathread

A parathread can have two meanings: a substrate-based chain not yet parachain (i.e. not connected to
Historically, the term "parathread" has been used in two contexts: a substrate-based chain not yet parachain (i.e. not connected to
a {{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }} core), or a on-demand parachain
(i.e. a parachain using instantaneous coretime).