1477 Commits (a97955845ff43d4780b33a7301695db33823c57c)

Author SHA1 Message Date
Rusty Russell 65c882ca3a Minor cleanups. 7 years ago
Rusty Russell 223cd97c94 lightningd: kill channeld if we added an HTLC and it didn't commit in 30 seconds. 7 years ago
Rusty Russell 71575b2115 ping: no longer a dev_ command. 7 years ago
Rusty Russell be7a27a765 connect: randomize backoff a little. 7 years ago
Rusty Russell 74568a1c50 lightningd: peer_start_channeld always returns true; make it void. 7 years ago
Mark Beckwith bd5bf1f168 Enhanced param parsing 7 years ago
Rusty Russell b4e6a0fcad peer_failed: write error message to peer directly. 7 years ago
Rusty Russell d8d4b19f3a connectd: remove separate address hint message. 7 years ago
Rusty Russell 8939a5001b connectd: rely on the master to tell us to reconnect. 7 years ago
Rusty Russell 30f08cc2b0 connectd: always tell master when connection fails/succeeded. 7 years ago
Rusty Russell 684d60dbda lightningd: don't call connectd if we already know about peer. 7 years ago
Rusty Russell 8b5c80f42a opening_control.c: make sure we always clean up in error cases. 7 years ago
Rusty Russell 174c79acad openingd: tell master if funding failed, but don't exit. 7 years ago
Rusty Russell 909cd4136b openingd: get told if we can't let them open a new channel. 7 years ago
Rusty Russell 02966a4857 connectd: remove unused handback APIs and code. 7 years ago
Rusty Russell 50f5eb34b4 openingd: take peer before we're opening, wait for explicit funding msg. 7 years ago
Rusty Russell 8f38a46584 lightningd: correctly store our own channel_reserve_satoshis 7 years ago
Rusty Russell c5b5f74965 lightningd: display all addresses in listnodes. 7 years ago
Rusty Russell 63a1e510d9 lightningd: count first block of channel on exit from openingd, not start. 7 years ago
Rusty Russell 15542a01eb lightningd: note that we should send an error msg on channel open timeout. 7 years ago
Rusty Russell 45ad2498f3 connectd: check for supported features ourselves. 7 years ago
Rusty Russell c05bc7c8ab lightningd: don't try to delete peer from db on shutdown if it's opening. 7 years ago
Rusty Russell 8bffd2b604 lightningd: centralize refcounting behaviour for peers. 7 years ago
Rusty Russell 3414b992a1 lightningd: don't dump core on subdaemon failure. 7 years ago
practicalswift 9d9a9523d0 Use snprintf(...) instead of sprintf(...) 7 years ago
William Casarin 6195839783 lightningd: show selected network defaults in usage 7 years ago
Mark Beckwith 1fca7ab562 Added json_tok_sha256 (#1779) 7 years ago
Christian Decker d3edfc8028 onion: Print the extracted channel_update and onionreply to debug 7 years ago
Christian Decker 6bbea741d1 pay: Strip the type prefix from nested channel_updates 7 years ago
Christian Decker f449f9d3ef onion: Make sure we understand the channel_update in the onionreply 7 years ago
Rusty Russell 52303029aa fundchannel: cap 'all' at 2^24-1 satoshi. 7 years ago
Rusty Russell 337075dc8c tal: don't access low-level tal functions. 7 years ago
Rusty Russell 5cf34d6618 Remove tal_len, use tal_count() or tal_bytelen(). 7 years ago
Rusty Russell eae9b81099 json: json_add_hex_talarr for common case of dumping a tal object in hex. 7 years ago
Rusty Russell d752a0099c gossip_msg: make sure alias is NUL-terminated. 7 years ago
Christian Decker fbbc5899e4 invoices: Make the invoice_details more idiomatic 7 years ago
Christian Decker 259a69994d json-rpc: Retrieve the invoice description in listinvoices 7 years ago
Christian Decker 7f45947523 wallet: Store the description in the database for invoices 7 years ago
Christian Decker 687f171e17 json-rpc: Add description to `listpayments` and similar 7 years ago
Christian Decker bc7393bb64 pay: Reduce nesting and fix minor type inconsistency 7 years ago
Christian Decker 1738107598 json-rpc: Add description argument to `sendpay` 7 years ago
Christian Decker ab223c2ade pay: Pass description to send_payment 7 years ago
Christian Decker 60e0eec967 wallet: Store payment description in the database 7 years ago
Christian Decker 55d450ff00 pay: Exempt a fee from the maxfeepercent rule it is still tiny 7 years ago
Simon Vrouwe a235c1fa67 add more detail to log messages about feerate estimates 7 years ago
Mark Beckwith 1851ebbc56 programer -> developer 7 years ago
Mark Beckwith 428da65fb1 renamed error code 7 years ago
Mark Beckwith 381c32af75 Remove sigaction from run-param 7 years ago
Mark Beckwith 2ca1786931 Added check_fail function to run-param 7 years ago
Mark Beckwith b7203b0c0c Remove Developer Asserts from param.c 7 years ago