File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
docs/taproot-assets/release-notes Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 75
75
- [ Rename] ( https://github.com/lightninglabs/taproot-assets/pull/1682 ) the
76
76
` MintAsset ` RPC message field from ` universe_commitments ` to
77
77
` enable_supply_commitments ` .
78
+ - The ` SubscribeSendEvents ` RPC now supports [ historical event replay of
79
+ completed sends with efficient database-level
80
+ filtering] ( https://github.com/lightninglabs/taproot-assets/pull/1685 ) .
78
81
79
82
## tapcli Additions
80
83
81
84
- [ Rename] ( https://github.com/lightninglabs/taproot-assets/pull/1682 ) the mint
82
85
asset command flag from ` --universe_commitments ` to
83
86
` --enable_supply_commitments ` for consistency with the updated terminology.
84
87
88
+ - The [ CLI command ` tapcli assets removelease ` was added to give access to the
89
+ ` RemoveUTXOLease ` RPC method on the command line as
90
+ well] ( https://github.com/lightninglabs/taproot-assets/pull/1690 ) .
91
+
85
92
# Improvements
86
93
87
94
## Functional Updates
90
97
91
98
## tapcli Updates
92
99
100
+ - The default script key type in the ` tapcli assets list ` ,
101
+ ` tapcli assets balance ` and ` tapcli assets utxos ` commands was changed from
102
+ the default "all script key types" [ to the value
103
+ ` bip86 ` ] ( https://github.com/lightninglabs/taproot-assets/pull/1690 ) to match
104
+ the default value of the RPC interface.
105
+
93
106
## Code Health
94
107
95
108
- A series of PRs was created that refactored the send and funding logic in
You can’t perform that action at this time.
0 commit comments