File tree Expand file tree Collapse file tree 2 files changed +69
-0
lines changed Expand file tree Collapse file tree 2 files changed +69
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Release Notes
2
+ - [ Bug Fixes] ( #bug-fixes )
3
+ - [ New Features] ( #new-features )
4
+ - [ Functional Enhancements] ( #functional-enhancements )
5
+ - [ RPC Additions] ( #rpc-additions )
6
+ - [ lncli Additions] ( #lncli-additions )
7
+ - [ Improvements] ( #improvements )
8
+ - [ Functional Updates] ( #functional-updates )
9
+ - [ RPC Updates] ( #rpc-updates )
10
+ - [ lncli Updates] ( #lncli-updates )
11
+ - [ Breaking Changes] ( #breaking-changes )
12
+ - [ Performance Improvements] ( #performance-improvements )
13
+ - [ Deprecations] ( #deprecations )
14
+ - [ Technical and Architectural Updates] ( #technical-and-architectural-updates )
15
+ - [ BOLT Spec Updates] ( #bolt-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
+ - [ Use] ( https://github.com/lightningnetwork/lnd/pull/9889 ) ` BigSizeT ` instead of
24
+ ` uint16 ` for the htlc index that's used in the revocation log.
25
+
26
+ # New Features
27
+
28
+ ## Functional Enhancements
29
+
30
+ ## RPC Additions
31
+
32
+ ## lncli Additions
33
+
34
+ # Improvements
35
+
36
+ ## Functional Updates
37
+
38
+ ## RPC Updates
39
+
40
+ ## lncli Updates
41
+
42
+ ## Code Health
43
+
44
+ ## Breaking Changes
45
+
46
+ ## Performance Improvements
47
+
48
+ ## Deprecations
49
+
50
+ # Technical and Architectural Updates
51
+
52
+ ## BOLT Spec Updates
53
+
54
+ ## Testing
55
+
56
+ ## Database
57
+
58
+ ## Code Health
59
+
60
+ ## Tooling and Documentation
61
+
62
+ # Contributors (Alphabetical Order)
63
+
64
+ * Yong Yu
Original file line number Diff line number Diff line change 25
25
## Functional Enhancements
26
26
27
27
## RPC Additions
28
+ * When querying [ ` ForwardingEvents ` ] ( https://github.com/lightningnetwork/lnd/pull/9813 )
29
+ logs, the response now include the incoming and outgoing htlc indices of the payment
30
+ circuit. The indices are only available for forwarding events saved after v0.20.
31
+
28
32
29
33
* The ` lncli addinvoice --blind ` command now has the option to include a
30
34
[ chained channels] ( https://github.com/lightningnetwork/lnd/pull/9127 )
94
98
95
99
# Contributors (Alphabetical Order)
96
100
101
+ * Abdulkbk
97
102
Pins
You can’t perform that action at this time.
0 commit comments