Skip to content

Commit f23f5ce

Browse files
committed
docs: release notes for addrs receives pagination
1 parent f638e1b commit f23f5ce

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
@@ -170,6 +170,9 @@
170170

171171
- The `AddrReceives` RPC now supports timestamp filtering with
172172
[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).
173176

174177
## tapcli Additions
175178

@@ -188,6 +191,9 @@
188191
- CLI JSON output [now](https://github.com/lightninglabs/taproot-assets/pull/1821)
189192
includes unset and zero-valued proto fields (e.g. transaction output indexes).
190193
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).
191197

192198
- The `tapcli addrs receives` command now supports
193199
[new `--start_timestamp` and `--end_timestamp` flags](https://github.com/lightninglabs/taproot-assets/pull/1794).

0 commit comments

Comments
 (0)