Commit Graph

  • 094889f50f common/json_tok: minor cleanup to bitcoin_outpoint array parsing. Rusty Russell 2020-12-08 10:54:34 +1030
  • 6f205896aa bitcoin/tx: fix type of outpoint (n is a u32), simplify json_to_outpoint Rusty Russell 2020-12-08 10:53:19 +1030
  • ad2f6cdabb cli: Add a JSON parsing sanity check before sending request Christian Decker 2020-12-04 14:33:38 +0100
  • b2a5cf422f jsonrpc: Forward errors on malformed requests to cli Christian Decker 2020-12-04 13:30:10 +0100
  • 71fafd23fd pytest: Add a test to reproduce #4258 Christian Decker 2020-12-04 12:03:01 +0100
  • e186b2620a txprepare: Verify that outputs arg is an array Christian Decker 2020-12-04 11:52:15 +0100
  • 47b8b46d54 cleanup: Remove stdio header from param.c Christian Decker 2020-12-04 11:51:52 +0100
  • 55d9492d9e txprepare: Use param_outpoint_arr helper to validate input Christian Decker 2020-12-04 11:27:37 +0100
  • 32000b6660 json: Add two param functions to parse string arrs and outpoint arrs Christian Decker 2020-12-04 11:24:14 +0100
  • eacc54646f pyln: Remove deprecated txprepare variant Christian Decker 2020-12-04 10:23:33 +0100
  • 362284981d plyn: use math.floor for msat mul and div Michael Schmoock 2020-12-07 11:19:27 +0100
  • 565dc95a8e pyln: fix msat float multiplication Michael Schmoock 2020-12-02 12:30:46 +0100
  • 2678cfb364 pyln: extend msat floating testcases Michael Schmoock 2020-12-02 10:51:40 +0100
  • c656cfe38d channeld: Fix the shutdown_sent billboard direction Christian Decker 2020-12-06 12:08:45 +0100
  • eae49727b1 pytest: Disable flaky test_fundchannel_start_alternate Christian Decker 2020-12-07 12:10:34 +0100
  • 23d4e53246 connectd: add annotation and fix up formatting on connectd/netaddress.c Rusty Russell 2020-12-07 09:59:10 +1030
  • 089ecfe418 connectd: fix valgrind complaint on FreeBSD Rusty Russell 2020-12-07 09:46:39 +1030
  • 4507203a48 doc: fees on listpeers Michael Schmoock 2020-12-02 15:23:37 +0100
  • ce1a2f134a pytest: tests fee_base and fee_ppm on listpeers Michael Schmoock 2020-12-02 15:19:42 +0100
  • c4b7f4d9d2 feat: adds local halfchan fees to listpeers Michael Schmoock 2020-12-02 15:17:06 +0100
  • e13e3e90ec onchaind: cap max_possible_feerate using commitment transaction. Rusty Russell 2020-12-03 11:52:01 +1030
  • 5bc61e77cb onchaind: speed up HTLC matching by skipping identical CLTVs. Rusty Russell 2020-12-03 11:52:01 +1030
  • e9e6f72d7c bitcoin_tx_check: don't rely on tmpctx. Rusty Russell 2020-12-03 11:52:01 +1030
  • f22d719d2c onchaind: test stressful input. Rusty Russell 2020-12-03 11:51:59 +1030
  • af8eabb9a7 common/daemon: remove notifiers on root at cleanup. Rusty Russell 2020-12-03 11:51:35 +1030
  • ff8830876d wire/tlvstream: add tlv_make_fields helper to populate ->fields array. Rusty Russell 2020-12-04 10:30:22 +1030
  • 5c167d16ab tools/generate-wire.py: use helpers. Rusty Russell 2020-12-03 20:04:03 +1030
  • dc83e64003 tools/generate-wire: don't use void * pointers for tlv fromwire. Rusty Russell 2020-12-03 20:04:03 +1030
  • c5a2e64fd4 plugins/libplugin-pay: expose gossmap for plugin special effects. Rusty Russell 2020-12-03 20:04:02 +1030
  • 695a8bd868 lightningd: split onion_message hook. Rusty Russell 2020-12-03 20:04:02 +1030
  • 61422193d9 channeld: hand input blinding to lightningd. Rusty Russell 2020-12-03 20:04:02 +1030
  • 54c57e7495 libplugin-pay: don't expose bolt11 details. Rusty Russell 2020-12-03 20:03:55 +1030
  • 76124eb800 pyln: Replace undecodeable symbols when tailing logs Christian Decker 2020-11-25 12:49:45 +0100
  • bb0910999e pytest: Use datetime.strptime instead of datetime.fromisoformat Christian Decker 2020-11-16 14:28:12 +0100
  • c9d24b1de2 pyln: Set the prefix in TailableProc Christian Decker 2020-11-12 13:20:02 +0100
  • 7514d7fb48 plugins: add txprepare to .gitignore João Paulo 2020-12-03 14:19:24 -0300
  • dc745cdf2f peer_htlcs.c: close taken() leak. Rusty Russell 2020-12-03 11:55:21 +1030
  • e4950db9a3 pytest: recreate wallet on bitcoind restart. Rusty Russell 2020-12-02 16:44:45 +1030
  • 4424b41c65 channeld: fix gcc warning on gcc 8.3.0 (Debian 8.3.0-6) Rusty Russell 2020-12-03 09:34:41 +1030
  • 1a3c0a0c0d invoice: fix potential race where invoice is paid/expired while we're calling hook. Rusty Russell 2020-12-02 13:00:59 +1030
  • a437936c78 lightningd/log.c: Fix up handling of SIGHUP. ZmnSCPxj jxPCSnmZ 2020-12-02 09:56:30 +0800
  • 67d8fdcc75 tests/test_misc.py: Add a test for issue #4240. ZmnSCPxj jxPCSnmZ 2020-12-02 10:27:17 +0800
  • 4185a86d90 df-mfc: set the minimum input weight to 110 iif v2 niftynei 2020-11-17 19:49:10 -0600
  • b01734087d df-mfc: set protocol type when we know it niftynei 2020-11-17 19:47:48 -0600
  • e81d78ec4c fundpsbt/utxopsbt: new `min_witness_weight` param niftynei 2020-11-17 19:45:23 -0600
  • b4aebc17a1 bitcoin: break out method to calculate input weight niftynei 2020-11-17 19:31:50 -0600
  • b23c6c50a0 df-tests: use multifundchannel pathways instead of custom plugin niftynei 2020-11-17 18:06:03 -0600
  • 9f74dd9fb3 df: rename the dual_open wires to match other daemon wires niftynei 2020-11-03 10:50:52 -0600
  • 0ad269f5b6 invoice: make invoice_payment hook a multi-user hook. Rusty Russell 2020-11-25 10:48:49 +1030
  • ca2bd98082 unittest: use common_setup / common_shutdown almost everywhere. Rusty Russell 2020-12-02 10:40:04 +1030
  • 39f4ca98b5 common: check for outstanding taken() pointers in common_shutdown. Rusty Russell 2020-12-02 10:39:04 +1030
  • ae1a130ab5 ccan: update ccan/utf-8 to reject NULs embedded in strings. Rusty Russell 2020-12-01 11:08:15 +1030
  • c29e290ee6 common/json: json_add_stringn helper. Rusty Russell 2020-11-25 13:46:52 +1030
  • 9361b62e3a libplugin: add command_hook_success helper. Rusty Russell 2020-11-25 10:48:46 +1030
  • d9586bbde1 json: add json_tok_endswith and json_tok_startswith helpers. Rusty Russell 2020-11-25 10:48:44 +1030
  • 3408f8f998 gossipd: fix memleak. Rusty Russell 2020-11-25 10:48:43 +1030
  • 25fcc4ddbf Makefile: separate check-python targets. Rusty Russell 2020-11-25 10:48:03 +1030
  • f0621cec0d JSON-RPC: don't allow any strings which aren't valid UTF-8. Rusty Russell 2020-11-25 10:47:44 +1030
  • 5bdd282c2b common/bolt11: reject bad UTF-8 strings. Rusty Russell 2020-11-25 10:39:13 +1030
  • f1bea50e1d common/utils: simple utf8 helpers. Rusty Russell 2020-11-25 10:39:08 +1030
  • 7bfb5f10c7 pyln: failing test msat from float str Michael Schmoock 2020-11-30 17:33:48 +0100
  • 83a21138b8 pyln: fix msat from float str Michael Schmoock 2020-12-01 13:38:43 +0100
  • 899022e452 pytest: use default fundamount on two tests Michael Schmoock 2020-11-30 16:43:44 +0100
  • bdad9fcdd9 pyln: def amount 10**6 for fund- and openchannel Michael Schmoock 2020-11-30 16:42:35 +0100
  • 68c6ae67b3 external/Makefile: fix parallel build with missing secp headers. Rusty Russell 2020-11-30 10:47:08 +1030
  • cac2d5aba0 scripted: Materialize submodules ppa-v0.9.2 Christian Decker 2020-11-30 12:43:24 +0100
  • bc27ceb243 scripted: Remove submodules for materialization Christian Decker 2020-11-30 12:38:53 +0100
  • f2fdd0534d ppa: Add changelog for v0.9.2 ppa-prep Christian Decker 2020-11-30 12:24:29 +0100
  • 100f4e079e debian: Replaced materialize-submodules script with a python version Christian Decker 2020-09-22 15:17:32 +0200
  • bcf2805a08 debian: Add changelog for v0.9.1 Christian Decker 2020-09-22 13:20:25 +0200
  • 23fe2134ec debian: Add changelog for v0.8.2.1 Christian Decker 2020-05-15 15:29:43 +0200
  • 475c91ac9d debian: Removed bitcoind as a dependency Christian Decker 2020-05-15 14:27:10 +0200
  • db328abf4a debian: Added changelog for v0.8.2 Christian Decker 2020-05-15 14:18:21 +0200
  • e1f8e89029 debian: Remove dependency on python2 for libwally Christian Decker 2020-02-26 17:55:18 +0100
  • da9ec5d066 debian: Add libpq-dev dependency for postgres suppotr Christian Decker 2020-02-26 17:33:06 +0100
  • 83009b7b66 debian: Bump libwally version in materialize script Christian Decker 2020-02-21 09:36:55 +0100
  • 1967b8bb1f debian: Add changelog for v0.8.1 Christian Decker 2020-02-21 09:35:00 +0100
  • c0fbdf8a55 debian: Added changelog for v0.8.0 Christian Decker 2019-12-17 14:08:54 +0100
  • 32f71bb5d8 external: Do not inherit -Wall to external dependencies Christian Decker 2019-12-17 13:26:17 +0100
  • 84fe0d6dfb ppa: Add missing gettext build dependency Christian Decker 2019-11-06 13:13:46 +0100
  • 88e8c39bc8 debian: Added changelog for v0.7.3 Christian Decker 2019-11-05 22:58:30 +0100
  • f9951f83c4 debian: Added changelog for v0.7.2 Christian Decker 2019-08-20 18:07:25 +0200
  • 0d798fe55d debian: Added changelog for v0.7.1 Christian Decker 2019-07-04 13:30:21 +0200
  • dfc1c53a92 debian: Added changelog for v0.6.3 Christian Decker 2019-01-11 10:38:37 +0100
  • 1ba4b811cc debian: Added changelog for v0.6.2 Christian Decker 2018-10-26 18:13:37 +0200
  • a33463b1c1 debian: Added changelog for v0.6.1 Christian Decker 2018-09-12 03:31:29 +0200
  • 97491a58c8 debian: Update materialize script Christian Decker 2019-07-04 13:35:01 +0200
  • 7681960ea9 ppa: Add script to materialize the submodules Christian Decker 2018-08-06 18:53:21 +0200
  • 8f5f33231a ppa: Add debian build instructions Christian Decker 2018-08-05 15:58:21 +0200
  • 71b90bf3bb ppa: Adapt the Makefile to work when building a PPA Christian Decker 2018-08-05 15:36:28 +0200
  • 32de621886 lightningd/plugin_hook.c: Make `db_write` a chained hook. ZmnSCPxj jxPCSnmZ 2020-11-23 13:05:56 +0800
  • 904e110554 lightningd/plugin.c: Make plugin-exclusive loop support multiple plugins. ZmnSCPxj jxPCSnmZ 2020-11-23 11:46:13 +0800
  • 5c2fc4c1cb wally: remove wally casts that are no longer needed Jon Griffiths 2020-11-27 13:14:01 +1300
  • 5bdad04976 tx: Remove wally workaround that is no longer needed Jon Griffiths 2020-11-27 11:46:02 +1300
  • 70977a4fbd libwally: update to latest which uses libsecp-zkp submodule Rusty Russell 2020-11-13 10:27:38 +1030
  • 5e71de7819 df-spec: fail the open if they send us too many tx-collab msgs niftynei 2020-10-27 17:14:56 -0500
  • 29c3532856 mfc-psbt: mark all of our inputs as "ours", then only sign those niftynei 2020-10-27 16:25:21 -0500
  • 6077eca660 df: pass back 'close_to' for completed/commitment secured channels niftynei 2020-10-26 14:40:00 -0500
  • 405453859c mfc-df: add 'happy path' tests for the v1+v2 things niftynei 2020-10-22 14:47:08 -0500
  • da98a9d0af df-accepter plugin: temporarily dont pass in signpsbt niftynei 2020-10-22 14:46:49 -0500