4284 Commits (d8a602821424029d66f46ac1b38c4eaf2f170278)
 

Author SHA1 Message Date
Rusty Russell d8a6028214 connectd: fix binding to same port on IPv4 and IPv6. 6 years ago
Rusty Russell 17f7f50814 wireaddr: correctly parse ':portnum' (meaning IPv4 and IPv6) 6 years ago
Corné Plooy f1df9dfa4d lightning-cli: consider empty inputs to be strings 6 years ago
Christian Decker 2a14a98ead pytest: Migrate test_withdraw to use LightningNode.db_query 6 years ago
Christian Decker 90f74907f9 pytest: Use the file object and don't use print without line-endings 6 years ago
Christian Decker ae99e493b8 pytest: Remove test_lightningd and all the legacy testing framework 6 years ago
Christian Decker d3731b08b1 pytest: Migrate all remaining tests into test_misc.py 6 years ago
Christian Decker 13d9f30a6a pytest: Move forwarded payments to test_pay.py 6 years ago
Christian Decker 58709cf190 pytest: Migrate connection tests to new fixture model 6 years ago
Christian Decker 19092a8f1b pytest: Migrate close and onchain tests to test_closing.py 6 years ago
Christian Decker 605bf8c89d pytest: Migrate the gossip related tests to the new fixture model 6 years ago
Christian Decker 2e26d4fc42 pytest: Migrate payment related tests to use modern fixtures 6 years ago
Christian Decker de99ccca81 pytest: Move invoice-related tests into their own file 6 years ago
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