5189 Commits (21fd8f7eaa98299fe56af44dcb8a777861308614)
 

Author SHA1 Message Date
Rusty Russell 21fd8f7eaa configure: use system libsodium if available and modern. 6 years ago
Rusty Russell 2db84d6653 tools/check-setup_locale.sh: don't get caught by main in non-C files. 6 years ago
Rusty Russell e857229de4 tools: make build-release more friendly. 6 years ago
Christian Decker b7222531fe pytest: Stabilize the test_pay_direct test 6 years ago
Conor Scott 960664337f pylightning: handle method introspection more generally. 6 years ago
Rusty Russell 53c0a21d2c plugins: get usage from plugins (required unless deprecated_apis == True). 6 years ago
Rusty Russell a8d1588154 libplugin: provide usage in getmanifest. 6 years ago
Rusty Russell c58a4b9b42 libplugin: put method name into command struct. 6 years ago
Conor Scott 6e4eae372d [pylightning] add args list to getmanifest 6 years ago
Rusty Russell 0c89fc5d70 pylightning: use different decoration for init msg. 6 years ago
Rusty Russell 5770e0c700 jsonrpc: probe sites for usage information once, at start. 6 years ago
Rusty Russell e5c80f63d7 lightningd: add code to search strmaps for memleak detection. 6 years ago
Rusty Russell c506d42679 plugins: don't keep redundant jsonrpc pointer. 6 years ago
Rusty Russell dabdefefae jsonrpc: populate ld->jsonrpc ourselves, so we can use it. 6 years ago
Rusty Russell cc76416447 jsonrpc: use tal destructor to remove json commands when required. 6 years ago
Rusty Russell da355284de jsonrpc: help, even for a single item, should be in an array. 6 years ago
Rusty Russell a1ebfc9e5e pylightning: help() accepts an argument. 6 years ago
Rusty Russell 0361f43ec3 ccan: update 6 years ago
fanquake 132d8460fc doc: skip building bitcoin-qt on macOS 6 years ago
Christian Decker 35e4227015 docker: Do not use the copy of a clone 6 years ago
fanquake 01c9cdec97 travis: fix cache directories syntax 6 years ago
Rusty Russell fbf2168902 pytest: don't time out on test_pay_direct !DEVELOPER 6 years ago
Rusty Russell 3ae0c20026 getroute: change definition (and pay default) for riskfactor. 6 years ago
Rusty Russell 05f95b59c1 gossipd: take into account risk in final route comparison. 6 years ago
Rusty Russell 662bb0c565 gossipd: fix riskfactor passing. 6 years ago
Rusty Russell 706debf3d4 pytest: make test_pay_direct more effective. 6 years ago
Rusty Russell 5d658012d6 plugins/pay: try without routehints first. 6 years ago
Rusty Russell 6a26b0c18d gossipd: increase randomness in route selection. 6 years ago
ZmnSCPxj 38a2f6c616 test_pay.py: Add test that we prefer direct route. 6 years ago
Christian Decker 7ac0f53da3 travis: Attempt to setup travis without docker and without sudo 6 years ago
Simon Vrouwe 35545f705f lightningd/json_withdraw: 6 years ago
Christian Decker 7eaf5b55ff make: Add an option to compile with address sanitizer 6 years ago
Rusty Russell 0da4054045 Makefile: fix make install to depend on plugins. 6 years ago
Rusty Russell 6bd1e46b25 invoice: don't allow creation of unpayable invoices. 6 years ago
Rusty Russell f1a837e091 CHANGELOG.md: document deadlock fix. 6 years ago
Rusty Russell c9a907cd71 common: handle peer input before gossipd input (for closingd, openingd) 6 years ago
Simon Vrouwe 6e4d9acac3 channeld: prioritize read from peer over (read from gossipd and) write to peer 6 years ago
Simon Vrouwe 10057c8335 openingd/json_fund_channel: 6 years ago
Rusty Russell 2d7c1ed0cf pytest: create proper mock failures. 6 years ago
Christian Decker 27b66997da pytest: Temporarily disable test_htlcs_cltv_only_difference with VG 6 years ago
Christian Decker 0266c33476 cleanup: Fix a typo in the sendpay manpage 6 years ago
Christian Decker 5a55972f1a pytest: Have bitcoind own its proxies 6 years ago
Christian Decker f687262658 pytest: Update test dependencies to latest version 6 years ago
Christian Decker 1c8b980985 pylightning: Handle empty log lines correctly 6 years ago
Christian Decker 5d05694920 json-rpc: Remove double-quoting on errors in JSON-RPC 6 years ago
arowser c029f2fb0f remove unused local var 6 years ago
Mark Beckwith 287af7b660 docs: fix getroute manpage rendering 6 years ago
Mark Beckwith 17b969383b Changed testnet faucet 6 years ago
Rusty Russell 390117c9bb docs: document changes to waitsendpay command. 6 years ago
Rusty Russell f8ecd08721 pay: don't list dummy channel if error is from final hop. 6 years ago