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 379
Upstream Statemine Release v5 Changes to Master #720
Merged
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
ede4d52
Update references
bkchr cf3e4be
Merge branch 'master' of github.com:paritytech/cumulus into release-s…
apopiak 40bef59
update deps
apopiak 7360a62
set substrate deps for pallet-asset-tx-payment
apopiak 79809c1
add DisabledValidatorsThreshold to parachain template
apopiak 9e9c759
add DisabledValidatorsThreshold to statemint runtimes
apopiak 580dfcd
adjust imports
apopiak 5cc3c13
update Cargo-lock
apopiak 9a28018
add DisabledValidatorsThreshold to mock config
apopiak efd4079
cargo +nightly fmt
apopiak eebadf0
adjust on_disabled type
apopiak 0f320d8
remove on_chain_votes function in ParachainHost impl
apopiak cf04b27
remove ScrapedOnChainVotes
apopiak f8e5ece
bump polkadot-collator version
apopiak b4ea44a
update Cargo.lock
apopiak d4a202a
set spec_versions to 500
apopiak e632c5f
Statemine cannot execute.
gavofyork f2941c6
disallow XCM execute on statemint
apopiak 7667119
cargo fmt
apopiak 4a704cc
remove unnecessary dep on node-primitives
apopiak ae23b3d
select parachains-common/std feature when building rococo-runtime wit…
apopiak 0e01e63
adjust Statemint to the three digit spec_version format
apopiak 86ed61c
Add script to generate simple changelogs (#668)
chevdor 72b0b8b
Update weights from v4 for v5 comparison (#673)
NachoPal eccc2d0
Fix benchmarks after Parachain Template (#677)
NachoPal 1bed7c6
Weights updates for Statemine v5 (#682)
NachoPal 8ce22ec
mention Storage in construct_runtime macro for pallet-xcm (#680)
apopiak 8ab829f
Use pallet-xcm for version wrapping (#689)
apopiak 6c6d7a0
patch weight for batch_all from rerun
apopiak a0e7189
Runtime version bump to v503 (#694)
chevdor 35e135e
adjust genesis value generation scripts to output entries array + add…
apopiak 4f3362a
add script to generate shell spec from runtime wasm
apopiak 537d772
Ensure a bad datastream cannot cause problems (#701)
gavofyork a71e04f
update Polkadot (to 0.9.11 169bab55d)
apopiak 2f73537
bump spec versions
apopiak 1dab315
Allow Queries and Subscriptions
gavofyork c3240a7
fix build
joepetrowski e7aa76f
make fmt happy
joepetrowski 215c13a
statemint imports
joepetrowski 4932deb
slight naming changes in script
apopiak 54f59bc
add shell genesis data + wasm + chainspec
apopiak b933596
adjust generated shell spec with production config values
apopiak 40e6560
Merge branch 'release-statemine-v5' of github.com:paritytech/cumulus …
apopiak 24377a6
update Substrate and Polkadot to master
apopiak d2ec4ef
fix deps
apopiak f9cbf07
swap out bootnodes for statemint shell
apopiak 7f74ab2
add a script for verifying the shell chain spec
apopiak aec894c
add sha checksum for head data
apopiak 07f3d6b
remove verification script
apopiak 08e9343
remove hex wasm file
apopiak 8c3564a
pull recent master
apopiak ea8b9ff
Merge branch 'release-statemint-shell' of github.com:paritytech/cumul…
apopiak ece1243
update Substrate and Polkadot again and fix compilation
apopiak 153ee49
Merge branch 'master' of github.com:paritytech/cumulus into apopiak/u…
apopiak 8132b14
update and fix lock file
apopiak a43ad72
formatting
apopiak 0bd6acf
remove redundant dispatch_as weight
apopiak 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "polkadot-collator" | ||
version = "4.0.0" | ||
version = "5.0.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
build = "build.rs" | ||
edition = "2018" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0x000000000000000000000000000000000000000000000000000000000000000000c1ef26b567de07159e4ecd415fbbb0340c56a09c4d72c82516d0f3bc2b782c8003170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c11131400 |
Large diffs are not rendered by default.
Oops, something went wrong.
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.
Sorry for the noise, seems like diener reformatted the deps