9014 Commits (2678cfb364a48e4e15817ec789b1feadd4170785)
 

Author SHA1 Message Date
Michael Schmoock 2678cfb364 pyln: extend msat floating testcases 4 years ago
Christian Decker c656cfe38d channeld: Fix the shutdown_sent billboard direction 4 years ago
Christian Decker eae49727b1 pytest: Disable flaky test_fundchannel_start_alternate 4 years ago
Rusty Russell 23d4e53246 connectd: add annotation and fix up formatting on connectd/netaddress.c 4 years ago
Rusty Russell 089ecfe418 connectd: fix valgrind complaint on FreeBSD 4 years ago
Michael Schmoock 4507203a48 doc: fees on listpeers 4 years ago
Michael Schmoock ce1a2f134a pytest: tests fee_base and fee_ppm on listpeers 4 years ago
Michael Schmoock c4b7f4d9d2 feat: adds local halfchan fees to listpeers 4 years ago
Rusty Russell e13e3e90ec onchaind: cap max_possible_feerate using commitment transaction. 4 years ago
Rusty Russell 5bc61e77cb onchaind: speed up HTLC matching by skipping identical CLTVs. 4 years ago
Rusty Russell e9e6f72d7c bitcoin_tx_check: don't rely on tmpctx. 4 years ago
Rusty Russell f22d719d2c onchaind: test stressful input. 4 years ago
Rusty Russell af8eabb9a7 common/daemon: remove notifiers on root at cleanup. 4 years ago
Rusty Russell ff8830876d wire/tlvstream: add tlv_make_fields helper to populate ->fields array. 4 years ago
Rusty Russell 5c167d16ab tools/generate-wire.py: use helpers. 4 years ago
Rusty Russell dc83e64003 tools/generate-wire: don't use void * pointers for tlv fromwire. 4 years ago
Rusty Russell c5a2e64fd4 plugins/libplugin-pay: expose gossmap for plugin special effects. 4 years ago
Rusty Russell 695a8bd868 lightningd: split onion_message hook. 4 years ago
Rusty Russell 61422193d9 channeld: hand input blinding to lightningd. 4 years ago
Rusty Russell 54c57e7495 libplugin-pay: don't expose bolt11 details. 4 years ago
Christian Decker 76124eb800 pyln: Replace undecodeable symbols when tailing logs 4 years ago
Christian Decker bb0910999e pytest: Use datetime.strptime instead of datetime.fromisoformat 4 years ago
Christian Decker c9d24b1de2 pyln: Set the prefix in TailableProc 4 years ago
João Paulo 7514d7fb48 plugins: add txprepare to .gitignore 4 years ago
Rusty Russell dc745cdf2f peer_htlcs.c: close taken() leak. 4 years ago
Rusty Russell e4950db9a3 pytest: recreate wallet on bitcoind restart. 4 years ago
Rusty Russell 4424b41c65 channeld: fix gcc warning on gcc 8.3.0 (Debian 8.3.0-6) 4 years ago
Rusty Russell 1a3c0a0c0d invoice: fix potential race where invoice is paid/expired while we're calling hook. 4 years ago
ZmnSCPxj jxPCSnmZ a437936c78 lightningd/log.c: Fix up handling of SIGHUP. 4 years ago
ZmnSCPxj jxPCSnmZ 67d8fdcc75 tests/test_misc.py: Add a test for issue #4240. 4 years ago
niftynei 4185a86d90 df-mfc: set the minimum input weight to 110 iif v2 4 years ago
niftynei b01734087d df-mfc: set protocol type when we know it 4 years ago
niftynei e81d78ec4c fundpsbt/utxopsbt: new `min_witness_weight` param 4 years ago
niftynei b4aebc17a1 bitcoin: break out method to calculate input weight 4 years ago
niftynei b23c6c50a0 df-tests: use multifundchannel pathways instead of custom plugin 4 years ago
niftynei 9f74dd9fb3 df: rename the dual_open wires to match other daemon wires 4 years ago
Rusty Russell 0ad269f5b6 invoice: make invoice_payment hook a multi-user hook. 4 years ago
Rusty Russell ca2bd98082 unittest: use common_setup / common_shutdown almost everywhere. 4 years ago
Rusty Russell 39f4ca98b5 common: check for outstanding taken() pointers in common_shutdown. 4 years ago
Rusty Russell ae1a130ab5 ccan: update ccan/utf-8 to reject NULs embedded in strings. 4 years ago
Rusty Russell c29e290ee6 common/json: json_add_stringn helper. 4 years ago
Rusty Russell 9361b62e3a libplugin: add command_hook_success helper. 4 years ago
Rusty Russell d9586bbde1 json: add json_tok_endswith and json_tok_startswith helpers. 4 years ago
Rusty Russell 3408f8f998 gossipd: fix memleak. 4 years ago
Rusty Russell 25fcc4ddbf Makefile: separate check-python targets. 4 years ago
Rusty Russell f0621cec0d JSON-RPC: don't allow any strings which aren't valid UTF-8. 4 years ago
Rusty Russell 5bdd282c2b common/bolt11: reject bad UTF-8 strings. 4 years ago
Rusty Russell f1bea50e1d common/utils: simple utf8 helpers. 4 years ago
Michael Schmoock 7bfb5f10c7 pyln: failing test msat from float str 4 years ago
Michael Schmoock 83a21138b8 pyln: fix msat from float str 4 years ago