8617 Commits (11ebb84e7d24f552b309102b596ac1e111599f29)
 

Author SHA1 Message Date
niftynei 250af67908 elements: run sign + send psbt check for elements tests 4 years ago
niftynei 273f0991b0 elements: include the value + asset tag for 'PSET's 4 years ago
niftynei 24578c7fea elementsd: use the elements version of a 'witness utxo' 4 years ago
Christian Decker bd811fbd1a pyln: Add safe fallback results for hooks 4 years ago
Christian Decker 3d6c4e93b3 pytest: Add a test to reproduce #3748 4 years ago
Michael Schmoock 160c564e5f fix: suppress duplicated channel_state_changed events 4 years ago
Michael Schmoock ddc759c49e test: plugin channel_state_changed notification 4 years ago
Michael Schmoock 218a9efaec pyln-testing: add get_channel_id helper 4 years ago
Michael Schmoock 45a0e049e3 doc: plugin channel_state_changed 4 years ago
Michael Schmoock d86855d1f7 feat: adds channel_state_changed notification 4 years ago
Antoine Poinsot b80ad95f1c channel_control: fix an use-after-free 4 years ago
Antoine Poinsot 2a9e847055 tools: remove headerversions.o on clean 4 years ago
Michael Schmoock dd60332d91 chore: adds experimental wiregen to gitignore 4 years ago
Rusty Russell c76cfe9c5c Makefile: fix typo which can cause build failures. 4 years ago
Moller40 4d672077e1 Avoid compile error on macos mojave 4 years ago
ZmnSCPxj jxPCSnmZ c6186829df tests/test_wallet.py: Simple multiwithdraw tests. 4 years ago
ZmnSCPxj jxPCSnmZ 277ff0f44c plugins/spender/multiwithdraw.c: Implement multiwithdraw command. 4 years ago
ZmnSCPxj jxPCSnmZ 5d7178d488 bitcoin/psbt.c: Add psbt_insert_output function. 4 years ago
ZmnSCPxj jxPCSnmZ e04febfe0c plugins/spender/: New plugin that will eventually absorb all onchain-spending commands. 4 years ago
Christian Decker 210734f1b6 docs: Update the repro-build docs to the new docker-based system 4 years ago
Christian Decker 70cbdbb363 release: Use correct version name and automatically add the link 4 years ago
Christian Decker fb4f4bff46 repro: Add config for ubuntu:20.04 4 years ago
Christian Decker c7f5889a32 pytest: Skip test_sign_and_send_psbt for elements 4 years ago
Christian Decker 0260a4d212 pytest: Skip test_feerates for elements 4 years ago
Christian Decker d46d82eeff pyln-testing: Allow up to 1000 connections to postgresql in tests 4 years ago
Christian Decker 0923215834 travis: Add dependencies to cache 4 years ago
Christian Decker d13a5b6f3a travis: Make download of elementsd and bitcoind quiet 4 years ago
Christian Decker cec755f796 travis: Compact heavy-weight valgrind tests and add two new configs 4 years ago
Christian Decker 02353912d3 travis: Add support for network and db overrides in the test configs 4 years ago
Christian Decker 15adb914a3 travis: Add postgresql libraries as dependencies 4 years ago
Vincenzo Palazzo 5679ea25f3 Fixed doc refused introduced inside the PR #4010 4 years ago
niftynei b44e36b99e spec-update: get rid of max-witness-len 4 years ago
niftynei 586b9aa742 spec-update: handle tx_signatures in channeld (accepter side only,really) 4 years ago
niftynei aef5a5a0e5 psbt: psbt_has_serial_id -> psbt_find_serial_id 4 years ago
niftynei c50f377a85 psbt: pull out changeset logic into common, update API 4 years ago
niftynei 5cd06227d7 build: exclude dualopend from non-experimental builds 4 years ago
niftynei 303263d381 psbt: clean up interface for setting metadata on PSBT inputs 4 years ago
niftynei 169b7817dc psbt: only compare a subset of psbt input/output fields 4 years ago
niftynei b3cbb0b653 tests: plugin for dual-funding tests in ln-prototest 4 years ago
niftynei 8d429ecd06 df: add needed info to any PSBT we produce 4 years ago
niftynei 9c89184c1f dualfund: add feature flag for dual-funding 4 years ago
niftynei 59525853ae dual-fund: accepter side implementation on lightningd 4 years ago
niftynei d6558deaa4 opening: pass two messages to channeld to send to peer 4 years ago
niftynei 0643945967 peer-control: send set of messages to start, not just one 4 years ago
niftynei cafdbbcd2d dualopend: new `dualopend` daemon, containing most of accepter side 4 years ago
niftynei 05a6a11860 dual-fund: add interactive dual-funding wires 4 years ago
niftynei 42a38b9808 channel_id: add v2 channel_id derivtion helper 4 years ago
niftynei 72a098a4ad openingd: pull out check_configs into a common place 4 years ago
niftynei 6607f1d629 openingd: pull out common code, rename some things 4 years ago
niftynei 864f2f3e21 channel_id: save to database, dont derive from funding_txid 4 years ago