File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 170
170
171
171
- The ` AddrReceives ` RPC now supports timestamp filtering with
172
172
[ 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 ) .
173
176
174
177
## tapcli Additions
175
178
188
191
- CLI JSON output [ now] ( https://github.com/lightninglabs/taproot-assets/pull/1821 )
189
192
includes unset and zero-valued proto fields (e.g. transaction output indexes).
190
193
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 ) .
191
197
192
198
- The ` tapcli addrs receives ` command now supports
193
199
[ new ` --start_timestamp ` and ` --end_timestamp ` flags] ( https://github.com/lightninglabs/taproot-assets/pull/1794 ) .
You can’t perform that action at this time.
0 commit comments