File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 171
171
172
172
- The ` AddrReceives ` RPC now supports timestamp filtering with
173
173
[ new ` StartTimestamp ` and ` EndTimestamp ` fields] ( https://github.com/lightninglabs/taproot-assets/pull/1794 ) .
174
+
175
+ - The ` BurnAsset ` RPC has a new field ` asset ` that allows the user to specify
176
+ the asset to burn by ID or GroupKey. The previous ` asset ` field is deprecated
177
+ and renamed as ` asset_legacy ` .
174
178
175
179
## tapcli Additions
176
180
189
193
- CLI JSON output [ now] ( https://github.com/lightninglabs/taproot-assets/pull/1821 )
190
194
includes unset and zero-valued proto fields (e.g. transaction output indexes).
191
195
This ensures consistent output shape across all proto messages.
196
+
197
+ - The ` tapcli assets burn ` command now has a new flag ` --group_key ` that
198
+ allows users to burn assets by group key.
192
199
193
200
- The ` tapcli addrs receives ` command now supports
194
201
[ new ` --start_timestamp ` and ` --end_timestamp ` flags] ( https://github.com/lightninglabs/taproot-assets/pull/1794 ) .
You can’t perform that action at this time.
0 commit comments