Skip to content

Commit 436b3d4

Browse files
committed
docs: update release notes for timestamp filtering
1 parent eb2c13e commit 436b3d4

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
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+
- The `AddrReceives` RPC now supports timestamp range filtering with
30+
[new `start_timestamp` and `end_timestamp` fields](https://github.com/lightninglabs/taproot-assets/pull/1794)
31+
that allow filtering by creation time within a specified range.
32+
33+
## tapcli Additions
34+
35+
- The `tapcli addrs receives` command now supports
36+
[new `--start_timestamp` and `--end_timestamp` flags](https://github.com/lightninglabs/taproot-assets/pull/1794)
37+
for timestamp range filtering.
38+
39+
# Improvements
40+
41+
## Functional Updates
42+
43+
## RPC Updates
44+
45+
## tapcli Updates
46+
47+
## Code Health
48+
49+
## Breaking Changes
50+
51+
## Performance Improvements
52+
53+
## Deprecations
54+
55+
# Technical and Architectural Updates
56+
57+
## BIP/bLIP Spec Updates
58+
59+
## Testing
60+
61+
- Added comprehensive integration tests for the new timestamp range
62+
filtering functionality in `AddrReceives` RPC, including edge cases
63+
and combined filtering scenarios.
64+
65+
## Database
66+
67+
## Code Health
68+
69+
## Tooling and Documentation
70+
71+
# Contributors (Alphabetical Order)

0 commit comments

Comments
 (0)