Skip to content

Commit bac969d

Browse files
committed
docs: release notes
1 parent 9577285 commit bac969d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/release-notes/release-notes-0.8.0.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,27 @@
2525

2626
## Functional Enhancements
2727

28+
- [RFQ Forward History Tracking](https://github.com/lightninglabs/taproot-assets/pull/1921):
29+
Routing nodes can now track and query historical RFQ asset forward events.
30+
When a node successfully routes an asset payment, the forward event is logged.
31+
This provides edge nodes with an audit trail of their swap activity.
32+
2833
## RPC Additions
2934

35+
- [QueryRfqForwards RPC](https://github.com/lightninglabs/taproot-assets/pull/1921):
36+
New RPC endpoint `rfqrpc.QueryRfqForwards` allows querying historical RFQ
37+
forward events with filtering and pagination support. Filters include:
38+
timestamp range (min/max), peer public key, asset ID, and asset group key.
39+
3040
## tapcli Additions
3141

42+
- [tapcli rfqrpc forwards](https://github.com/lightninglabs/taproot-assets/pull/1921):
43+
New CLI command `tapcli rfqrpc forwards` (alias: `f`) to query RFQ forward
44+
history. Supports flags for filtering by timestamp (`--min-timestamp`,
45+
`--max-timestamp`), peer (`--peer`), asset ID (`--asset-id`), and asset
46+
group key (`--group-key`). Includes pagination support via `--limit` and
47+
`--offset` flags.
48+
3249
# Improvements
3350

3451
## Functional Updates
@@ -112,8 +129,15 @@
112129
creation hits an unreachable mailbox courier with the upfront connection
113130
check skipped, ensuring mailbox subscription failures do not crash tapd.
114131

132+
- [RFQ Forwards Integration Test](https://github.com/lightninglabs/taproot-assets/pull/1921):
133+
New integration test `testRfqForwardHistory` verifies that RFQ forwards are
134+
properly logged when routing asset payments.
135+
115136
## Database
116137

138+
- [rfq_forwards table](https://github.com/lightninglabs/taproot-assets/pull/1921):
139+
New database table `rfq_forwards` stores historical RFQ forward events.
140+
117141
## Code Health
118142

119143
## Tooling and Documentation

0 commit comments

Comments
 (0)