Commit 918ed61
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 c2e8b11 commit 918ed61
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 | |
|---|---|---|---|
| |||
10357 | 10357 | | |
10358 | 10358 | | |
10359 | 10359 | | |
| 10360 | + | |
| 10361 | + | |
| 10362 | + | |
| 10363 | + | |
| 10364 | + | |
| 10365 | + | |
| 10366 | + | |
| 10367 | + | |
10360 | 10368 | | |
10361 | 10369 | | |
10362 | | - | |
| 10370 | + | |
| 10371 | + | |
| 10372 | + | |
| 10373 | + | |
| 10374 | + | |
10363 | 10375 | | |
10364 | 10376 | | |
10365 | 10377 | | |
| |||
10375 | 10387 | | |
10376 | 10388 | | |
10377 | 10389 | | |
| 10390 | + | |
| 10391 | + | |
| 10392 | + | |
| 10393 | + | |
10378 | 10394 | | |
10379 | 10395 | | |
10380 | 10396 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
1141 | 1141 | | |
1142 | 1142 | | |
1143 | 1143 | | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
1144 | 1152 | | |
1145 | 1153 | | |
1146 | 1154 | | |
| |||
0 commit comments