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.5 release #137

Merged
merged 59 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from 55 commits
Commits
Show all changes
59 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
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
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
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
3 changes: 3 additions & 0 deletions .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
- name: Add wasm32-unknown-unknown target
run: rustup target add wasm32-unknown-unknown

- name: Add rust-src component
run: rustup component add rust-src

- name: Fetch cache
uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
profile: minimal
toolchain: stable
target: wasm32-unknown-unknown
components: rust-src

- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
**/.criterion/
**/*.rs.bk
**/chains/
!integration-tests/emulated/chains
**/hfuzz_target/
**/hfuzz_workspace/
**/node_modules
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Upgrade parachains runtime API from v7 to v8 in Kusama ([context](https://paritytech.github.io/polkadot-sdk/book/protocol-validator-disabling.html), [polkadot-fellows/runtimes#148](https://github.com/polkadot-fellows/runtimes/pull/148)).
- Fixed the lowering of Asset Hub existential deposits.
- MMR leaves generated by `pallet_mmr` point to the next-authority-set of the current block instead of the prior block [polkadot-fellows/runtimes#169](https://github.com/polkadot-fellows/runtimes/pull/169)
- Upgrade dependencies to the `polkadot-sdk@1.5.0` release ([polkadot-fellows/runtimes#137](https://github.com/polkadot-fellows/runtimes/pull/137))

### Removed

Expand Down
Loading
Loading