Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/taproot-assets/release-notes/release-notes-0.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@
user to specify a custom amount to send to a V2 address that doesn't have an
amount specified.

- The `AddrReceives` RPC now supports timestamp filtering with
[new `StartTimestamp` and `EndTimestamp` fields](https://github.com/lightninglabs/taproot-assets/pull/1794).

## tapcli Additions

- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the mint
Expand All @@ -186,6 +189,9 @@
includes unset and zero-valued proto fields (e.g. transaction output indexes).
This ensures consistent output shape across all proto messages.

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

# Improvements

## Functional Updates
Expand Down