2786 Commits (689db5b7c1356f37c8c950458235a509bf41b810)
 

Author SHA1 Message Date
Rusty Russell a4dd523c8b test_lightning.py: fix ambigious log order in test_reconnect_signed. 7 years ago
Rusty Russell 71f13ab6b0 channeld: ignore spurious open_channel packets. 7 years ago
Rusty Russell 2bc2502b23 wire: move extract_channel_id to here. 7 years ago
Rusty Russell e34ec8da2d peer_failed: use towire_errorfmtv() which doesn't add nul terminator. 7 years ago
Christian Decker 7865b4a679 wallet: Use int64 when deserializing output value from db 7 years ago
Igor Cota e97857847a peer_control: make hardcoded feerates consistent between json_fund_channel and peer_offer_channel 7 years ago
ZmnSCPxj 5f8796af0c test_lightningd.py: Add tests for any-amount invoices. 7 years ago
ZmnSCPxj 816298123f invoice: Allow "any" msatoshi, for amountless invoices. 7 years ago
ZmnSCPxj caab95b922 wallet_payment: Make msatoshi field nullable. 7 years ago
ZmnSCPxj 50471bf4fe invoice: Make msatoshi field nullable. 7 years ago
ZmnSCPxj 7221476553 invoice: Clarify comments about the two loops in resolve_invoice. 7 years ago
practicalswift a900551815 Use tal_hex(...) instead of tal_hexstr(...) 7 years ago
Rusty Russell bc4f2da50a test_lightning.py: make sure reconnect doesn't leave multiple peers. 7 years ago
Rusty Russell d4c8210a9e gossipd: don't hang if we try to connect to already-connected peer. 7 years ago
Rusty Russell 43c97187a4 test_lightningd: fix test_gossip_jsonrpc. 7 years ago
Rusty Russell 10b40c524d gossipd: attach updates to pending transactions in preference. 7 years ago
Rusty Russell 96ed75d8b2 gossipd: handle channel_update while we're still checking channel_announce. 7 years ago
Rusty Russell db30411ba5 gossipd: look up short_channel_id when we see a channel_announcement. 7 years ago
Rusty Russell e22dd5ad71 lightningd: implement gossip_get_txout/gossip_get_txout_reply. 7 years ago
Rusty Russell 2b1eb6a677 bitcoind: getoutput so we can check short_channel_ids. 7 years ago
Rusty Russell 61be62ddb7 gossipd: ensure node_announcement timestamps always increment. 7 years ago
Rusty Russell bc631166f0 channeld: ensure channel_update timestamps always increment. 7 years ago
Rusty Russell 86e1a61165 json: fix json_tok_bitcoin_amount() 7 years ago
Rusty Russell 9a8eca4fee Remove obsolete FIXME messages. 7 years ago
Rusty Russell 27e0ea2358 wire: remove special zero-key handling. 7 years ago
Rusty Russell 55909a7a39 lightningd: call peer_last_tx() to update peer->last_tx before saving to db. 7 years ago
Rusty Russell 8cf97e904d lightningd: remove unused "forever_confirms" parameter. 7 years ago
Rusty Russell 7e0bc88e2a gossip: fix default broadcast interval, move option. 7 years ago
Rusty Russell 171ce689dc lightningd/chaintopology: remove unneeded chain_topology pointer from block. 7 years ago
Rusty Russell 3332cd6395 chain_topology: remove unneeded struct outgoing_tx topo pointer. 7 years ago
Rusty Russell cc60735aee channeld: check short_channel_ids match before announcing channel. 7 years ago
Rusty Russell b1e93c8838 channeld: remove redundant funding_locked assignment. 7 years ago
ZmnSCPxj fdbf2f41b4 generate-wire.py: Add scare comments to output. 7 years ago
practicalswift ab0c26be91 Check return value of json_get_params(...) call in json_getlog(...) and json_getpeers(...) 7 years ago
Rusty Russell 467ca0a996 lightningd: suppress feerate debug messages when nothing changes. 7 years ago
practicalswift c53dfc3fde Check return value of derive_simple_privkey(...) call in hsm_unilateral_close_privkey(...) 7 years ago
practicalswift e8c94c2e29 Check return value of read_all(...) call 7 years ago
William Casarin 5043e201b8 emacs: add .dir-locals.el for linux style C 7 years ago
Rusty Russell 758317387e HACKING.md: describe take() in more detail. 7 years ago
Rusty Russell 9b129f7fb5 doc/HACKING.md: update. 7 years ago
Christian Decker 90527498bc pytest: Do not re-print logs if we failed to find a log entry 7 years ago
Christian Decker d0da8a1035 pytest: Remove unused breakpoint shorthand 7 years ago
Christian Decker 55d2e4b1d0 pytest: Spawn a new bitcoind for each test 7 years ago
Christian Decker 00e75d3d81 pylightning: Bumped version to 0.0.2 7 years ago
ZmnSCPxj 72841056f5 Makefile: Install subdaemons into pkglibexecdir instead of bindir. 7 years ago
ZmnSCPxj e717963210 lightningd: Do not search for ourself in the daemon dir. 7 years ago
ZmnSCPxj 7f88585d84 lightningd: When searching subd fall back to pkglibexecdir. 7 years ago
ZmnSCPxj 1946f0c288 Makefile: Add BINTOPKGLIBEXECDIR macro. 7 years ago
ZmnSCPxj bba8a3cab7 Makefile: Add installcheck target to check installation procedure. 7 years ago
ZmnSCPxj c572c3bbee lightningd: Add --test-daemons-only option. 7 years ago