File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Release Notes
2
+
3
+ ## AMP
4
+
5
+ A new command line option (` --amp-reuse ` ) has been added to make it easier for
6
+ users to re-use AMP invoice on the command line using either the ` payinvoice `
7
+ or ` sendpayment ` command.
8
+
9
+ ## Bug Fixes
10
+
11
+ [ A bug has been fixed in the command line argument parsing for the
12
+ ` sendpayment ` command that previously prevented users from being able to re-use
13
+ a fully
14
+ specified AMP] ( https://github.com/lightningnetwork/lnd/pull/5554 ) invoice by
15
+ generating a new ` pay_addr ` and including it as a CLI arg.
16
+
17
+ # Contributors (Alphabetical Order)
18
+ * Olaoluwa Osuntokun
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ for more information.
22
22
` lightning.proto ` ] ( https://github.com/lightningnetwork/lnd/pull/5473 ) to fix
23
23
a warning related to protobuf file name collisions.
24
24
25
+ * [ Stub code for interacting with ` lnrpc ` from a WASM context through JSON
26
+ messages was added] ( https://github.com/lightningnetwork/lnd/pull/5601 ) .
27
+
25
28
## Security
26
29
27
30
### Admin macaroon permissions
49
52
* [ The itest error whitelist check was removed to reduce the number of failed
50
53
Travis builds] ( https://github.com/lightningnetwork/lnd/pull/5588 ) .
51
54
55
+ * [ A flake in the Neutrino integration tests with anchor sweeps was
56
+ addressed] ( https://github.com/lightningnetwork/lnd/pull/5509 ) .
57
+
52
58
# Documentation
53
59
54
60
* [ Outdated warning about unsupported pruning was replaced with clarification that LND ** does**
@@ -106,6 +112,12 @@ you.
106
112
* [ Update MC store in blocks] ( https://github.com/lightningnetwork/lnd/pull/5515 )
107
113
to make payment throughput better when using etcd.
108
114
115
+ ## Bug Fixes
116
+
117
+ A bug has been fixed that would cause ` lnd ` to [ try to bootstrap using the
118
+ currnet DNS seeds when in SigNet
119
+ mode] ( https://github.com/lightningnetwork/lnd/pull/5564 ) .
120
+
109
121
# Contributors (Alphabetical Order)
110
122
* ErikEk
111
123
* Martin Habovstiak
You can’t perform that action at this time.
0 commit comments