Rusty Russell
b29b96aae8
common: hoist scidd->pubkey conversion function into gossmap.
...
We will want to use it in the pay plugin too.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-07-18 10:53:55 +09:30
Lagrang3
e97e6ede41
renepay: update test files
2024-05-08 22:32:13 -05:00
Rusty Russell
ac40fdf414
Makefiles: remove dependency on wire/onion_wiregen.o where unnecessary.
...
Also, WIRE_ONION_OBJS hasn't existed for a while.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-03-20 13:51:48 +10:30
Rusty Russell
b5da85e85d
plugins/renepay/dijkstra: improve API to remove global.
...
The global is an *internal* hack because dijkstra_item_mover doesn't
take a context arg! It should be used with care.
Easy, since all the accessors exist: we just hand in the struct dijkstra.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-07-31 12:58:56 +09:30
Rusty Russell
b8ca193606
renepay: an experimental payment plugin
...
Signed-off-by: Lagrang3 <eduardo.quintana@pm.me>
Changelog-Added: Plugins: `renepay`: an experimental pay plugin implementing Pickhardt payments (`renepay` and `renepaystatus`).
2023-07-31 12:58:56 +09:30