Commit a5e4718
committed
Add API to retrieve cached async receive offers
Over the past several commits we've implemented interactively building an async
receive offer with a static invoice server that will service invoice requests
on our behalf as an async recipient.
Here we add an API to retrieve the resulting offers so we can receive payments
when we're offline.1 parent 7420d07 commit a5e4718
File tree
3 files changed
+45
-1
lines changed- lightning/src
- ln
- offers
3 files changed
+45
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10378 | 10378 | | |
10379 | 10379 | | |
10380 | 10380 | | |
| 10381 | + | |
| 10382 | + | |
| 10383 | + | |
| 10384 | + | |
| 10385 | + | |
| 10386 | + | |
| 10387 | + | |
| 10388 | + | |
10381 | 10389 | | |
10382 | 10390 | | |
10383 | | - | |
| 10391 | + | |
| 10392 | + | |
| 10393 | + | |
| 10394 | + | |
| 10395 | + | |
10384 | 10396 | | |
10385 | 10397 | | |
10386 | 10398 | | |
| |||
10396 | 10408 | | |
10397 | 10409 | | |
10398 | 10410 | | |
| 10411 | + | |
| 10412 | + | |
| 10413 | + | |
| 10414 | + | |
10399 | 10415 | | |
10400 | 10416 | | |
10401 | 10417 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
96 | 116 | | |
97 | 117 | | |
98 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1138 | 1138 | | |
1139 | 1139 | | |
1140 | 1140 | | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
1141 | 1149 | | |
1142 | 1150 | | |
1143 | 1151 | | |
| |||
0 commit comments