forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpr_2292.prdoc
More file actions
59 lines (55 loc) · 1.75 KB
/
Copy pathpr_2292.prdoc
File metadata and controls
59 lines (55 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
title: Migrate Fee Payment from Currency to fungible traits
doc:
- audience: Runtime Dev
description: |
Deprecates the `CurrencyAdapter` and introduces `FungibleAdapter`
Deprecates `ToStakingPot` and replaces usage with `ResolveTo`
Updated `DealWithFees`, `ToAuthor`, `AssetsToBlockAuthor` to all use `fungible` traits
Updated runtime XCM Weight Traders to use `ResolveTo`
Updated runtime TransactionPayment pallets to use `FungibleAdapter` instead of `CurrencyAdapter`
Runtime Migration Guide:
- Replace usage of `CurrencyAdapter` with `FungibleAdapter`
- Replace usage of `ToStakingPot<Runtime>` with `ResolveTo<pallet_collator_selection::StakingPotAccountId<Runtime>, Balances>`
crates:
- name: pallet-collator-selection
bump: minor
- name: parachains-common
bump: major
- name: asset-hub-rococo-runtime
bump: major
- name: asset-hub-westend-runtime
bump: major
- name: bridge-hub-westend-runtime
bump: major
- name: bridge-hub-rococo-runtime
bump: major
- name: collectives-westend-runtime
bump: major
- name: contracts-rococo-runtime
bump: major
- name: coretime-rococo-runtime
bump: major
- name: coretime-westend-runtime
bump: major
- name: people-westend-runtime
bump: major
- name: people-rococo-runtime
bump: major
- name: polkadot-runtime-common
bump: major
- name: westend-runtime
bump: major
- name: rococo-runtime
bump: major
- name: staging-xcm-builder
bump: major
- name: kitchensink-runtime
bump: major
- name: pallet-transaction-payment
bump: minor
- name: minimal-template-runtime
bump: major
- name: parachain-template-runtime
bump: major
- name: solochain-template-runtime
bump: major