File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-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 now supports a
176
+ [ new ` AssetSpecifier ` field] ( https://github.com/lightninglabs/taproot-assets/pull/1812 )
177
+ that allows the user to specify the asset to burn by ID or GroupKey.
178
+ The ` asset ` field is now deprecated.
174
179
175
180
## tapcli Additions
176
181
189
194
- CLI JSON output [ now] ( https://github.com/lightninglabs/taproot-assets/pull/1821 )
190
195
includes unset and zero-valued proto fields (e.g. transaction output indexes).
191
196
This ensures consistent output shape across all proto messages.
197
+
198
+ - The ` tapcli assets burn ` command now has a
199
+ [ new ` --group_key ` flag] ( https://github.com/lightninglabs/taproot-assets/pull/1812 )
200
+ that allows users to burn assets by group key.
192
201
193
202
- The ` tapcli addrs receives ` command now supports
194
203
[ 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