Skip to content

Commit d6a601c

Browse files
committed
docs: release notes for addrs receives pagination
1 parent d34c648 commit d6a601c

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
@@ -174,6 +174,9 @@
174174
- The `AddrReceives` RPC now supports timestamp filtering with
175175
[new `StartTimestamp` and `EndTimestamp` fields](https://github.com/lightninglabs/taproot-assets/pull/1794).
176176

177+
- The `AddrReceives` RPC has new fields `limit`, `offset` and `direction` that
178+
allows pagination and sorting. [See PR](https://github.com/lightninglabs/taproot-assets/pull/1813).
179+
177180
## tapcli Additions
178181

179182
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the mint
@@ -195,6 +198,9 @@
195198
- The `tapcli addrs receives` command now supports
196199
[new `--start_timestamp` and `--end_timestamp` flags](https://github.com/lightninglabs/taproot-assets/pull/1794).
197200

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

0 commit comments

Comments
 (0)