|
76 | 76 | - https://github.com/lightninglabs/taproot-assets/pull/1777
|
77 | 77 | - https://github.com/lightninglabs/taproot-assets/pull/1796
|
78 | 78 | - https://github.com/lightninglabs/taproot-assets/pull/1797
|
79 |
| - - https://github.com/lightninglabs/taproot-assets/pull/1823 |
80 | 79 |
|
81 | 80 | - A new [address version 2 was introduced that supports grouped assets and
|
82 | 81 | custom (sender-defined)
|
|
171 | 170 |
|
172 | 171 | - The `AddrReceives` RPC now supports timestamp filtering with
|
173 | 172 | [new `StartTimestamp` and `EndTimestamp` fields](https://github.com/lightninglabs/taproot-assets/pull/1794).
|
| 173 | + |
| 174 | +- The `AddrReceives` RPC has new fields `limit`, `offset` and `direction` that |
| 175 | + allows pagination and sorting. [See PR](https://github.com/lightninglabs/taproot-assets/pull/1813). |
174 | 176 |
|
175 | 177 | ## tapcli Additions
|
176 | 178 |
|
|
189 | 191 | - CLI JSON output [now](https://github.com/lightninglabs/taproot-assets/pull/1821)
|
190 | 192 | includes unset and zero-valued proto fields (e.g. transaction output indexes).
|
191 | 193 | This ensures consistent output shape across all proto messages.
|
| 194 | + |
| 195 | +- The `tapcli addrs receives` command now has new flags `--limit`, `--offset` and |
| 196 | + `--direction` that allows pagination and sorting. [See PR](https://github.com/lightninglabs/taproot-assets/pull/1813). |
192 | 197 |
|
193 | 198 | - The `tapcli addrs receives` command now supports
|
194 | 199 | [new `--start_timestamp` and `--end_timestamp` flags](https://github.com/lightninglabs/taproot-assets/pull/1794).
|
195 | 200 |
|
196 |
| -- The `fetchsupplycommit` command [now supports](https://github.com/lightninglabs/taproot-assets/pull/1823) |
197 |
| - a `--first` flag to fetch the very first supply commitment; if no flag is |
198 |
| - provided, it defaults to fetching the latest. Only one of `--first`, |
199 |
| - `--outpoint`, or `--spent_outpoint` may be set. |
200 |
| - |
201 | 201 | # Improvements
|
202 | 202 |
|
203 | 203 | ## Functional Updates
|
|
220 | 220 | `wallet.psbt-max-fee-ratio` and is introduced by
|
221 | 221 | [PR #1545](https://github.com/lightninglabs/taproot-assets/pull/1545).
|
222 | 222 |
|
223 |
| -- Enable [burning the full amount of an asset](https://github.com/lightninglabs/taproot-assets/pull/1791) |
224 |
| - when it is the sole one anchored to a Bitcoin UTXO. |
225 |
| - |
226 | 223 | ## RPC Updates
|
227 | 224 |
|
228 | 225 | ## tapcli Updates
|
|
0 commit comments