-
Notifications
You must be signed in to change notification settings - Fork 141
Upgrade polkadot sdk to stable2412-4 (rel. 1.5.0)
#606
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
Merged
fellowship-merge-bot
merged 117 commits into
polkadot-fellows:main
from
pandres95:upgrade-polkadot-sdk-to-stable2412
Apr 16, 2025
Merged
Changes from all commits
Commits
Show all changes
117 commits
Select commit
Hold shift + click to select a range
90fa616
chore: update dependencies to `stable2412-1`
pandres95 9303cb3
feat(encointer-kusama-runtime): disable Encointer runtime and pallets.
pandres95 8f2a13d
feat(staging-kusama-runtime): adapt runtime to `stable2412`.
pandres95 c4ffd30
feat(polkadot-runtime): adapt runtime to `stable2412`.
pandres95 baf0ce8
feat(asset-hub-kusama-runtime): adapt runtime to `stable2412`.
pandres95 f09d366
feat(asset-hub-polkadot-runtime): adapt runtime to `stable2412`.
pandres95 280ad15
feat(bridge-hub-kusama-runtime): adapt runtime to `stable2412`.
pandres95 a7816b3
feat(bridge-hub-polkadot-runtime): adapt runtime to `stable2412`.
pandres95 cd29ea3
feat(collectives-polkadot-runtime): adapt runtime to `stable2412`.
pandres95 caae9a6
feat(coretime-kusama-runtime): adapt runtime to `stable2412`.
pandres95 e36bb9e
feat(coretime-polkadot-runtime): adapt runtime to `stable2412`.
pandres95 6003830
feat(glutton-kusama-runtime): adapt runtime to `stable2412`.
pandres95 a047273
feat(people-kusama-runtime): adapt runtime to `stable2412`.
pandres95 8469c13
feat(people-polkadot-runtime): adapt runtime to `stable2412`.
pandres95 b1d82e6
chore: update CHANGELOG.md
pandres95 0a99edf
Merge branch 'main' into upgrade-polkadot-sdk-to-stable2412
pandres95 e4fd702
fix: fmt CHANGELOG.md
pandres95 463063d
upgrade encointer to polkadot-stable2412-2 (#9)
clangenb fae7bfb
Remove coretime migrations from Polkadot (#10)
seadanda 4283460
fix: zepter missing feature propagations
pandres95 0471653
fix: fmt
pandres95 0f69175
fix(ci): make clippy happy
pandres95 cb6e983
fix(integration-tests/emulated/tests): update integration tests to us…
pandres95 2f6da5d
fix(integration-tests/emulated/chains): update definitions in genesis…
pandres95 4ce17d6
fix(integration-tests/zombienet): update zombienet client definitons …
pandres95 0a8458a
fix: fmt
pandres95 38f1d24
fix(asset-hub-polkadot-runtime): missing `AssetConversionTxHelper`
pandres95 5fc8b87
fix: taplo fmt
pandres95 ea18189
fix(xcm-weights): InitiateTransfer
franciscoaguirre 1c6aa85
chore(asset-hub-kusama): remove outdated test
franciscoaguirre b54b6e6
feat: add aliasers to all runtimes
franciscoaguirre 6bbe8e4
chore: upgrade to `stable2412-2`
pandres95 b534072
chore: address minor reviews from @ggwpez and @sandreim
pandres95 d95a3a2
chore: add missing Migrations (suggested by @sandreim)
pandres95 151f991
feat(Cargo): update to `stable2412-4`
pandres95 ecbdd9f
Merge branch 'main' into upgrade-polkadot-sdk-to-stable2412
pandres95 83369aa
feat(Cargo): remove `sp-std` + update lockfile
pandres95 5b29f45
fix(Cargo): missing feature propagations
pandres95 468bae5
fix(Cargo): missing patch update
pandres95 6a44523
fix(Cargo): update lockfile
pandres95 4f3b535
fix(Cargo): revert accidental removal of runtime-benchmarks
pandres95 ddc3d05
fix(Cargo): revert `sp-api-proc-macro` to `21.0.0`
pandres95 76f3771
fix(Cargo): fmt
pandres95 c5edd3c
Fix some issues
bkchr c11c6af
Merge remote-tracking branch 'origin/upgrade-polkadot-sdk-to-stable24…
pandres95 6e31848
fix(Cargo): revert removal of `sp-std` on `bp-bridge-hub-kusama` and …
pandres95 e11be3f
chore: adjust changes in Runtime APIs.
pandres95 1476540
Merge branch 'main' into upgrade-polkadot-sdk-to-stable2412
pandres95 24ae0e4
fix: resolve build issues and clippy errors
pandres95 5043292
fix smoke test
sandreim 41cc1f1
v12
sandreim 0b7abe3
taplo happy
sandreim fac133c
dryrun v2
sandreim a2587d2
test fix (#13)
claravanstaden 5e539cc
chore: update CHANGELOG.md
pandres95 20db22b
fix epochs
claravanstaden 6818fee
Merge pull request #14 from Snowfork/fix-epochs
sandreim c41fe6c
change: update implementation of `XcmWeightInfo::initiate_transfer` (…
pandres95 4c4cc36
change(relay): apply review changes
pandres95 e43b319
Merge branch 'upgrade-polkadot-sdk-to-stable2412' of https://github.c…
pandres95 90942bc
revert(asset-hub-kusama): use v4 locations for foreign assets
franciscoaguirre dc50afd
revert(asset-hub-polkadot): use v4 locations for foreign assets
franciscoaguirre 36c97fa
Move foreign asset asset ids back to XCM v4 locations (#15)
franciscoaguirre 1e1f087
Merge main to upgrade polkadot sdk to stable2412 (#16)
bkontur b570d76
Merge remote-tracking branch 'polkadot-fellows/main' into bko-on-upgr…
bkontur b6c63a1
Merge branch 'upgrade-polkadot-sdk-to-stable2412' of github.com:pandr…
franciscoaguirre 4253bd5
fix(asset-hub-kusama-runtime): tests now compile and pass
franciscoaguirre 5235fe9
fix(asset-hub-polkadot-runtime): tests now pass
franciscoaguirre f6a3245
fix: fmt
franciscoaguirre 890f813
Merge pull request #17 from franciscoaguirre/upgrade-polkadot-sdk-to-…
sandreim 288efcd
Merge branch 'pandres-upgrade-polkadot-sdk-to-stable2412' into pr606
franciscoaguirre 1de0e66
fix: fmt
franciscoaguirre f8414d9
fix(system-parachains/asset-hubs): resolve location types for `AssetC…
pandres95 29dc71d
fix(polkadot-runtime): lint
pandres95 5e9881b
push to request for ci
pandres95 002d33f
fix: lint + fmt
pandres95 9fcaf31
fix(asset-hub-kusama-integration-tests): tests now compile
franciscoaguirre 6841253
fix: fmt
franciscoaguirre 8dc092d
fix(asset-hub-polkadot-integration-tests): tests now compile
franciscoaguirre 6f21750
Merge pull request #11 from franciscoaguirre/pr606
sandreim 36e390d
fix: fmt
franciscoaguirre 822e2a2
Added people MBM migrations
bkontur f842a35
Fix
bkontur 428f448
fix(bridge-hub-kusama-integration-tests): tests now compile
franciscoaguirre 9e0830a
fix: fmt
franciscoaguirre 9553647
Fix default BlockWeights/BlockLength for people chains
bkontur 76a7033
Revert back patched stuff: tests xcm_payment_api_works + AssetHub que…
bkontur d71e092
Revert back patched stuff: tests xcm_payment_api_works (Part2)
bkontur d6433c6
Merge pull request #19 from bkontur/upgrade-polkadot-sdk-to-stable241…
bkontur d31d3f3
Revert back patched stuff: query_weight_to_asset_fee (Part3)
bkontur 9121197
fix(bridge-hub-polkadot-integration-tests): tests now compile
franciscoaguirre 2b2969e
fix: fmt
franciscoaguirre dd7ed15
Migrations for BHs
bkontur 356f537
fmt
bkontur 8be42a0
Merge pull request #20 from bkontur/upgrade-polkadot-sdk-to-stable241…
bkontur a0d8440
Update from bkontur running command 'bench --runtime people-polkadot …
actions-user f980dd7
Empty commit to trigger GitHub Actions
bkontur 0d0d91d
Update system-parachains/bridge-hubs/bridge-hub-kusama/src/lib.rs
bkontur 3efea94
fix(asset-hub-kusama-integration-tests): tests now pass
franciscoaguirre ca5dbdd
fix(asset-hub-polkadot-integration-tests): tests now pass
franciscoaguirre 9c646c2
fix(bridge-hub-westend-integration-tests): snowbridge tests pass
franciscoaguirre 98edc79
fix: fmt
franciscoaguirre 36f017e
Merge pull request #18 from franciscoaguirre/pr606
sandreim dc594b0
Merge branch 'main' into upgrade-polkadot-sdk-to-stable2412
pandres95 7482a66
fix: clippy + zepter + CHANGELOG.md
pandres95 394711f
fix: taplo
pandres95 8555e28
Fix people tests (#21)
franciscoaguirre 1c756ce
Retry CI
pandres95 7839015
Merge branch 'main' into upgrade-polkadot-sdk-to-stable2412
bkontur 446ef8b
fix(polkadot-runtime): pallet-xcm-benchmarks (#22)
franciscoaguirre 951cae0
Fix another xcm benchmark in relay (#23)
franciscoaguirre e974cf0
fmt
bkontur 867da57
Add `--exclude-extrinsics` for Kusama (#25)
bkontur c5d8da9
fix(CHANGELOG.md): revert mishandled conflict resolution
pandres95 9f445aa
chore(CHANGELOG.md): add information about XCMv5 in the CHANGELOG.md
pandres95 17d5bae
fix: mishandled merge conflict again, sorry.
pandres95 c252af3
Update CHANGELOG.md
pandres95 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 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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.