File tree 1 file changed +25
-1
lines changed
1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 7
7
- audience: Runtime Dev
8
8
description: |
9
9
Before this pallet would reserve its storage value manually, `Consideration`
10
- trait simplifies the implementation.
10
+ trait simplifies the implementation, although users now need to refactor their
11
+ configuration of proxy pallet.
12
+
13
+ Adds new AtLeastOneLinearStoragePrice storage trait that implements `proxy-pallet`
14
+ balance reservation of reserving no balance if there are no items and reserving
15
+ `base + size * factor` balance if there's at least one item.
16
+
17
+ Refactors the rest of the dependent crates to use the new proxy pallet with
18
+ Consideration.
11
19
12
20
crates:
13
21
- name: pallet-proxy
14
22
bump: major
23
+ - name: frame-support
24
+ bump: patch
25
+ - name: westend-runtime
26
+ bump: major
27
+ - name: pallet-contracts
28
+ bump: patch
29
+ - name: pallet-safe-mode
30
+ bump: patch
31
+ - name: pallet-tx-pause
32
+ bump: patch
33
+ - name: asset-hub-rococo-runtime
34
+ bump: major
35
+ - name: asset-hub-westend-runtime
36
+ bump: major
37
+ - name: collectives-westend-runtime
38
+ bump: major
You can’t perform that action at this time.
0 commit comments