This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Use default for intergration test relay runtimes#2616
Merged
paritytech-processbot[bot] merged 1 commit intomasterfrom May 23, 2023
Merged
Use default for intergration test relay runtimes#2616paritytech-processbot[bot] merged 1 commit intomasterfrom
paritytech-processbot[bot] merged 1 commit intomasterfrom
Conversation
jsidorenko
approved these changes
May 23, 2023
NachoPal
approved these changes
May 23, 2023
Contributor
|
I dont know if it is worth or desired to check this way all genesis chain specs here `polkadot-parachain/src/chain_spec/*.rs, |
bkontur
approved these changes
May 23, 2023
Contributor
Author
|
bot merge |
ordian
added a commit
that referenced
this pull request
May 23, 2023
* master: (75 commits) Add Foreign Assets to Statemint (#2540) Bump casey from 0.3.3 to 0.4.0 (#2619) Companion for substrate#14188 (Add genesis config to Glutton pallet) (#2612) Use default for test relay runtimes (#2616) use `WasmExecutionMethod::default()` (#2622) Bump Swatinem/rust-cache from 2.3.0 to 2.4.0 (#2617) Do not assume `AssetId`s are `Copy` (companion for substrate#14158) (#2586) NFT Fractionalization on Westmint (#2600) Try-runtime proper return types (#2615) Nfts on Statemint (#2595) Update substrate/polkadot + needed changes to compile (#2613) Chainspecs: Fix bootnode address (#2611) Bump Swatinem/rust-cache from 2.2.1 to 2.3.0 (#2582) Bump ruby/setup-ruby from 1.148.0 to 1.149.0 (#2581) update WasmExecutionMethod (#2599) Switch to `relay_dispatch_queue_remaining_capacity` (#2608) Update syn (#2605) Update README.md (#2603) [Feature] XCM-Emulator (#2447) Removed Cargo.lock from subtreee (#2604) ...
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
If people are using zombienet with a relay chain that has sudo added to it (for testing) then this is one additional place that
sudo: Default::default()does not need to be added (it's sufficient to add the sudo pallet to the polkadot repo E.g. the-fast-sudobranches).