9120 Commits (56c223886ceaf2ad2abe0caca2318d0d068ee0cf)
 

Author SHA1 Message Date
Rusty Russell 25fcc4ddbf Makefile: separate check-python targets. 4 years ago
Rusty Russell f0621cec0d JSON-RPC: don't allow any strings which aren't valid UTF-8. 4 years ago
Rusty Russell 5bdd282c2b common/bolt11: reject bad UTF-8 strings. 4 years ago
Rusty Russell f1bea50e1d common/utils: simple utf8 helpers. 4 years ago
Michael Schmoock 7bfb5f10c7 pyln: failing test msat from float str 4 years ago
Michael Schmoock 83a21138b8 pyln: fix msat from float str 4 years ago
Michael Schmoock 899022e452 pytest: use default fundamount on two tests 4 years ago
Michael Schmoock bdad9fcdd9 pyln: def amount 10**6 for fund- and openchannel 4 years ago
Rusty Russell 68c6ae67b3 external/Makefile: fix parallel build with missing secp headers. 4 years ago
ZmnSCPxj jxPCSnmZ 32de621886 lightningd/plugin_hook.c: Make `db_write` a chained hook. 4 years ago
ZmnSCPxj jxPCSnmZ 904e110554 lightningd/plugin.c: Make plugin-exclusive loop support multiple plugins. 4 years ago
Jon Griffiths 5c2fc4c1cb wally: remove wally casts that are no longer needed 4 years ago
Jon Griffiths 5bdad04976 tx: Remove wally workaround that is no longer needed 4 years ago
Rusty Russell 70977a4fbd libwally: update to latest which uses libsecp-zkp submodule 4 years ago
niftynei 5e71de7819 df-spec: fail the open if they send us too many tx-collab msgs 4 years ago
niftynei 29c3532856 mfc-psbt: mark all of our inputs as "ours", then only sign those 4 years ago
niftynei 6077eca660 df: pass back 'close_to' for completed/commitment secured channels 4 years ago
niftynei 405453859c mfc-df: add 'happy path' tests for the v1+v2 things 4 years ago
niftynei da98a9d0af df-accepter plugin: temporarily dont pass in signpsbt 4 years ago
niftynei c6b45e052b mfc-df: after openchannel_signed is finished, we call finished 4 years ago
niftynei 3e19b6c8f5 mfc-df: after psbt signed, send to openchannel_signed if v2s 4 years ago
niftynei a34425abd1 mfc-df: after sigs are collected, go sign the psbt 4 years ago
niftynei d7c06b5b0e mfc-df: once we've gotten the PSBT finalized, we wait for peer sigs 4 years ago
niftynei c90a19f739 mfc-df: only add outputs for v1 outs; go to openchannel_update if v2s 4 years ago
niftynei 3d2c0951d5 mfc-df: rework how openchannel_update works, callbacks 4 years ago
niftynei 381658dee6 mfc-df: merge openchannel_init/fundchannel_start results 4 years ago
niftynei 95de8b1174 mfc-df: have both paths use redo_multifundchannel 4 years ago
niftynei a31b078721 mfc: consolidate to a single FAILED state 4 years ago
niftynei 991ae65e9e mfc-df: track destination's openchannel version 4 years ago
niftynei e0c4865eea mfc: add a 'fail_destination' helper 4 years ago
niftynei 5b6b012af9 mfc: add happy path-way for v2 in multifundchannel 4 years ago
niftynei 78d32b12d0 nit,df test plugin: change up how feerate is formatted 4 years ago
ZmnSCPxj jxPCSnmZ ff090ecfe6 doc/TOR.md: Add missing instructions to add user to Tor group. 4 years ago
niftynei e4cd5eac28 htlc.h: move NUM_SIDES to define, not enum member 4 years ago
YOSHIDA Masanori ff2535651e lightningd: remove unused pid_fd member in struct lightningd 4 years ago
ZmnSCPxj jxPCSnmZ dc83862fc2 doc/PLUGINS.md: Fix typo. 4 years ago
niftynei 66b2bb9a90 Update to v0.9.2 4 years ago
niftynei ce0888d7d6 release: bump to v0.9.2rc2 4 years ago
Rusty Russell 5ae18ecb32 Revert accidental experimental libwally update from f56266c1c1 4 years ago
Rusty Russell f56266c1c1 plugins: undeprecate old form of hooks. 4 years ago
Christian Decker 313976e2f4 pay: Cleanup the route applicability checks for channel hints 4 years ago
Christian Decker 4d6b4a0445 pay: Retry the route computation if we could not apply the chanhints 4 years ago
Christian Decker 544e110c96 pay: Add a pre-apply check to channel_hint updates 4 years ago
Christian Decker 83f57ac300 pay: Move the chanhint update up to payment_getroute 4 years ago
niftynei abad494fcf connectd: properly cleanup 'competing' outgoing connections 4 years ago
niftynei 7e60ef6974 tests: make connection details correct 4 years ago
niftynei 4a3ee19a22 connectd: Update connection list with new address 4 years ago
niftynei cd7d5cdff9 pytest: use the 'contrib' plugin set, not the 'test' set 4 years ago
Michael Schmoock 183f7698c3 chore: reduce CI load merging a testcase 4 years ago
Michael Schmoock 4134c24cc9 pytest: fix a probable flake on test_channel_opener 4 years ago