Skip to content

Commit cca3ee1

Browse files
committed
docs: release notes for addrs receives pagination
1 parent fae948f commit cca3ee1

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
@@ -168,6 +168,9 @@
168168
user to specify a custom amount to send to a V2 address that doesn't have an
169169
amount specified.
170170

171+
- The `AddrReceives` RPC has new fields `limit`, `offset` and `direction` that
172+
allows pagination and sorting. [See PR](https://github.com/lightninglabs/taproot-assets/pull/1813).
173+
171174
## tapcli Additions
172175

173176
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the mint
@@ -185,6 +188,9 @@
185188
- CLI JSON output [now](https://github.com/lightninglabs/taproot-assets/pull/1821)
186189
includes unset and zero-valued proto fields (e.g. transaction output indexes).
187190
This ensures consistent output shape across all proto messages.
191+
192+
- The `tapcli addrs receives` command now has new flags `--limit`, `--offset` and
193+
`--direction` that allows pagination and sorting. [See PR](https://github.com/lightninglabs/taproot-assets/pull/1813).
188194

189195
# Improvements
190196

0 commit comments

Comments
 (0)