|
100 | 100 | controls whether the peer's identity public key is sent to the local price
|
101 | 101 | oracle when querying asset price rates.
|
102 | 102 |
|
| 103 | +- A [bug in `btcwallet` and `lnd` was fixed that prevented `tapd` from running |
| 104 | + properly when connected to an `lnd` node that is running in remote-signing |
| 105 | + mode](https://github.com/lightninglabs/taproot-assets/pull/1694). A new |
| 106 | + integration test suite now asserts that `tapd` fully supports remote-signing |
| 107 | + `lnd` backends. |
| 108 | + |
103 | 109 | ## RPC Additions
|
104 | 110 |
|
105 | 111 | - The [price oracle RPC calls now have an intent, optional peer ID and metadata
|
|
119 | 125 | when requesting quotes. The field can contain optional user or authentication
|
120 | 126 | information that helps the price oracle to decide on the optimal price rate to
|
121 | 127 | return.
|
| 128 | + |
122 | 129 | - [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the
|
123 | 130 | `MintAsset` RPC message field from `universe_commitments` to
|
124 | 131 | `enable_supply_commitments`.
|
| 132 | + |
125 | 133 | - The `SubscribeSendEvents` RPC now supports [historical event replay of
|
126 | 134 | completed sends with efficient database-level
|
127 | 135 | filtering](https://github.com/lightninglabs/taproot-assets/pull/1685).
|
| 136 | + |
128 | 137 | - [Add universe RPC endpoint FetchSupplyLeaves](https://github.com/lightninglabs/taproot-assets/pull/1693)
|
129 | 138 | that allows users to fetch the supply leaves of a universe supply commitment.
|
130 | 139 | This is useful for verification.
|
|
175 | 184 | the default "all script key types" [to the value
|
176 | 185 | `bip86`](https://github.com/lightninglabs/taproot-assets/pull/1690) to match
|
177 | 186 | the default value of the RPC interface.
|
178 |
| -- [Add universe supply commit subcommand fetchleaves](https://github.com/lightninglabs/taproot-assets/pull/1693) |
| 187 | + |
| 188 | +- [Add universe supply commit subcommand |
| 189 | + `fetchleaves`](https://github.com/lightninglabs/taproot-assets/pull/1693) |
179 | 190 | that allows users to fetch the supply leaves of a universe supply commitment.
|
180 | 191 | This is useful for verification.
|
181 | 192 |
|
|
0 commit comments