File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
docs/taproot-assets/release-notes Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 66
66
[ API
67
67
docs] ( https://lightning.engineering/api-docs/api/taproot-assets/price-oracle/query-asset-rates/#priceoraclerpcintent )
68
68
for more information on the different values and their meaning.
69
+
69
70
- The ` SendPayment ` , ` AddInvoice ` and ` DecodeAssetPayReq ` RPCs now have a [ new
70
71
` price_oracle_metadata ` field the user can specify to send additional metadata
71
72
to a price oracle] ( https://github.com/lightninglabs/taproot-assets/pull/1677 )
79
80
completed sends with efficient database-level
80
81
filtering] ( https://github.com/lightninglabs/taproot-assets/pull/1685 ) .
81
82
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
+
82
88
## tapcli Additions
83
89
84
90
- [ Rename] ( https://github.com/lightninglabs/taproot-assets/pull/1682 ) the mint
93
99
94
100
## Functional Updates
95
101
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
+
96
106
## RPC Updates
97
107
98
108
## tapcli Updates
120
130
- All [ ` lndclient ` wrapper services were moved to their own ` lndservices ` sub
121
131
package] ( https://github.com/lightninglabs/taproot-assets/pull/1668 ) .
122
132
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
+
123
137
## Breaking Changes
124
138
125
139
## Performance Improvements
You can’t perform that action at this time.
0 commit comments