-
Notifications
You must be signed in to change notification settings - Fork 20
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
chore: upgrade to polkadot v1.11.0 #666
Merged
Merged
Changes from 37 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
c10c5a8
fix build
Roznovjak b535204
formatting
Roznovjak 517c000
fix some integration tests
Roznovjak 5948676
add migration
Roznovjak 61644b3
attempt to fix failing integration test
Roznovjak 9a0fe12
fix basilisk_should_swap_assets_coming_from_karura_when_onchain_route…
Roznovjak cab3512
formatting
Roznovjak 1f53f91
fix integration and benchmarking test
Roznovjak 8176296
satisfy clippy
Roznovjak f44d42a
formatting
Roznovjak 5982df4
remove unused dependency
Roznovjak 017088b
remove fix in cargo.toml that is no longer needed
Roznovjak 670c098
add GenesisBuilder runtime API
Roznovjak a4cd52b
formatting
Roznovjak 7ca93bd
bump crate versions
Roznovjak fafc2cf
move runtime apis to separate file
Roznovjak 85c1f69
fix dependencies
Roznovjak 8c77833
update pallet_xcm benchmarking helper functions
Roznovjak 668380c
fix pallet_xcm benchmarks
Roznovjak 5c2e1ad
rebenchmarking
Roznovjak c1ec167
fix router benchmarks
Roznovjak 4c827b0
rebenchmark using ref machine
Roznovjak 4b0fb4d
rebenchmark router
Roznovjak b52420b
fix clippy
Roznovjak bfb80a8
fix integration test
Roznovjak b5ff2c4
formatting
Roznovjak e63bfd7
rebenchmark with correct params
Roznovjak a22e058
rebenchmark router
Roznovjak eaf9496
fix integration tests
Roznovjak fdeca78
formatting
Roznovjak be8d34c
rebenchmark collator selection pallet with old benchmarking command
Roznovjak 7cd3f27
add storage proof size host functions
Roznovjak a7fb136
use unified host function
Roznovjak 24c5b57
remove old params for previous migrations
Roznovjak 81917e5
enable proof recording during block import
Roznovjak 4c73aa6
update name of polkadot-sdk repo in zombienet configs
Roznovjak 52c1195
formatting
Roznovjak fbac6b0
implement XcmPaymentApi
Roznovjak 29577e1
use workspace dependencies
Roznovjak ceaecba
Merge branch 'master' into polkadot-v1.11.0
Roznovjak ba21785
remove duplicate dependency
Roznovjak e4c8c2d
formatting
Roznovjak 4207ac3
bump crate versions
Roznovjak f3397b8
fix name of the polkadot-sdk repo in zombienet config
Roznovjak 44d32ce
fix error from router benchmarking test
Roznovjak 8976276
Merge branch 'master' into polkadot-v1.11.0
mrq1911 34a5bdd
set IdleMaxServiceWeight
Roznovjak 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.
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
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.
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.
reserve_transfer_asset was removed?
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.
deprecated, so I changed the test to get rid of the warning.