1562 Commits (fc02af12d03f8a829c3d3c996880faf72f603bf0)

Author SHA1 Message Date
Rusty Russell 50f5eb34b4 openingd: take peer before we're opening, wait for explicit funding msg. 6 years ago
Rusty Russell 8f38a46584 lightningd: correctly store our own channel_reserve_satoshis 6 years ago
Rusty Russell c5b5f74965 lightningd: display all addresses in listnodes. 6 years ago
Rusty Russell 63a1e510d9 lightningd: count first block of channel on exit from openingd, not start. 6 years ago
Rusty Russell 15542a01eb lightningd: note that we should send an error msg on channel open timeout. 6 years ago
Rusty Russell 45ad2498f3 connectd: check for supported features ourselves. 6 years ago
Rusty Russell c05bc7c8ab lightningd: don't try to delete peer from db on shutdown if it's opening. 6 years ago
Rusty Russell 8bffd2b604 lightningd: centralize refcounting behaviour for peers. 6 years ago
Rusty Russell 3414b992a1 lightningd: don't dump core on subdaemon failure. 6 years ago
practicalswift 9d9a9523d0 Use snprintf(...) instead of sprintf(...) 6 years ago
William Casarin 6195839783 lightningd: show selected network defaults in usage 6 years ago
Mark Beckwith 1fca7ab562 Added json_tok_sha256 (#1779) 6 years ago
Christian Decker d3edfc8028 onion: Print the extracted channel_update and onionreply to debug 6 years ago
Christian Decker 6bbea741d1 pay: Strip the type prefix from nested channel_updates 6 years ago
Christian Decker f449f9d3ef onion: Make sure we understand the channel_update in the onionreply 6 years ago
Rusty Russell 52303029aa fundchannel: cap 'all' at 2^24-1 satoshi. 6 years ago
Rusty Russell 337075dc8c tal: don't access low-level tal functions. 6 years ago
Rusty Russell 5cf34d6618 Remove tal_len, use tal_count() or tal_bytelen(). 6 years ago
Rusty Russell eae9b81099 json: json_add_hex_talarr for common case of dumping a tal object in hex. 6 years ago
Rusty Russell d752a0099c gossip_msg: make sure alias is NUL-terminated. 6 years ago
Christian Decker fbbc5899e4 invoices: Make the invoice_details more idiomatic 6 years ago
Christian Decker 259a69994d json-rpc: Retrieve the invoice description in listinvoices 6 years ago
Christian Decker 7f45947523 wallet: Store the description in the database for invoices 6 years ago
Christian Decker 687f171e17 json-rpc: Add description to `listpayments` and similar 6 years ago
Christian Decker bc7393bb64 pay: Reduce nesting and fix minor type inconsistency 6 years ago
Christian Decker 1738107598 json-rpc: Add description argument to `sendpay` 6 years ago
Christian Decker ab223c2ade pay: Pass description to send_payment 6 years ago
Christian Decker 60e0eec967 wallet: Store payment description in the database 6 years ago
Christian Decker 55d450ff00 pay: Exempt a fee from the maxfeepercent rule it is still tiny 6 years ago
Simon Vrouwe a235c1fa67 add more detail to log messages about feerate estimates 6 years ago
Mark Beckwith 1851ebbc56 programer -> developer 6 years ago
Mark Beckwith 428da65fb1 renamed error code 6 years ago
Mark Beckwith 381c32af75 Remove sigaction from run-param 6 years ago
Mark Beckwith 2ca1786931 Added check_fail function to run-param 6 years ago
Mark Beckwith b7203b0c0c Remove Developer Asserts from param.c 6 years ago
Rusty Russell 9e14d6cf04 Remove all JSON commands and fields deprecated before 0.6. 6 years ago
Rusty Russell 8ee21bc352 Remove deprecated closing support from closingd. 6 years ago
Rusty Russell 36730ddb6d gossipd: dev-suppress-gossip. 6 years ago
Rusty Russell 162879d6a2 channeld: use fulfilled_htlc and failed_htlc msgs in single htlc case. 6 years ago
Rusty Russell 1119dd5577 channeld: always receive and maintain short_channel_id of failing channel. 6 years ago
Rusty Russell 3c66d5fa03 gossipd: add flag for locally disabling channel. 6 years ago
Rusty Russell ef33dd2998 jsonrpc: reduce debug log spam for JSON commands. 6 years ago
Rene Pickhardt 88ef2246e8 exchanged code containing goto with a do while loop (#1758) 6 years ago
Christian Decker d6048de100 json-rpc: Shutdown the JSON-RPC in the context of a DB transaction 6 years ago
Simon Vrouwe a80622edab at startup initialize smoothed feerate to polled feerate 6 years ago
Rusty Russell 641b33349b peer_control: annotate feature bitfields as being taken. 6 years ago
Rusty Russell 722dd05e9d lightningd: keep features arrays for connected peers. 6 years ago
Rusty Russell d241bd762c connectd: don't use gossip_getnodes_entry. 6 years ago
Rusty Russell c9435787cb connectd: remove gossip-related fields. 6 years ago
Rusty Russell 7b2641ed0d gossipd: remove peer-related fields and wire messages. 6 years ago