1010 Commits (15612d269a10c4588e2e231bdaec0e49576fd9de)

Author SHA1 Message Date
Rusty Russell 2a2341c56c bolt11: fix decoding and encoding of unknown fields. 6 years ago
Christian Decker bc5dbb6a80 pytest: Ensure lightningd instances have the correct numeric ids 6 years ago
trueptolemy 77f98f8a5c test_pay: Add test_forward_local_failed_stats() in 5 cases 6 years ago
Rusty Russell dddfdc7f10 pytest: add dev hack for testing option_upfront_shutdown_script. 6 years ago
Rusty Russell cfebe66762 openingd: support receipt of upfront_shutdown_script. 6 years ago
Christian Decker c96cc8a444 pytest: Fix the flaky test_plugin_connected_hook test 6 years ago
Christian Decker 88f425fcc5 pytest: Make directory cleanup robust against setup failures 6 years ago
Christian Decker be853f563a wallet: Clamp maxheight to positive number for large minconf 6 years ago
Christian Decker e40b7c5584 pytest: Add test_minconf_withdraw to reproduce issue #2518 6 years ago
Rusty Russell ca7864f2f3 invoice_hook: remove nested result. 6 years ago
Rusty Russell 7f7ad4f89f connected_hook: allow hook to specify an error message. 6 years ago
Rusty Russell bd655678a6 pytest: fix old code in test, which can cause spurious failures. 6 years ago
Michael Schmoock 4985693bea feat: subtract dust reserves on the fly from min-capacity-sat 6 years ago
Michael Schmoock 3fa539fc1b chore: increase min-capacity-sat to 10k 6 years ago
Michael Schmoock 7ed9bbd3dd test: make routeboost_private use higher capacity 6 years ago
Simon Vrouwe c053dc9a6a lightningd: fix/refactor select_inchan for invoice route-hint, use fractional excess as weight 6 years ago
lisa neigut a8cc933351 closing: add message to billboard when closing txn is broadcast 6 years ago
Rusty Russell 9c373fecb6 pytest: test the invoice hook. 6 years ago
Rusty Russell 6630b99cf7 lightningd: move local invoice resolution into invoice.c function. 6 years ago
Rusty Russell cccce75e56 patch refine-test_gossip_persistence.patch 6 years ago
Rusty Russell da884751e8 gossipd: make routing_add_channel_update discard old timestamps. 6 years ago
Rusty Russell ec50ec6a71 gossipd: make gossip loading stats accurate. 6 years ago
Rusty Russell ba41238df9 invoice: allow suffixes. 6 years ago
Rusty Russell 77b859eaec lightning-cli: don't produce bad JSON if fields contain ". 6 years ago
Christian Decker 27afc804d5 json-rpc: Include received and resolved time to listforward result 6 years ago
Rusty Russell 5009d628a3 lightning-cli: do pretty-printing. 6 years ago
Michael Schmoock b0b86c9eb8 test: opening_tiny_channel with min_capacity_sat 6 years ago
Rusty Russell ede7d0518e connectd: unlink any old socket when we use --bind-addr. 6 years ago
Rusty Russell 32215177fe pytest: more testing for local socket addresses. 6 years ago
Rusty Russell 2bd7df93c6 gossipd: preserve unannounced channels across store compaction. 6 years ago
Rusty Russell 3dd47950ad pytest: test that gossipd remembers unannounced local channels across restarts 6 years ago
Rusty Russell 7ccf3af51d pytest: test the db hook plugin. 6 years ago
Rusty Russell a498b1fdbf pytest: fix flaky test_setchannel_fee_restart test. 6 years ago
Michael Schmoock 162a97894d test: adds test_setchannelfee_all 6 years ago
Michael Schmoock 7e1cc2897c test: add tests for setchannelfee command 6 years ago
Rusty Russell 1069f48082 connectd: fix binding to a UNIX domain socket. 6 years ago
Rusty Russell 740f4314ea pytest: test binding lightningd to a UNIX domain socket. 6 years ago
Rusty Russell cc342fda83 pylightning: make sure UTF-8 gets passed intact. 6 years ago
Rusty Russell 5f437de771 pytest: test passing utf8 into and out of plugin JSON. 6 years ago
Rusty Russell 049f2351d4 newaddr: deprecate 'address' output. 6 years ago
Rusty Russell 3e67c09d5e newaddr: support getting both bech32 and p2sh addresses. 6 years ago
Rusty Russell 6e63d79159 pylightning: translate msat input to class Millisatoshi 6 years ago
Rusty Russell c7316d7ba2 pytest: test that we translate to and from Millisatoshi on plugin RPC. 6 years ago
Rusty Russell 203ef2ed0b listsendpays: updated version of listpayments. 6 years ago
Rusty Russell 1ec959752b plugin/pay: rename 'description' to 'label', deprecate 'description'. 6 years ago
Christian Decker ed6a455a3c wallet: Display addresses derived from scriptPubKey where available 6 years ago
Christian Decker 72f1c78a1e jsonrpc: Arm the minconf=1 parameter and deal with the fallout 6 years ago
Christian Decker 7f11b4854e pylightning: Split @method and @async_method decorators 6 years ago
Christian Decker 571fb44d20 pylightning: Add a small test for async rpcmethods 6 years ago
Rusty Russell 6ed54dd34e db: fix dangling peers on db upgrade. 6 years ago