-
Notifications
You must be signed in to change notification settings - Fork 154
Upgrade to Polkadot-SDK stable2506
#817
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 91 commits into
polkadot-fellows:main
from
acatangiu:bump-sdk-2506
Aug 7, 2025
Merged
Changes from all commits
Commits
Show all changes
91 commits
Select commit
Hold shift + click to select a range
fb354c6
bump rust to 1.88.0 to support 2024 edition crates
acatangiu 1771cbc
bump to SDK stable2506
acatangiu 4c265ff
update 3rd party deps
acatangiu 05c1783
manually bump missed polkadot SDK deps
acatangiu bb78e33
integrate [AHM] Async Staking module across AH and RC #8127
acatangiu 76e9c59
integrate CreateBare, deprecated CreateInherent (#7597)
acatangiu 047069c
integrate remove_upgrade_cooldown (#8254)
acatangiu 8e83aab
integrate Paras authorize_code_hash + apply_authorized_code feature (…
acatangiu b9755e3
integrate poke_deposit extrinsic to pallet-bounties (#8382)
acatangiu 29e1373
Integrate the above for kusama as well
acatangiu a25c034
fix more SDK dependencies bumps
acatangiu 6831d00
integrate XCMP improvements (#7963, #8021, #8344)
acatangiu 2185879
integrate pallet-revive (#8262, #8584)
acatangiu 1347f06
integrate impl_revive_api macro #8652
acatangiu 2bfcc1c
integrate building on older relay parents #8299
acatangiu c91a52f
integrate pallet-assets ERC20 precompile #8554
acatangiu 2e51a06
integrate pre-compile framework (#8262)
acatangiu 0b6b81c
fix more dependencies
acatangiu f4a89aa
integrate XcmPaymentApi::query_weight_to_asset_fee simple common impl…
acatangiu 15bfdbc
integrate Nest errors in pallet-xcm #7730
acatangiu 23426f0
fix more dependencies
acatangiu 032f21a
integrate Snowbridge: Unpaid execution when bridging to Ethereum #8599
acatangiu 31af36b
integrate Added OnNewHead to pallet-bridge-parachains #8531
acatangiu 0feb7fa
remove unused imports
acatangiu 7fc608a
temporarily disable failing tests
acatangiu 5cc1498
integrate check XCM size in VMP routing #8409
acatangiu 66bd75a
fix tests
acatangiu 3027914
Disable encointer
acatangiu a5c1cf5
integrate Clamp benchmark ranks to respect MaxRank #7720
acatangiu c01541f
fix asset-hub
acatangiu d40aa70
Update from acatangiu running command 'fmt'
actions-user 93d8ed6
integrate Pallet XCM - transfer_assets pre-ahm patch #9137
acatangiu 85cecdd
temporarily disable couple snowbridge tests
acatangiu eb94367
fix clippy
acatangiu 44cbcbd
integrate benchmark worst case buy execution weight #7944
acatangiu 3bf4b4b
integrate Do not make pallet-identity benchmarks signature-dependent …
acatangiu cba0c07
fix feature propagation
acatangiu 94d290a
fix clippy
acatangiu 4859ee2
fmt
acatangiu 0d0ff85
fix feature propagation
acatangiu 84d1945
Update from acatangiu running command 'fmt'
actions-user 3e6c3b6
Trigger CI
acatangiu 2b1f47b
snowbridge test fixes
claravanstaden 90219f3
Merge pull request #3 from Snowfork/bump-snowbridge-2506
acatangiu 9161dc9
Fix TODOs
bkontur f3753f8
Remove unnecessary `open_outbound_hrmp_channel_for_benchmarks_or_tests`
bkontur abbf49b
Removed leftover TODO
bkontur f37c91e
Reuse const
bkontur b086cfe
Removed `DDayBodyId` (we will add it with OpenGov on AH or DDay on Co…
bkontur 5174469
Update relay/kusama/src/lib.rs
acatangiu b4ef3b0
Update relay/polkadot/src/lib.rs
acatangiu 0e6ac63
Merge branch 'bump-sdk-2506' into bko-on-bump-sdk-2506
acatangiu 0174216
Merge pull request #4 from bkontur/bko-on-bump-sdk-2506
acatangiu b58ed16
Merge branch 'main' into bump-sdk-2506
acatangiu ef70cab
Merge branch 'main' into bump-sdk-2506
acatangiu 0698f8e
Revert "Disable encointer"
brenzi 1fa182a
patch updated pallets
brenzi dd68e14
lift patches
brenzi 9f1fef7
Merge pull request #6 from encointer/ab/encointer-stable2506
acatangiu e79ff03
revert some changes related to staking in 2506
kianenigma 3daf805
fix
kianenigma e5c7e3b
use old
kianenigma 190f984
chore: use the common query_weight_to_asset_fee for relays too
franciscoaguirre f49b9a5
Merge pull request #7 from polkadot-fellows/kiz-bump-sdk-2506
acatangiu c552f74
Merge pull request #8 from franciscoaguirre/common-weight-to-asset-fo…
acatangiu 4468c8a
Add DenyExportMessageFrom to the Barrier of BH
yrong 21a0ad2
fix zepter
acatangiu cc29979
Merge pull request #9 from yrong/ron/bump-sdk-2506
acatangiu b0d2092
update comment
acatangiu e5dd8e3
add missing runtime api to Glutton
acatangiu 52ec880
bump frame omni bencher
acatangiu da1810e
Merge branch 'main' of github.com:polkadot-fellows/runtimes into bump…
acatangiu 082fdc6
fix clippy
acatangiu 543aed3
add Changelog
acatangiu f9d440a
fix benchmarks
acatangiu 1c885a9
fix taplo
acatangiu 9a6702f
Merge branch 'main' of github.com:polkadot-fellows/runtimes into bump…
acatangiu a1e7966
fix merge damage
acatangiu 6171e4d
Merge branch 'main' of github.com:polkadot-fellows/runtimes into bump…
acatangiu 6ceffd3
fix clippy
acatangiu 9d3b6bd
cargo update
acatangiu a9dc6bb
downgrade hex-literal to match polkadot-sdk one
acatangiu 74a70f6
fix for compatible zepter parsing
acatangiu 313eaa3
Apply suggestions from code review
acatangiu 0d6317a
Apply suggestions from code review
joepetrowski 89a61e0
fix fmt
acatangiu b735c2a
fix TODO
acatangiu 7522ff0
pallet-revive benchmarks broken, use SubstrateWeights
acatangiu 97649f6
fullid bump on both rlcs
Overkillus 882016e
Merge pull request #10 from Overkillus/mkz-fullid-bump
acatangiu 22f383f
fix fmt
acatangiu 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
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.