4503 Commits (4a1bc0f90c16c850ba5ae7b688a3d4d080d666e3)
 

Author SHA1 Message Date
Rusty Russell 136f10e4a3 common/read_peer_msg: remove. 7 years ago
Rusty Russell 41c9431ae0 closingd: use deconstructed read_peer_msg helpers. 7 years ago
Rusty Russell 90b43a6f47 openingd: use deconstructed read_peer_msg helpers. 7 years ago
Rusty Russell 6b5462b637 channeld: use deconstructed read_peer_msg helpers. 7 years ago
Rusty Russell 0b08601951 sync_crypto_write/sync_crypto_read: just fail, don't return NULL. 7 years ago
Rusty Russell 09cce4a9c7 common/read_peer_msg: deconstruct into individual helper routines. 7 years ago
Rusty Russell 74d428109a channeld: it's OK to block on writing to peer. 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 0ebad456b1 connectd: don't listen to UNIX sockets before activation. 7 years ago
Rusty Russell 3414b992a1 lightningd: don't dump core on subdaemon failure. 7 years ago
Rusty Russell a409cc26d9 memleak: reenable CCAN_TAL_DEBUG in DEVELOPER mode. 7 years ago
Rusty Russell 4bdacea7b5 common/utils: don't free tmpctx, just the children. 7 years ago
Christian Decker 2d1190d929 wallet: Add missing description field to the invoices iteration 7 years ago
tock203 80a8e57ede Fix example docker-compose.yml 7 years ago
gabridome 2db832ab3e Errors corrected 7 years ago
gabridome b4cb4da232 In-document links don't work if "." is present 7 years ago
gabridome f95ef5f3ff Suggested changes incorporated. 7 years ago
gabridome a92d7f1490 File improvements 7 years ago
William Casarin 046a9c1a45 doc: document p2sh-segwit address gen for faucet coins 7 years ago
practicalswift a039630da1 lint: Add linter checking for use of discouraged standard library functions 7 years ago
practicalswift 9d9a9523d0 Use snprintf(...) instead of sprintf(...) 7 years ago
practicalswift 0f7b11bdc2 Remove redundant code 7 years ago
practicalswift a623fd8924 Make sure we're not using uninitialized values 7 years ago
practicalswift 7969cc335e Allocate off ctx instead of tmpctx in encode_short_channel_ids_start(const tal_t *ctx) 7 years ago
practicalswift 2c7170b858 Remove unused adjust_feerange(...) parameters: struct crypto_state *cs + const struct channel_id *channel_id 7 years ago
practicalswift 2627d0c33b Remove unused send_offer(...) parameter: const u8 *funding_wscript 7 years ago
William Casarin 6195839783 lightningd: show selected network defaults in usage 7 years ago
practicalswift ba4282f935 Don't advertise features we don't have in run-sphinx 7 years ago
practicalswift b5682a773b Remove dead stores 7 years ago
practicalswift 09ec0ae990 Return true or false from sqlite3_bind_* based on result from SQLite instead of always returning true 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 e3d95f3768 Update common on CCAN_TAL_DEBUG 7 years ago
Rusty Russell 480e32a236 channeld: don't resize tal_fmt() output. 7 years ago
Rusty Russell 5179025977 ccan: upgrade to new ccan/tal and ccan/tal/str. 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 6bbe5b60f6 wallet: Extract the payment fields into a define 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