4284 Commits (d8a602821424029d66f46ac1b38c4eaf2f170278)
 

Author SHA1 Message Date
William Casarin 046a9c1a45 doc: document p2sh-segwit address gen for faucet coins 6 years ago
practicalswift a039630da1 lint: Add linter checking for use of discouraged standard library functions 6 years ago
practicalswift 9d9a9523d0 Use snprintf(...) instead of sprintf(...) 6 years ago
practicalswift 0f7b11bdc2 Remove redundant code 6 years ago
practicalswift a623fd8924 Make sure we're not using uninitialized values 6 years ago
practicalswift 7969cc335e Allocate off ctx instead of tmpctx in encode_short_channel_ids_start(const tal_t *ctx) 6 years ago
practicalswift 2c7170b858 Remove unused adjust_feerange(...) parameters: struct crypto_state *cs + const struct channel_id *channel_id 6 years ago
practicalswift 2627d0c33b Remove unused send_offer(...) parameter: const u8 *funding_wscript 6 years ago
William Casarin 6195839783 lightningd: show selected network defaults in usage 6 years ago
practicalswift ba4282f935 Don't advertise features we don't have in run-sphinx 6 years ago
practicalswift b5682a773b Remove dead stores 6 years ago
practicalswift 09ec0ae990 Return true or false from sqlite3_bind_* based on result from SQLite instead of always returning true 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 e3d95f3768 Update common on CCAN_TAL_DEBUG 6 years ago
Rusty Russell 480e32a236 channeld: don't resize tal_fmt() output. 6 years ago
Rusty Russell 5179025977 ccan: upgrade to new ccan/tal and ccan/tal/str. 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 6bbe5b60f6 wallet: Extract the payment fields into a define 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 ff5ca37f3c wallet: Add descriptions to invoice and payment structs 6 years ago
Christian Decker 7119a02932 db: Add description fields to invoices and payments 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 65103ac426 pytest: give more time for test_closing_torture. 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 ab331f79a0 Add and fill in CHANGELOG.md 6 years ago
Jordan Baczuk 0b597f671a added (or remotely) to README 6 years ago
Christian Decker 3783281fdd git: Ignore the connectd test binaries 6 years ago
Rusty Russell be3b782cb4 pytest: add test for update being decoded from onion error. 6 years ago
Rusty Russell 36730ddb6d gossipd: dev-suppress-gossip. 6 years ago