Skip to content

Commit df205fd

Browse files
committed
docs: release notes for addrs receives pagination
1 parent 4422507 commit df205fd

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
- https://github.com/lightninglabs/taproot-assets/pull/1777
7777
- https://github.com/lightninglabs/taproot-assets/pull/1796
7878
- https://github.com/lightninglabs/taproot-assets/pull/1797
79-
- https://github.com/lightninglabs/taproot-assets/pull/1823
8079

8180
- A new [address version 2 was introduced that supports grouped assets and
8281
custom (sender-defined)
@@ -171,6 +170,9 @@
171170

172171
- The `AddrReceives` RPC now supports timestamp filtering with
173172
[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).
174176

175177
## tapcli Additions
176178

@@ -189,15 +191,13 @@
189191
- CLI JSON output [now](https://github.com/lightninglabs/taproot-assets/pull/1821)
190192
includes unset and zero-valued proto fields (e.g. transaction output indexes).
191193
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).
192197

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

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-
201201
# Improvements
202202

203203
## Functional Updates
@@ -220,9 +220,6 @@
220220
`wallet.psbt-max-fee-ratio` and is introduced by
221221
[PR #1545](https://github.com/lightninglabs/taproot-assets/pull/1545).
222222

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-
226223
## RPC Updates
227224

228225
## tapcli Updates

0 commit comments

Comments
 (0)