4471 Commits (0d46a3d6b07be472f04463b61f62d674170c3f1a)
 

Author SHA1 Message Date
Christian Decker 2c77fc5bf2 pytest: Add a helper to determine a node's peer channel state 6 years ago
Christian Decker 88217369c2 pytest: Move NodeFactory to utils.py 6 years ago
Christian Decker 6dae525c07 pytest: Check description of newly created invoices 6 years ago
Christian Decker b55d03cb30 pytest: Pass result to fixtures and keep directories of failed tests 6 years ago
Christian Decker 6627da5eb5 routing: Do not consider risk when capping transfers 6 years ago
Christian Decker 84905eac2b routing: Make the capacity a parameter to new_chan 6 years ago
Christian Decker 8201764117 routing: Skip channels that require larger HTLCs than we are routing 6 years ago
Christian Decker 14000a22bc routing: Skip channels that don't have sufficient capacity 6 years ago
Christian Decker 8a34933c1a gossip: Annotate locally added channels with their capacity 6 years ago
Rusty Russell 8f38a46584 lightningd: correctly store our own channel_reserve_satoshis 6 years ago
Rusty Russell 6d79f7679c pytest: test reserve enforcement. 6 years ago
Rusty Russell 6e10237d10 pytest: allow db_query to manipulate db. 6 years ago
Rusty Russell c5b5f74965 lightningd: display all addresses in listnodes. 6 years ago
Rusty Russell 584ee26200 gossipd: fix thinko in node_announcement address parsing which made us miss final address 6 years ago
Douglas Schilling Landgraf ea6c0d4506 contrib: Dockerfile.builder.fedora bump fedora release 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 136f10e4a3 common/read_peer_msg: remove. 6 years ago
Rusty Russell 41c9431ae0 closingd: use deconstructed read_peer_msg helpers. 6 years ago
Rusty Russell 90b43a6f47 openingd: use deconstructed read_peer_msg helpers. 6 years ago
Rusty Russell 6b5462b637 channeld: use deconstructed read_peer_msg helpers. 6 years ago
Rusty Russell 0b08601951 sync_crypto_write/sync_crypto_read: just fail, don't return NULL. 6 years ago
Rusty Russell 09cce4a9c7 common/read_peer_msg: deconstruct into individual helper routines. 6 years ago
Rusty Russell 74d428109a channeld: it's OK to block on writing to peer. 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 0ebad456b1 connectd: don't listen to UNIX sockets before activation. 6 years ago
Rusty Russell 3414b992a1 lightningd: don't dump core on subdaemon failure. 6 years ago
Rusty Russell a409cc26d9 memleak: reenable CCAN_TAL_DEBUG in DEVELOPER mode. 6 years ago
Rusty Russell 4bdacea7b5 common/utils: don't free tmpctx, just the children. 6 years ago
Christian Decker 2d1190d929 wallet: Add missing description field to the invoices iteration 6 years ago
tock203 80a8e57ede Fix example docker-compose.yml 6 years ago
gabridome 2db832ab3e Errors corrected 6 years ago
gabridome b4cb4da232 In-document links don't work if "." is present 6 years ago
gabridome f95ef5f3ff Suggested changes incorporated. 6 years ago
gabridome a92d7f1490 File improvements 6 years ago
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