2823 Commits (7101db060bdda38d9c05232e9a313b2cc9e9a853)
 

Author SHA1 Message Date
gdassori 7101db060b add mutually exclusive bolt11 & payment_hash to listpayments method 7 years ago
gdassori 72dd1461a0 async param is unwanted here 7 years ago
gdassori b9b0b7ebe0 fix LightningRpc signatures according to tests 7 years ago
gdassori bdcf38442b add port argument in connect, add getpeer method for test convenience 7 years ago
gdassori 67dbe71dfa update pylightning readme installation informations 7 years ago
gdassori 825ccb33a6 version bump 7 years ago
gdassori 51a491ef74 same methods of lightning-cli in pylightning 7 years ago
Rusty Russell 9825dddd18 test_lightning: test that we unwatch txs. 7 years ago
Rusty Russell c6ce352404 lightningd: actually unwatch txs when onchaind says we should. 7 years ago
Rusty Russell 6d0fd84c63 walletrpc: don't assert() when we pay ourselves. 7 years ago
Rusty Russell 0d3eaef945 tests: add argument to is_in_log so we can check only recent log entries. 7 years ago
Rusty Russell 2fbe3161a0 onchaind: remove unnecessary num_outputs arg from onchain_unwatch_tx 7 years ago
Rusty Russell 64bdee6b6e bitcoind: add helper for arg manip, make array a const char *. 7 years ago
Christian Decker 70514d1e95 cli: Add rpcuser, rpcpassword and rpcconnect to bitcoind 7 years ago
Rusty Russell ca2f72fd5f log: block reporting on minor memleak. 7 years ago
Rusty Russell 57b423625b subd: use peer log for messages (if any). 7 years ago
Rusty Russell fc43c4824a openingd: handle unexpected messages better. 7 years ago
Rusty Russell 7a40e0262f closingd: handle unexpected messages better. 7 years ago
Rusty Russell dd044f826b channeld: handle unexpected messages better. 7 years ago
Rusty Russell 1a297a7010 bitcoind: mark request no longer running, even if it fails. 7 years ago
windsok fc73b1eb72 remove stray semicolons in python tests 7 years ago
windsok de5d78a359 update references to sat/kb to sat/kw 7 years ago
Christian Decker 0223d836ac contrib: Updated bitcoind in CI builder image to 0.15.1 7 years ago
Christian Decker 0d9a749282 github: Added issue template 7 years ago
Rusty Russell 7db88f0b8a external: make submodule hacks more general, and common. 7 years ago
Carl Dong e624046c74 external/Makefile: Initialize/update libwally-core submodule. 7 years ago
Carl Dong a6e2e46b54 Submodulize and update libwally-core for LTO removal. 7 years ago
Rusty Russell 635b7d5799 Revert changes to external files. 7 years ago
Rusty Russell 6daa770b0e Minor whitespace/comment spelling fixes. 7 years ago
Christian Decker acc6afc8de gossip: Directly return an error if we don't know a node's address 7 years ago
Christian Decker 61e982c6b7 gossip: Implement connection failed handler in lightningd 7 years ago
Christian Decker 932dbd8c2c gossip: Give up connecting after 10 attempts 7 years ago
Christian Decker f5147f27c9 gossip: Added message for unsuccessful connection attempts 7 years ago
Ronald van der Meer 6a9f40f7cc Different states explained 7 years ago
rvandermeer 4c0f7dbd04 Spelling corrections (#824) 7 years ago
ZmnSCPxj 8f5584d7d6 peer_control: Correct roundoff of remote-side msatoshi. 7 years ago
practicalswift 7e8f1945f2 Adjust tests to new log text 7 years ago
practicalswift 689db5b7c1 Onboarding: Make log output texts friendlier to new users 7 years ago
Christian Decker 92ce3d5e8d opts: Declare --port to be an early arg 7 years ago
Ephraim Raj a095a59083 Allow pong when in CHANNELD_AWAITING_LOCKIN 7 years ago
Luca Vaccaro af26c91a2c Add litecoin testnet support 7 years ago
practicalswift 9f47c0431a Fix typos 7 years ago
luca vaccaro d36fa33c9b Explain table vars (#792) 7 years ago
ZmnSCPxj d03ca59f80 jsonrpc: Report standard JSON-RPC 2.0 error codes. 7 years ago
ZmnSCPxj e1d17e92e0 jsonrpc: Implement command_fail_detailed. 7 years ago
ZmnSCPxj 551dfedc4a jsonrpc: Internal: Support changing the error code internally. 7 years ago
ZmnSCPxj b2133e969f jsonrpc: Trivial compliance with JSON-RPC Error Object. 7 years ago
ZmnSCPxj 8c527f3931 common/json: Implement json_add_snum for signed numbers. 7 years ago
Christian Decker 1da27c51c2 gossip: Remove annoying nonlocal_gossip_broadcast_done status 7 years ago
Christian Decker a7a6b4646a json-rpc: Remove alarming debug statement 7 years ago