This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Renaming Parathread Mentions #7287
Merged
eskimor
merged 31 commits into
rh-async-backing-feature-while-frozen
from
brad-rename-parathread
Jun 2, 2023
Merged
Changes from 4 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
dec1aaa
Renaming parathreads
BradleyOlson64 d69e7ce
Renaming module to pallet
BradleyOlson64 76ad62e
More updates
BradleyOlson64 e82feb7
PVF: Refactor workers into separate crates, remove host dependency (#…
mrcnski 3346866
Update quote to 1.0.27 (#7280)
ggwpez b09937a
pallets: implement `Default` for `GenesisConfig` in `no_std` (#7271)
michalkucharczyk 3e93b4c
cli: enable BEEFY by default on test networks (#7293)
acatangiu 7104195
runtime: past session slashing runtime API (#6667)
ordian 6578355
Correcting git mishap
BradleyOlson64 11690ba
Document usage of `gum` crate (#7294)
mrcnski 97930a8
XCM: Fix issue with RequestUnlock (#7278)
franciscoaguirre 4175aa5
Companion for Substrate#14228 (#7295)
bkchr 4bd6371
Companion for #14237: Use latest sp-crates (#7300)
lexnv eea39f7
bounded-collections bump to 0.1.7 (#7305)
michalkucharczyk 8eb5efc
bump to quote 1.0.28 (#7306)
sam0x17 8510714
`RollingSessionWindow` cleanup (#7204)
tdimitrov ba1f654
pallet-para-config: Remove remnant WeightInfo functions (#7308)
ggwpez b7a42f7
XCM: PayOverXcm config (#6900)
franciscoaguirre 478c659
Companion for #14265 (#7307)
lexnv b749009
bump serde to 1.0.163 (#7315)
sam0x17 a488727
fmt
BradleyOlson64 98dbc0d
Merge branch 'rh-async-backing-feature-while-frozen' of https://githu…
BradleyOlson64 eede792
Updated fmt
BradleyOlson64 1bb3626
Removing changes accidentally pulled from master
BradleyOlson64 a5edc63
fix another master pull issue
BradleyOlson64 1b2de66
Another master pull fix
BradleyOlson64 89568e3
Merge branch 'master' of https://github.com/paritytech/polkadot into …
BradleyOlson64 bebc24a
Merge branch 'rh-async-backing-feature-while-frozen' of https://githu…
BradleyOlson64 5bae645
fmt
BradleyOlson64 eac35ac
Fixing implementers guide build
BradleyOlson64 05de086
Revert "Merge branch 'rh-async-backing-feature-while-frozen' of https…
BradleyOlson64 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we use
paras
to refer to both types of parachains in general. But I might be wrong.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both are parachains, just scheduling is different.