1519 Commits (ae4139ba10c10e32b9c673546614578274c72aee)

Author SHA1 Message Date
Rusty Russell ae4139ba10 lightningd: note whether payment secret is used or not. 4 years ago
niftynei 4ea9d9e928 df: Pass new feerate options through to plugin, set reasonable bounds 4 years ago
Rusty Russell 1e5789d421 close: add notification for slow closes. 4 years ago
Rusty Russell 44f6b8a746 pytest: add notifications to tests. 4 years ago
Antoine Poinsot 85aa53c778 fuzz: add a runner Python script for fuzz targets 4 years ago
Antoine Poinsot c149a88bbe fuzz: add a fuzz target for initial_channel 4 years ago
Antoine Poinsot 1aa94ccd9e fuzz: add a fuzz target for the close tx 4 years ago
Antoine Poinsot 33c7eccb3b fuzz: add a fuzz target for channel_id derivation 4 years ago
Antoine Poinsot f0061d0606 fuzz: add a fuzz target for common/bip32 4 years ago
Antoine Poinsot a89a018475 fuzz: add a fuzz target for common/bigsize 4 years ago
Antoine Poinsot 5d987f2dec fuzz: add a target for base32/64 encoding 4 years ago
Antoine Poinsot 63b1ae54a1 fuzz: add a target for common/bech32 4 years ago
Antoine Poinsot 2f90c45454 fuzz: add a fuzz target for amounts parsing 4 years ago
Antoine Poinsot 62b54d0125 build: introduce a fuzzing mode 4 years ago
niftynei ede5f5be3c mfc: blackbox test for commitment vs funding tx feerates 4 years ago
niftynei 26bc4f5239 tx,bugfix: correct signature length estimate 4 years ago
Rusty Russell 639eddf840 common/gossmap: digest private channel information too. 4 years ago
Rusty Russell 83aea6b2bb gossip_store: make private channels more similar to channel_announcement 4 years ago
Rusty Russell c6625943b5 pytest: test that route can see private channels. 4 years ago
niftynei a7d4b8780e elementsd: disable dual-funding test; don't add non-witness utxo 4 years ago
niftynei b696ec89a5 df-open: use channel_id for openchannel_update and openchannel_signed 4 years ago
niftynei 5fbd25f938 dual-fund: test (turned off) and plugin for executing an openchannel 4 years ago
niftynei e2a6fd7112 common: pull up `param_psbt` 4 years ago
niftynei 8f253b2adc test: simplify test for close_to 4 years ago
niftynei de34f08b82 tests,fundchannel: return the result from the fundchannel rpc call 4 years ago
Rusty Russell a3c30441d3 channeld: order htlcs by id before retransmission. 4 years ago
Rusty Russell d04597cbb6 pytest: add test for HTLC ordering. 4 years ago
Rusty Russell d5c91a347a channeld: log broken message if we receive HTLCs out of order. 4 years ago
Rusty Russell 6195d953cc plugins: use "slow" feerate for mutual close negotiation. 4 years ago
Christian Decker 9f8c9d6406 pytest: Check for connection close and reset errors in timeout test 4 years ago
Rusty Russell 79a21755c4 pytest: fix flaky test if one side hasn't processed close yet. 4 years ago
Christian Decker 7d6892abba pytest: Verification mode of expanded stmts for the db_write hook 4 years ago
Rusty Russell 711133e3c7 pytest: fix flaky test. 4 years ago
Rusty Russell 2d897be10a pytest: fix experimental test. 4 years ago
Christian Decker ee0ee046ff pytest: Stabilize test_penalty_htlc_tx_timeout 4 years ago
Christian Decker 9021bb26d1 pyln: Decode process output once before storing it 4 years ago
Christian Decker 81569de709 pytest: Stabilize test_setchannelfee_{restart,zero} 4 years ago
Christian Decker 1563bbc2fa pytest: Cleanup test_gossip_ratelimit 4 years ago
Christian Decker 05934724dd pytest: Don't start 3 nodes in test_gossip_ratelimit 4 years ago
Jan Sarenik a777d21fb7 pytest: Rename all fund_channel to fundchannel 4 years ago
Christian Decker 5a87e88ee5 pytest: Add test for failcode conversion 4 years ago
Michael Schmoock 980a9517c6 fix: openchannel_hook log BROKEN on dup close_to 4 years ago
Christian Decker d9ba39d2cb pytest: Add test for key-value style postgresql DSNs 4 years ago
niftynei 53ba34fe3a doc: correct weight numbers for fundpsbt 4 years ago
Rusty Russell f658dd0d78 pytest: test connection timeout. 4 years ago
Vincenzo Palazzo f62d7bbe45 Added additional fix to code formatting and English spelling. 4 years ago
Vincenzo Palazzo 9fbeb9bcdc delpay: code style changes and fixed docs 4 years ago
ZmnSCPxj jxPCSnmZ 0eb1e7e0ca plugins/libplugin-pay.c: Add new payee_incoming_limit to limit number of HTLCs based on payee connectivity. 4 years ago
ZmnSCPxj jxPCSnmZ 2d86014e53 tests/test_pay.py: Test for overload of number of HTLCs at the payee. 4 years ago
ZmnSCPxj jxPCSnmZ 9587425f2d plugins/spender/fundchannel.c: Make fundchannel a thin layer around multifundchannel. 4 years ago