Commit Graph

  • 41ebf71e26 psbt: new methods for generating serial_ids for an input/output niftynei 2020-09-15 16:43:27 -0500
  • 818f152618 channel: save funding_psbt to database niftynei 2020-09-11 15:28:15 -0500
  • 6c31eb9dd0 df-open: send the tx-sigs from channeld, check that we send it at the niftynei 2020-09-11 14:15:41 -0500
  • 865c9e9567 df-channeld: broadcast funding tx, once we get tx_sigs from peer niftynei 2020-09-11 14:14:14 -0500
  • aa1b8296c7 peer_control: move open_command up to where channeld can get it, niftynei 2020-09-11 14:05:29 -0500
  • 46641951fa dual-open: use tx_roles, not side, as switch niftynei 2020-09-16 18:19:01 -0500
  • 254ea37702 psbt: method for extracting witness stacks niftynei 2020-09-16 17:51:08 -0500
  • 0df818c53c df-open: preliminary handling for tx_sigs message niftynei 2020-09-10 14:47:00 -0500
  • 8858ae4f3d df-open: commands to update a PSBT or submit a signed PSBT niftynei 2020-09-10 14:43:40 -0500
  • 537eeab208 df-open: add a 'open_commands' list to stash pending opens around in niftynei 2020-09-10 14:41:42 -0500
  • b2ec5a9f45 peer_channeld: pass over PSBT, remove second message niftynei 2020-09-10 14:34:18 -0500
  • a7f29f30db df-open: pathway for getting a commit back from peer niftynei 2020-09-10 14:31:24 -0500
  • 3a405c33e6 dualfund: Pass in expected remote's serial parity niftynei 2020-09-03 14:12:56 -0500
  • 06c41a0547 dualfund: opener, openchannel_init command (1/3) niftynei 2020-09-03 13:01:45 -0500
  • 2618ef10c3 tx_roles: pull up roles, rename niftynei 2020-09-16 17:59:18 -0500
  • 99293844a1 dualopend: use status_failed, not peer_failed niftynei 2020-09-10 14:15:35 -0500
  • d0702e05dd psbt: add the full transaction for the utxo in a psbt niftynei 2020-09-15 20:04:48 -0500
  • 9c1675fcb9 dual-fund: remove flag for option_anchor_outputs niftynei 2020-09-15 20:18:40 -0500
  • 9af6e83393 dual-fund: check the max feerate also, not just min feerate niftynei 2020-09-15 20:20:36 -0500
  • 93045945be psbt: add helper to set the non-witness utxo for an input niftynei 2020-09-15 16:38:31 -0500
  • 7a5a7a0ac5 psbt_open: method for adding a witness_stack to a psbt input niftynei 2020-09-10 14:11:21 -0500
  • 82c0b48215 wires: towire/fromwire for wally_tx niftynei 2020-09-11 13:55:22 -0500
  • 3c98bec693 db: add helper for db_col_psbt niftynei 2020-09-11 15:33:41 -0500
  • e2a6fd7112 common: pull up `param_psbt` niftynei 2020-09-03 12:59:55 -0500
  • 1070e9b766 removed unwanted lines and added punctuation marks lakshit24 2020-10-17 11:24:04 +0530
  • db19f19eb3 chore: adds env NO_PYTHON check to Makefiles Michael Schmoock 2020-10-17 16:48:01 +0200
  • f1eebb6c59
    Add OpenBSD instructions to INSTALL.md (#4136) grubles 2020-10-19 07:03:46 -0400
  • 8f253b2adc test: simplify test for close_to niftynei 2020-10-15 13:12:00 -0500
  • de34f08b82 tests,fundchannel: return the result from the fundchannel rpc call niftynei 2020-10-15 13:10:31 -0500
  • ee329f08de test, fundchannel: pass kwargs down to fundchannel command niftynei 2020-10-15 19:54:08 -0500
  • 4926c25bb5 fundchannel: take a 'close_to' address niftynei 2020-10-14 21:37:27 -0500
  • 628df74e26 mfc: allow a 'close_to' address to be passed in niftynei 2020-10-14 21:36:20 -0500
  • 60be62a3bb openingd: patch test_opening_tiny_channel under EXP_FEAT niftynei 2020-10-15 14:01:57 -0500
  • 2dd6b82dfb doc: reorder --mainnet before --testnet Jan Sarenik 2020-10-15 12:04:37 +0200
  • b8c972a0e2 doc: Add missing signet to --help and man Jan Sarenik 2020-10-15 12:54:59 +0200
  • 94f84d3843 Update configure grubles 2020-10-14 15:30:59 -0400
  • a3c30441d3 channeld: order htlcs by id before retransmission. Rusty Russell 2020-10-14 16:11:19 +1030
  • d04597cbb6 pytest: add test for HTLC ordering. Rusty Russell 2020-10-14 16:11:17 +1030
  • d5c91a347a channeld: log broken message if we receive HTLCs out of order. Rusty Russell 2020-10-14 10:57:50 +1030
  • ec868d4acb lightningd: fix crash when we try to send fail_htlc msg to onchaind. Rusty Russell 2020-10-13 14:28:09 +1030
  • 90acf5072d pyln: utils:BitcoinD: add -wallet="test" option Jan Sarenik 2020-09-24 13:36:39 +0200
  • 4ba9ad66bc options: remove unused 'commit-fee-min/max' options. Rusty Russell 2020-10-07 11:11:53 +1030
  • 6195d953cc plugins: use "slow" feerate for mutual close negotiation. Rusty Russell 2020-10-07 11:04:42 +1030
  • b1aed933e6 pyln: Plugin methods and hooks refuse to set results twice Christian Decker 2020-09-25 16:43:14 +0200
  • 556725c5ff pyln: Add logging handler that passes records to lightningd Christian Decker 2020-09-29 11:26:25 +0200
  • a297c1b9a5 pytest: fix overzealous removal of directories on failure. Rusty Russell 2020-10-13 13:11:18 +1030
  • ae9753df3a travis: Specify pytest-rerunfailures==9.1 to avoid regression Christian Decker 2020-10-13 12:44:45 +0200
  • aed21e2afa travis: Consolidate pytest options to cli options Christian Decker 2020-10-12 18:10:57 +0200
  • c4f4f4744c travis: Allow environment to specify $PYTEST_PAR Christian Decker 2020-10-12 13:48:15 +0200
  • 30ecb17204 make: Include the $PYTEST_OPTS when running pytest Christian Decker 2020-10-09 14:02:11 +0200
  • d5d41ef1a0 pyln: Remove any logging handlers at teardown to avoid logging error Christian Decker 2020-10-07 10:41:36 +0200
  • 9f8c9d6406 pytest: Check for connection close and reset errors in timeout test Christian Decker 2020-10-07 10:26:16 +0200
  • 79a21755c4 pytest: fix flaky test if one side hasn't processed close yet. Rusty Russell 2020-10-12 16:16:59 +1030
  • ad049c36c1 travis: Enable TEST_CHECK_DBSTMTS=1 mode for one of the configs Christian Decker 2020-09-24 15:57:09 +0200
  • 77ca07e91d db: Fix statement expansion bugs found through dblog mode Christian Decker 2020-09-24 16:05:31 +0200
  • 7d6892abba pytest: Verification mode of expanded stmts for the db_write hook Christian Decker 2020-09-24 15:54:41 +0200
  • 011590b20e fix: broken SQL statement in wallet db_set_utxo Michael Schmoock 2020-09-24 14:43:31 +0200
  • 711133e3c7 pytest: fix flaky test. Rusty Russell 2020-10-08 10:35:02 +1030
  • 9c838cf953 pyln-client: listpayments -> listpays fiatjaf 2020-10-08 15:46:46 -0300
  • 2d897be10a pytest: fix experimental test. Rusty Russell 2020-10-07 14:37:58 +1030
  • 6f870dfe39 pytest: Don't give up on the first psql connection error Christian Decker 2020-10-06 20:15:35 +0200
  • ee0ee046ff pytest: Stabilize test_penalty_htlc_tx_timeout Christian Decker 2020-10-06 14:02:53 +0200
  • 9021bb26d1 pyln: Decode process output once before storing it Christian Decker 2020-10-06 11:57:51 +0200
  • 81569de709 pytest: Stabilize test_setchannelfee_{restart,zero} Christian Decker 2020-10-06 11:25:20 +0200
  • 0de7a289cc travis: Add blinker dependency Christian Decker 2020-10-03 12:34:19 +0200
  • b6053d7cd6 Fix pytest major version Christian Decker 2020-10-03 11:32:39 +0200
  • 66dc3ed665 pyln: Add pytest to type ignores Christian Decker 2020-09-29 10:39:23 +0200
  • 8d8b807793 pytest: Make LightningNode.fund_channel more resilient Christian Decker 2020-09-19 19:32:06 +0200
  • 1563bbc2fa pytest: Cleanup test_gossip_ratelimit Christian Decker 2020-09-19 16:27:50 +0200
  • 05934724dd pytest: Don't start 3 nodes in test_gossip_ratelimit Christian Decker 2020-09-19 16:25:55 +0200
  • cafaad741b pyln: Add type-annotations to pyln-proto Christian Decker 2020-09-25 17:36:32 +0200
  • 2a176d2ef7 make: Enable mypy checks on pyln-testing Christian Decker 2020-09-25 16:49:06 +0200
  • c498f949cc pyln: Add mypy typing exceptions for external dependencies Christian Decker 2020-09-25 16:47:55 +0200
  • e13c435aca make: Set $PYTHONPATH once Christian Decker 2020-09-25 13:57:54 +0200
  • 2740f2eccb pyln: Use pyln-client Makefile for checks Christian Decker 2020-09-25 12:34:37 +0200
  • 1d2c2b6aaf pyln: Parametrize and unify Makefiles for pyln package Christian Decker 2020-09-25 12:33:25 +0200
  • 71381eb5be chore: reduce log buffer from 100MB to 10MB Michael Schmoock 2020-09-24 08:43:52 +0200
  • 1afa8b88c9 travis: Re-enable the postgres configuration again Christian Decker 2020-09-23 12:11:16 +0200
  • 5809cc41f4 pytest: Reduce the db_provider fixture scope to function Christian Decker 2020-09-23 16:55:04 +0200
  • 7e99a3b5fd pyln: Allow the base test directory to contain some files Christian Decker 2020-09-23 16:53:19 +0200
  • aeb5f969e2 pyln: Start each postgres DB in its own sub-directory Christian Decker 2020-09-23 16:51:38 +0200
  • 85dd19c9ac travis: Reduce reruns to 2 and early failure on test failure Christian Decker 2020-09-23 12:09:32 +0200
  • a777d21fb7 pytest: Rename all fund_channel to fundchannel Jan Sarenik 2020-09-24 14:06:36 +0200
  • 7260d9ea3d plugins: generate list of plugins more atomically, respect V=1 and --quiet. Rusty Russell 2020-09-24 11:02:54 +0930
  • 488b32b003 build: run update-mocks. Rusty Russell 2020-09-24 09:40:51 +0930
  • 3382dafaee configure: allow to run clang with ASAN Antoine Poinsot 2020-09-07 16:14:07 +0200
  • 5a87e88ee5 pytest: Add test for failcode conversion Christian Decker 2020-09-23 14:22:02 +0200
  • 980a9517c6 fix: openchannel_hook log BROKEN on dup close_to Michael Schmoock 2020-09-22 12:00:10 +0200
  • a351b9bf2f pyln: Migrate from binascii.hexlify to bytes.hex Christian Decker 2020-09-18 15:20:02 +0200
  • 04462f6a64 pyln: Add code to unwrap an encrypted onion at the intended node Christian Decker 2020-07-31 18:36:25 +0200
  • e8dcd59b24 pyln: Add a warning that pyln-proto is not safe for production use Christian Decker 2020-07-31 18:35:42 +0200
  • 96b182a084 pyln: Implement sphinx onion packet generation in python Christian Decker 2020-07-31 13:35:30 +0200
  • 0b5e6c5be1 nit: doc/lightningd-config.5: Remove redundancy Jan Sarenik 2020-09-23 14:00:27 +0200
  • b1355bf61e Update comment regarding signet using tb now Jan Sarenik 2020-09-22 10:04:05 +0200
  • 0b01a5d7c4 Updating signet chainparams for the latest PoW fix Dr. Maxim Orlovsky 2020-09-19 14:36:45 +0200
  • 924cc04bd2 bolt11: have caller supply preferred chain. Rusty Russell 2020-09-23 10:37:19 +0930
  • 1356700e2b bitcoin/chainparams: signet uses the same P2PKH and P2SH version bytes as testnet. Rusty Russell 2020-09-23 10:42:13 +0930
  • d5cb0d85b5 utils: use a cleaner pattern to capture wally allocations. Rusty Russell 2020-09-23 20:13:28 +0930
  • 66ffd7a73f bitcoin/: neaten use of libwally base58 and bas64 routines. Rusty Russell 2020-09-23 20:06:46 +0930
  • 4e67b4fd03 Makefile: work with shasum -a as well as sha256sum. Rusty Russell 2020-09-23 16:54:21 +0930