-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpr_3951.prdoc
More file actions
30 lines (27 loc) · 944 Bytes
/
pr_3951.prdoc
File metadata and controls
30 lines (27 loc) · 944 Bytes
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
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
title: Pallet Assets Freezer
doc:
- audience: Runtime Dev
description: |
This pallet is an extension of `pallet-assets`, supporting
freezes similar to `pallet-balances`.
To use this pallet, set `Freezer` of `pallet-assets` Config to the according instance of
`pallet-assets-freezer`.
- audience: Runtime User
description: |
The storage of this pallet contains a Vecs of account freezes. Applications UIs and Developer
Tools might benefit from observing it.
crates:
- name: frame-support
bump: minor
- name: pallet-assets-freezer
bump: major
- name: pallet-assets
bump: patch
- name: pallet-balances
bump: patch
- name: asset-hub-rococo-runtime
bump: minor
- name: asset-hub-westend-runtime
bump: minor