Skip to content

Commit 12dccdd

Browse files
darioAnongbaGeorgeTsagk
authored andcommitted
docs: release notes for addrs receives pagination
1 parent aece748 commit 12dccdd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@
218218
information directly from the RPC response without performing separate
219219
blockchain queries.
220220

221+
- The `AddrReceives` RPC has new fields `limit`, `offset` and `direction` that
222+
allows pagination and sorting. [See PR](https://github.com/lightninglabs/taproot-assets/pull/1813).
223+
221224
## tapcli Additions
222225

223226
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the mint
@@ -239,6 +242,9 @@
239242
- The `tapcli addrs receives` command now supports
240243
[new `--start_timestamp` and `--end_timestamp` flags](https://github.com/lightninglabs/taproot-assets/pull/1794).
241244

245+
- The `tapcli addrs receives` command now has new flags `--limit`, `--offset` and
246+
`--direction` that allows pagination and sorting. [See PR](https://github.com/lightninglabs/taproot-assets/pull/1813).
247+
242248
- The `fetchsupplycommit` command [now supports](https://github.com/lightninglabs/taproot-assets/pull/1823)
243249
a `--first` flag to fetch the very first supply commitment; if no flag is
244250
provided, it defaults to fetching the latest. Only one of `--first`,

0 commit comments

Comments
 (0)