We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b402434 commit 24569f4Copy full SHA for 24569f4
docs/release-notes/release-notes-0.8.0.md
@@ -26,6 +26,11 @@
26
27
## RPC Additions
28
29
+- The `BurnAsset` RPC now supports a
30
+ [new `AssetSpecifier` field](https://github.com/lightninglabs/taproot-assets/pull/1812)
31
+ that allows the user to specify the asset to burn by ID or GroupKey.
32
+ The `asset` field is now deprecated.
33
+
34
## tapcli Additions
35
36
# Improvements
@@ -47,6 +52,10 @@
47
52
48
53
## tapcli Updates
49
54
55
+- The `tapcli assets burn` command now has a
56
+ [new `--group_key` flag](https://github.com/lightninglabs/taproot-assets/pull/1812)
57
+ that allows users to burn assets by group key.
58
50
59
## Code Health
51
60
61
## Breaking Changes
0 commit comments