Skip to content

Commit 8ff747d

Browse files
author
David Kazlauskas
committed
Additional prdoc
1 parent e75cbae commit 8ff747d

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

prdoc/pr_5336.prdoc

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,32 @@ doc:
77
- audience: Runtime Dev
88
description: |
99
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.
1119

1220
crates:
1321
- name: pallet-proxy
1422
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

0 commit comments

Comments
 (0)