Skip to content

Commit 736c14e

Browse files
Merge pull request #961 from lightninglabs/docs-taproot-assets
Update taproot-assets documentation
2 parents fc21b3e + 2d07c8f commit 736c14e

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@
218218
information directly from the RPC response without performing separate
219219
blockchain queries.
220220

221+
- The `AddrReceives` RPC has new fields `limit`, `offset` and `direction` that
222+
allows pagination and sorting. [See PR](https://github.com/lightninglabs/taproot-assets/pull/1813).
223+
221224
## tapcli Additions
222225

223226
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the mint
@@ -239,6 +242,9 @@
239242
- The `tapcli addrs receives` command now supports
240243
[new `--start_timestamp` and `--end_timestamp` flags](https://github.com/lightninglabs/taproot-assets/pull/1794).
241244

245+
- The `tapcli addrs receives` command now has new flags `--limit`, `--offset` and
246+
`--direction` that allows pagination and sorting. [See PR](https://github.com/lightninglabs/taproot-assets/pull/1813).
247+
242248
- The `fetchsupplycommit` command [now supports](https://github.com/lightninglabs/taproot-assets/pull/1823)
243249
a `--first` flag to fetch the very first supply commitment; if no flag is
244250
provided, it defaults to fetching the latest. Only one of `--first`,
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Release Notes
2+
- [Bug Fixes](#bug-fixes)
3+
- [New Features](#new-features)
4+
- [Functional Enhancements](#functional-enhancements)
5+
- [RPC Additions](#rpc-additions)
6+
- [tapcli Additions](#tapcli-additions)
7+
- [Improvements](#improvements)
8+
- [Functional Updates](#functional-updates)
9+
- [RPC Updates](#rpc-updates)
10+
- [tapcli Updates](#tapcli-updates)
11+
- [Breaking Changes](#breaking-changes)
12+
- [Performance Improvements](#performance-improvements)
13+
- [Deprecations](#deprecations)
14+
- [Technical and Architectural Updates](#technical-and-architectural-updates)
15+
- [BIP/bLIP Spec Updates](#bipblip-spec-updates)
16+
- [Testing](#testing)
17+
- [Database](#database)
18+
- [Code Health](#code-health)
19+
- [Tooling and Documentation](#tooling-and-documentation)
20+
21+
# Bug Fixes
22+
23+
# New Features
24+
25+
## Functional Enhancements
26+
27+
## RPC Additions
28+
29+
## tapcli Additions
30+
31+
# Improvements
32+
33+
## Functional Updates
34+
35+
## RPC Updates
36+
37+
- [PR#1841](https://github.com/lightninglabs/taproot-assets/pull/1841): Remove
38+
the defaultMacaroonWhitelist map and inline its entries directly
39+
into the conditional logic within MacaroonWhitelist. This ensures that
40+
access to previously always-available endpoints is now governed by
41+
explicit user configuration (read/write/courier), improving permission
42+
control and aligning with expected access restrictions.
43+
44+
- [PR#1841](https://github.com/lightninglabs/taproot-assets/pull/1841): Add
45+
default RPC permissions for RPC endpoints universerpc.Universe/Info and
46+
/authmailboxrpc.Mailbox/MailboxInfo.
47+
48+
## tapcli Updates
49+
50+
## Code Health
51+
52+
## Breaking Changes
53+
54+
## Performance Improvements
55+
56+
## Deprecations
57+
58+
# Technical and Architectural Updates
59+
60+
## BIP/bLIP Spec Updates
61+
62+
## Testing
63+
64+
## Database
65+
66+
## Code Health
67+
68+
## Tooling and Documentation
69+
70+
# Contributors (Alphabetical Order)

0 commit comments

Comments
 (0)