Skip to content

Commit 83a2b5d

Browse files
Merge pull request #888 from lightninglabs/docs-taproot-assets
Update taproot-assets documentation
2 parents 1cd3aae + faf7552 commit 83a2b5d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/taproot-assets/release-notes/release-notes-0.7.0.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,20 @@
7575
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the
7676
`MintAsset` RPC message field from `universe_commitments` to
7777
`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).
7881

7982
## tapcli Additions
8083

8184
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the mint
8285
asset command flag from `--universe_commitments` to
8386
`--enable_supply_commitments` for consistency with the updated terminology.
8487

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+
8592
# Improvements
8693

8794
## Functional Updates
@@ -90,6 +97,12 @@
9097

9198
## tapcli Updates
9299

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+
93106
## Code Health
94107

95108
- A series of PRs was created that refactored the send and funding logic in

0 commit comments

Comments
 (0)