|
81 | 81 | tag and also needs to be toggled on via the `channel.noop-htlcs` configuration
|
82 | 82 | option.
|
83 | 83 |
|
| 84 | +- A [bug in `btcwallet` and `lnd` was fixed that prevented `tapd` from running |
| 85 | + properly when connected to an `lnd` node that is running in remote-signing |
| 86 | + mode](https://github.com/lightninglabs/taproot-assets/pull/1694). A new |
| 87 | + integration test suite now asserts that `tapd` fully supports remote-signing |
| 88 | + `lnd` backends. |
| 89 | + |
84 | 90 | ## RPC Additions
|
85 | 91 |
|
86 | 92 | - The [price oracle RPC calls now have an intent, optional peer ID and metadata
|
|
100 | 106 | when requesting quotes. The field can contain optional user or authentication
|
101 | 107 | information that helps the price oracle to decide on the optimal price rate to
|
102 | 108 | return.
|
| 109 | + |
103 | 110 | - [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the
|
104 | 111 | `MintAsset` RPC message field from `universe_commitments` to
|
105 | 112 | `enable_supply_commitments`.
|
| 113 | + |
106 | 114 | - The `SubscribeSendEvents` RPC now supports [historical event replay of
|
107 | 115 | completed sends with efficient database-level
|
108 | 116 | filtering](https://github.com/lightninglabs/taproot-assets/pull/1685).
|
| 117 | + |
109 | 118 | - [Add universe RPC endpoint FetchSupplyLeaves](https://github.com/lightninglabs/taproot-assets/pull/1693)
|
110 | 119 | that allows users to fetch the supply leaves of a universe supply commitment.
|
111 | 120 | This is useful for verification.
|
|
156 | 165 | the default "all script key types" [to the value
|
157 | 166 | `bip86`](https://github.com/lightninglabs/taproot-assets/pull/1690) to match
|
158 | 167 | the default value of the RPC interface.
|
159 |
| -- [Add universe supply commit subcommand fetchleaves](https://github.com/lightninglabs/taproot-assets/pull/1693) |
| 168 | + |
| 169 | +- [Add universe supply commit subcommand |
| 170 | + `fetchleaves`](https://github.com/lightninglabs/taproot-assets/pull/1693) |
160 | 171 | that allows users to fetch the supply leaves of a universe supply commitment.
|
161 | 172 | This is useful for verification.
|
162 | 173 |
|
|
0 commit comments