Skip to content

Commit 1a76925

Browse files
Merge pull request #890 from lightninglabs/docs-taproot-assets
Update taproot-assets documentation
2 parents c2c94e0 + 6ddcd77 commit 1a76925

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
[API
6767
docs](https://lightning.engineering/api-docs/api/taproot-assets/price-oracle/query-asset-rates/#priceoraclerpcintent)
6868
for more information on the different values and their meaning.
69+
6970
- The `SendPayment`, `AddInvoice` and `DecodeAssetPayReq` RPCs now have a [new
7071
`price_oracle_metadata` field the user can specify to send additional metadata
7172
to a price oracle](https://github.com/lightninglabs/taproot-assets/pull/1677)
@@ -79,6 +80,11 @@
7980
completed sends with efficient database-level
8081
filtering](https://github.com/lightninglabs/taproot-assets/pull/1685).
8182

83+
- A [new field `unconfirmed_transfers` was added to the response of the
84+
`ListBalances` RPC
85+
method](https://github.com/lightninglabs/taproot-assets/pull/1691) to indicate
86+
that unconfirmed asset-related transactions don't count toward the balance.
87+
8288
## tapcli Additions
8389

8490
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the mint
@@ -93,6 +99,10 @@
9399

94100
## Functional Updates
95101

102+
- The output of `lncli channelbalance` [now also shows the local and remote
103+
balances of asset channels grouped by group key (if grouped assets were used
104+
in a channel)](https://github.com/lightninglabs/taproot-assets/pull/1691).
105+
96106
## RPC Updates
97107

98108
## tapcli Updates
@@ -120,6 +130,10 @@
120130
- All [`lndclient` wrapper services were moved to their own `lndservices` sub
121131
package](https://github.com/lightninglabs/taproot-assets/pull/1668).
122132

133+
- [Simplify](https://github.com/lightninglabs/taproot-assets/pull/1696)
134+
`ChainPorter` state machine by removing a goroutine and simplifying
135+
event emission. Fixes an itest flake.
136+
123137
## Breaking Changes
124138

125139
## Performance Improvements

0 commit comments

Comments
 (0)