Skip to content
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

Upgrade to latest polkadot-sdk@1.7 release #187

Merged
merged 202 commits into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from 192 commits
Commits
Show all changes
202 commits
Select commit Hold shift + click to select a range
c1cec95
Upgrade to latest: `cargo upgrade -v --pinned --incompatible`
bkontur Jan 9, 2024
93f136b
[FeeManager] fix for XcmFeesToAccount
bkontur Jan 9, 2024
3c88719
[pallet_identity] adapt https://github.com/paritytech/polkadot-sdk/pu…
bkontur Jan 9, 2024
fd6bffa
[pallet_staking] removed benchmark `payout_stakers_dead_controller`
bkontur Jan 9, 2024
41fd521
[pallet_nomination_pools] change import `versioned_migrations` to `ve…
bkontur Jan 9, 2024
aef83c9
[pallet_staking] adapt https://github.com/paritytech/polkadot-sdk/pul…
bkontur Jan 9, 2024
53f6f9e
[pallet-staking] adapt https://github.com/paritytech/polkadot-sdk/pul…
bkontur Jan 10, 2024
68f77f8
[runtime_api::ParachainHost] removed `Hash, BlockNumber` types
bkontur Jan 9, 2024
e23218f
[pallet_nomination_pools] adapt https://github.com/paritytech/polkado…
bkontur Jan 10, 2024
045deca
[pallet-vesting] adapt https://github.com/paritytech/polkadot-sdk/pul…
bkontur Jan 10, 2024
0e32f9f
[ParachainHost] adapt https://github.com/paritytech/polkadot-sdk/pull…
bkontur Jan 10, 2024
3e19b99
[pallet_xcm] adapt https://github.com/paritytech/polkadot-sdk/pull/20…
bkontur Jan 10, 2024
a78ffe8
[pallet_xcm] adapt https://github.com/paritytech/polkadot-sdk/pull/16…
bkontur Jan 10, 2024
3449ef8
[pallet_xcm] adapt https://github.com/paritytech/polkadot-sdk/pull/23…
bkontur Jan 10, 2024
739170a
[pallet_collator_selection] adapt https://github.com/paritytech/polka…
bkontur Jan 10, 2024
a7a1cfc
[dmp,xcmp,message_queue] adapt https://github.com/paritytech/polkadot…
bkontur Jan 11, 2024
f7a557e
[simple-mermaid] bump
bkontur Jan 11, 2024
cb24674
[bridges] adapt https://github.com/paritytech/polkadot-sdk/pull/2602
bkontur Jan 11, 2024
ee13de8
[integration-tests] align integration tests with latest vogue + split…
bkontur Jan 12, 2024
1ccd0f7
chore: fmt for all
bkontur Jan 12, 2024
ca13c92
fix: "Warning: Error parsing Cargo.toml manifest, fallback to caching…
bkontur Jan 12, 2024
4b496df
fix: added `rust-src` to the stable toolchain components
bkontur Jan 12, 2024
e2564af
fix: added `rust-src` to check-migrations
bkontur Jan 13, 2024
e7c1da1
[migrations] added `cumulus_pallet_xcmp_queue::migration::v4::Migrati…
bkontur Jan 15, 2024
200f154
[migrations] `pallet_nomination_pools::migration::versioned::V7ToV8` …
bkontur Jan 15, 2024
5a13a8c
WIP: (DNM) Oliver's migration fix for `pallet-nominations-pools` (fix…
bkontur Jan 16, 2024
58e3ad8
[migrations] added `pallet_grandpa::migrations::MigrateV4ToV5<Runtime…
bkontur Jan 17, 2024
ab047b0
fix Cargo.lock after rebase
bkontur Jan 19, 2024
ce7edfa
[chain-specs] Updated relay+paras (except encointer)
bkontur Jan 22, 2024
dcee99c
[chain-specs] Updated encointer to `polkadot-sdk@1.5`
bkontur Jan 22, 2024
0196f28
Fix tests
bkontur Jan 22, 2024
6423781
Update relay/polkadot/src/lib.rs
bkontur Jan 22, 2024
70dbf93
Added CHANGELOG.md entry
bkontur Jan 23, 2024
97de24b
Removed `TODO:(PR#137)`
bkontur Jan 23, 2024
5b9047d
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
bkontur Jan 25, 2024
f61c49b
Fix constants stuff after rebase
bkontur Jan 25, 2024
d1055fb
WIP: test final version of pallet-nomination-pools migration fix: htt…
bkontur Jan 26, 2024
85a3b8d
Fix constants stuff for Encointer (not compatible deps)
bkontur Jan 26, 2024
46e66de
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
bkontur Jan 26, 2024
f1d0814
Merge branch 'main' into bko-bump-to-1.5
bkontur Jan 26, 2024
0a77426
Set the correct EDs of SPs for inegration-tests and chain-spec-builder
bkontur Jan 29, 2024
01ce707
Unneeded import
bkontur Jan 30, 2024
3568f3c
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
bkontur Feb 2, 2024
10883da
WIP: temporary disabled `TransactionalProcessor` - missing patch for …
bkontur Feb 2, 2024
2e4a790
nit
bkontur Feb 2, 2024
cbe2e0b
WIP: revert for encointer
bkontur Feb 2, 2024
597f9d6
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
bkontur Feb 3, 2024
7b52a6e
WIP: update TODOs with patch
bkontur Feb 5, 2024
7fc05c1
[bridges] Changed order/index for `MessageQueue` on BridgeHubs
bkontur Feb 6, 2024
767f903
Upgrade to latest polkadot@1.6.0: `cargo upgrade -v --pinned --incomp…
bkontur Jan 24, 2024
5a8595c
[frame_system] adapt https://github.com/paritytech/polkadot-sdk/pull/…
bkontur Jan 25, 2024
f36b197
[frame_system] adapt https://github.com/paritytech/polkadot-sdk/pull/…
bkontur Jan 25, 2024
7d03f8a
[asset_conversion] adapt https://github.com/paritytech/polkadot-sdk/p…
bkontur Jan 25, 2024
ded3fad
[asset_conversion] adapt https://github.com/paritytech/polkadot-sdk/p…
bkontur Jan 25, 2024
01bdd99
[bridges/xcm] adapt https://github.com/paritytech/polkadot-sdk/pull/2…
bkontur Jan 25, 2024
7796a1f
Cargo.lock
bkontur Jan 26, 2024
773ad07
[pallet_uniques] adapt https://github.com/paritytech/polkadot-sdk/pul…
bkontur Jan 29, 2024
c9a5b0b
[pallet_identity] adapt https://github.com/paritytech/polkadot-sdk/pu…
bkontur Jan 29, 2024
6fb51da
[pallet-vesting] adapt https://github.com/paritytech/polkadot-sdk/pul…
bkontur Jan 29, 2024
a10717d
[pallet-staking] adapt https://github.com/paritytech/polkadot-sdk/pul…
bkontur Jan 29, 2024
f139499
[pallet-election-provider-multi-phase] adapt https://github.com/parit…
bkontur Jan 29, 2024
b8dd1b9
[coretime] adapt https://github.com/paritytech/polkadot-sdk/pull/1694…
bkontur Jan 29, 2024
48f1255
[parachains_configuration] add `parachains_configuration::migration::…
bkontur Jan 29, 2024
e76af9b
[emulated-tests] Added `MessageOrigin` to SP chain definitions + fixes
bkontur Jan 30, 2024
1ba0c11
[xcm-builder] allow(deprecated) xcm_builder::CurrencyAdapter + TODO
bkontur Feb 12, 2024
3e55fe6
Finally patched `pallet-nomination-pools` + removed tmp migration
bkontur Feb 12, 2024
288f0a1
Finally patched `pallet-nomination-pools` + removed tmp migration
bkontur Feb 13, 2024
c6b16fa
[xcm-executor/builder] Patch with transactional fix
bkontur Feb 13, 2024
975c08d
Fix patch for penpal-runtime
bkontur Feb 13, 2024
be53230
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
bkontur Feb 13, 2024
e7dffea
[collectives] Removed older TODOs - addresing https://github.com/polk…
bkontur Feb 13, 2024
35f0e51
Merge remote-tracking branch 'origin/bko-bump-to-1.5' into bko-bump-t…
bkontur Feb 14, 2024
97f81f9
Updated TODO for removing DMPQueue
bkontur Feb 14, 2024
01d2344
[collectives-polkadot] Fixed benchmarks (expcept payout)
bkontur Feb 14, 2024
73af5ea
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
bkontur Feb 14, 2024
f82cc05
[bridges] Added code comment for `MessageExportPrice`
bkontur Feb 14, 2024
c2c7e8e
Merge remote-tracking branch 'origin/bko-bump-to-1.5' into bko-bump-t…
bkontur Feb 14, 2024
359dab8
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
bkontur Feb 14, 2024
69ce119
Upgrade to latest: `cargo upgrade -v --pinned --incompatible`
bkontur Feb 14, 2024
2d6d3ac
chore(xcm): Replace deprecated CurrencyAdapter with FungibleAdapter
franciscoaguirre Feb 14, 2024
be4ceb4
chore(encointer): Remove ConstU64 import
franciscoaguirre Feb 15, 2024
3864204
chore: fmt
franciscoaguirre Feb 15, 2024
3bda4f8
Merge pull request #1 from franciscoaguirre/pr/159
bkontur Feb 15, 2024
012e57e
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
bkontur Feb 15, 2024
c624232
Added changelog
bkontur Feb 15, 2024
ba739cb
Merge remote-tracking branch 'origin/bko-bump-to-1.6' into bko-bump-t…
bkontur Feb 15, 2024
349fb52
[xcm] adapt https://github.com/paritytech/polkadot-sdk/pull/2422 (IsC…
bkontur Feb 15, 2024
a29757d
[xcm] adapt https://github.com/paritytech/polkadot-sdk/pull/2428 (Par…
bkontur Feb 15, 2024
38ca491
[bridges] adapt https://github.com/paritytech/polkadot-sdk/pull/2996
bkontur Feb 15, 2024
8365351
WIP: XCMv4
bkontur Feb 15, 2024
2b19718
Update relay/kusama/src/lib.rs
bkontur Feb 16, 2024
54e8b05
Update relay/polkadot/src/lib.rs
bkontur Feb 16, 2024
36e8020
[xcm] adapt https://github.com/paritytech/polkadot-sdk/pull/2422 (IsC…
bkontur Feb 16, 2024
44eefcc
[xcm] adapt https://github.com/paritytech/polkadot-sdk/pull/2428 (Par…
bkontur Feb 15, 2024
3170733
Change TreasuryArguments for collectives
bkontur Feb 16, 2024
a0a61ae
[bridges] Removed older TODO for bridges fees estimation
bkontur Feb 16, 2024
b987e8d
Updated TODOs
bkontur Feb 16, 2024
4cb2d2a
Update relay/kusama/src/lib.rs
bkontur Feb 16, 2024
c724e91
Update relay/polkadot/src/lib.rs
bkontur Feb 16, 2024
b6293a7
Update relay/polkadot/src/lib.rs
bkontur Feb 16, 2024
e3a80b5
Update relay/kusama/src/lib.rs
bkontur Feb 16, 2024
cdd6bf7
Merge remote-tracking branch 'origin/bko-bump-to-1.6' into bko-bump-t…
bkontur Feb 16, 2024
703e674
[pallet_balances] adapt https://github.com/paritytech/polkadot-sdk/pu…
bkontur Feb 16, 2024
494849b
WIP: XCMv4 renaming
bkontur Feb 16, 2024
f24c821
[pallet_balances] adjust https://github.com/paritytech/polkadot-sdk/p…
bkontur Feb 18, 2024
8dccb71
[parachains_shared] adapt https://github.com/paritytech/polkadot-sdk/…
bkontur Feb 18, 2024
502808b
WIP: more XCMv4
bkontur Feb 19, 2024
7272865
(ranked_collective) adapt https://github.com/paritytech/polkadot-sdk/…
bkontur Feb 19, 2024
630d58f
(ranked_collective) adapt https://github.com/paritytech/polkadot-sdk/…
bkontur Feb 19, 2024
79b80e1
(state-trie-migration) adapt https://github.com/paritytech/polkadot-s…
bkontur Feb 19, 2024
f8b04af
Fix compilation test for Kusama (finally relays compile and tests work)
bkontur Feb 19, 2024
e2f77aa
Fix benchmarks compilation test for Kusama/Polkadot
bkontur Feb 19, 2024
5fe6392
More fixes
bkontur Feb 19, 2024
701cbf3
More XCMv4
bkontur Feb 19, 2024
11b565d
[bridges] Fixed BridgeHub unit-tests
bkontur Feb 19, 2024
d381389
WIP: more XCMv4 and AssetHubKusama tests fix
bkontur Feb 19, 2024
99bf501
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
bkontur Feb 19, 2024
00fabe1
Merge remote-tracking branch 'origin/bko-bump-to-1.6' into bko-bump-t…
bkontur Feb 19, 2024
2d59678
Fix Kusama compilation
bkontur Feb 19, 2024
996e199
upgrade encointer to 1.6.0
brenzi Feb 20, 2024
97f81a8
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
bkontur Feb 20, 2024
ffc75da
Merge remote-tracking branch 'origin/bko-bump-to-1.6' into bko-bump-t…
bkontur Feb 20, 2024
c32bfbb
Adjust fee accroding to the DepositAsset fix for SovereignPaidRemoteE…
bkontur Feb 20, 2024
2cbd31b
Fix AssetHubs compilation
bkontur Feb 20, 2024
437115e
fix novelties
brenzi Feb 20, 2024
2ab6045
[pallet_xcm] Added `pallet_xcm::migration::MigrateToLatestXcmVersion<…
bkontur Feb 20, 2024
d45db7e
[xcm-executor,asset-test-utils] Apply patches (AssetHub tests)
bkontur Feb 20, 2024
24d61eb
clippy
bkontur Feb 20, 2024
3d11911
[glutton-kusama] set `SystemWeightInfo` with unused weight `frame_sys…
bkontur Feb 21, 2024
1c9262a
fix accidental paste
brenzi Feb 21, 2024
620db80
[pallet-xcm-benchmarks] Apply patch 7.0.4
bkontur Feb 21, 2024
49e0e85
[cleaning] Removed unused stuff
bkontur Feb 21, 2024
c4bf6a5
Merge remote-tracking branch 'origin/bko-bump-to-1.6' into bko-bump-t…
bkontur Feb 21, 2024
81839b5
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
bkontur Feb 22, 2024
3fce350
Merge remote-tracking branch 'origin/bko-bump-to-1.6' into bko-bump-t…
bkontur Feb 22, 2024
178592c
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
bkontur Feb 22, 2024
9dd0ee3
Merge branch 'bko-bump-to-1.6' into bko-bump-to-1.7
bkontur Feb 22, 2024
6bc0346
add migration for XcmpQueue pallet
brenzi Feb 23, 2024
b743b79
touch Cargo.lock
brenzi Feb 23, 2024
ff86df6
[pallet_asset_conversion] Fix correct value for MaxSwapPathLength (wh…
bkontur Feb 23, 2024
6cc8eed
Merge remote-tracking branch 'origin/bko-bump-to-1.6' into bko-bump-t…
bkontur Feb 23, 2024
321578f
Tuples-96 feature.
Feb 23, 2024
8b59085
Add Broker para ID.
Feb 23, 2024
8ce508d
Enable coretime on Kusama.
Feb 23, 2024
7f83cd8
Add changelog entry.
Feb 23, 2024
5f39fc8
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
bkontur Feb 23, 2024
fc1525b
Merge branch 'bko-bump-to-1.6' into bko-bump-to-1.7
bkontur Feb 23, 2024
220a28c
Merge branch 'bko-bump-to-1.6' into rk-coretime
bkontur Feb 24, 2024
1bbbe73
Merge pull request #3 from eskimor/rk-coretime
bkontur Feb 24, 2024
7f848dd
Revert (Para)AssignmentProvider + remove TODO for Polkadot
bkontur Feb 24, 2024
be8ba38
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
bkontur Feb 24, 2024
c0399f5
Merge remote-tracking branch 'origin/bko-bump-to-1.6' into bko-bump-t…
bkontur Feb 24, 2024
5ab0968
Merge branch 'bko-bump-to-1.6-encointer' into ab/upgrade-polkadot-v1.6.0
bkontur Feb 26, 2024
bac111a
Merge pull request #2 from brenzi/ab/upgrade-polkadot-v1.6.0
bkontur Feb 26, 2024
af1de27
Accomadate Encointer
bkontur Feb 26, 2024
88e2f24
fnt
bkontur Feb 26, 2024
8ed52d8
More fixes
bkontur Feb 26, 2024
8cc5074
Replace CurrencyAdapter for FungibleAdapter
bkontur Feb 26, 2024
9490a1b
Removed `cumulus-primitives-timestamp` from Encointer
bkontur Feb 26, 2024
498d078
Fix taplo format for Cargo.toml for encointer
bkontur Feb 26, 2024
804bfc1
Revert new line
bkontur Feb 26, 2024
3a88996
Unify `IsTeleporter`
bkontur Feb 26, 2024
111f5c9
Add P<>K emulated bridge tests
acatangiu Feb 12, 2024
598ae51
fmt
bkontur Feb 26, 2024
06cd27b
Version nits
bkontur Feb 26, 2024
12fd695
Merge remote-tracking branch 'origin/bko-bump-to-1.6' into bko-bump-t…
bkontur Feb 26, 2024
ee69480
Forgotten new integration tests to the matrix
bkontur Feb 26, 2024
3319aba
Merge pull request #4 from bkontur/bko-bump-to-1.6-encointer
bkontur Feb 26, 2024
5b1e6a7
Merge remote-tracking branch 'origin/bko-bump-to-1.6' into bko-bump-t…
bkontur Feb 27, 2024
bbf7c5b
Replaced Encointer hack with fix to avoid potential collisions caused…
bkontur Feb 27, 2024
157788c
CI fix compilation for encointer?
bkontur Feb 27, 2024
5e336f6
Added `Based on Polkadot-SDK` to Changelog.md
bkontur Feb 27, 2024
60b5441
Merge remote-tracking branch 'origin/bko-bump-to-1.6' into bko-bump-t…
bkontur Feb 27, 2024
4a0a124
Fix BridgeHubs integration tests
bkontur Feb 28, 2024
80206ee
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
bkontur Feb 28, 2024
f8edcf6
Removed unnecessery tiny-keccak
bkontur Feb 28, 2024
d4e7163
Removed unnecessery stuff from integration tests
bkontur Feb 28, 2024
a846ceb
CHangelog + Encointer fix
bkontur Feb 28, 2024
8450968
fmt
bkontur Feb 28, 2024
16521a7
[pallet_xcm] Apply patch for benchmarks https://github.com/paritytech…
bkontur Feb 28, 2024
a361a2a
[coretime] Apply patch https://github.com/paritytech/polkadot-sdk/pul…
bkontur Feb 28, 2024
5ecbbf2
[coretime] Apply patch https://github.com/paritytech/polkadot-sdk/pul…
bkontur Feb 28, 2024
a1ef9f3
Fix collectives-polkadot features propagation for `cumulus-primitives…
bkontur Feb 28, 2024
a8a204e
Wrong place
bkontur Feb 28, 2024
89d8944
Bump to 1.7 encointer by @brenzi (#6)
bkontur Feb 28, 2024
80dea43
Update system-parachains/collectives/collectives-polkadot/src/fellows…
bkontur Feb 29, 2024
b22d8c7
Update system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs
bkontur Feb 29, 2024
4c74180
Update system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs
bkontur Feb 29, 2024
d77f4af
Update system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs
bkontur Feb 29, 2024
1b87d84
Update relay/polkadot/src/xcm_config.rs
bkontur Feb 29, 2024
72c2ba6
Apply Joe's suggestion to the others + fmt
bkontur Feb 29, 2024
e29df79
Removed: `// TODO:(PR#187)(PR#2587): check ExchangeOriginTODO`
bkontur Feb 29, 2024
395a773
Removed one more TODO for `ExchangeOrigin`
bkontur Feb 29, 2024
515cdad
More tests for AH / BH
bkontur Feb 29, 2024
ea3ebe4
Removed unnecessary `PoolAssetsPalletLocationV3` and `LocalTeleportab…
bkontur Feb 29, 2024
48331b9
Removed approved `// TODO:(PR#187)(PR#3156): check MemberSwappedHandl…
bkontur Feb 29, 2024
efe60b9
Merge branch 'main' into bko-bump-to-1.7
bkontur Feb 29, 2024
45e1624
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
bkontur Mar 1, 2024
817f944
Bump `spec_version` to `1_002_000`
bkontur Mar 1, 2024
ab960bc
Merge branch 'main' into bko-bump-to-1.7
bkontur Mar 4, 2024
21fd3d1
Add pallet-xcm patch with `claim_assets` extrinsic (#7)
franciscoaguirre Mar 4, 2024
af6267c
Empty commit just to restart failed check-migration for Kusama
bkontur Mar 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Upgrade dependencies to the [polkadot-sdk@1.5.0](https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-v1.5.0) release ([polkadot-fellows/runtimes#137](https://github.com/polkadot-fellows/runtimes/pull/137))
- Upgrade dependencies to the [polkadot-sdk@1.6.0](https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-v1.6.0) release ([polkadot-fellows/runtimes#159](https://github.com/polkadot-fellows/runtimes/pull/159))
- Upgrade dependencies to the [polkadot-sdk@1.7.0](https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-v1.7.0) release ([polkadot-fellows/runtimes#187](https://github.com/polkadot-fellows/runtimes/pull/187))

## [1.1.1] 25.01.2024

Expand Down
Loading
Loading