8669 Commits (7260d9ea3d9b70578df15ff63e9fe7aaf730dc8d)
 

Author SHA1 Message Date
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
niftynei b2170cf3f4 feerate: add a 'common_weight' calculation for a tx 4 years ago
niftynei 6cfac5d2a6 psbt: enforce const on max_witness_len 4 years ago
niftynei 470f5fabc9 amount: fix typo in parse_amount_msat doc 4 years ago
niftynei 437ca83fa5 elementsd: add a fee output to a fund/utxopsbt for elements transactions 4 years ago
niftynei 171b9857de contrib: add ability to start/stop elements nodeset 4 years ago
ZmnSCPxj jxPCSnmZ e6a1819de8 doc/lightning-multifundchannel.7.md: Describe `minchannels` flag of `multifundchannel`. 4 years ago
ZmnSCPxj jxPCSnmZ 45e1b3828a plugins/multifundchannel.c: Add minchannels flag to multifundchannel. 4 years ago
ZmnSCPxj jxPCSnmZ c9f78d4e0a tests/test_connection.py: Add more complex multifunding tests. 4 years ago
ZmnSCPxj jxPCSnmZ 1162655b0e tests/test_connection.py: Add simple multifunding tests. 4 years ago
ZmnSCPxj jxPCSnmZ 9460838650 doc/, contrib/: Additional support etc. for multifundchannel. 4 years ago
ZmnSCPxj jxPCSnmZ 0d3a3b6d48 plugins/multifundchannel.c: Implementation of `multifundchannel`. 4 years ago
Rusty Russell f7de4ac919 Makefile: fix missing dependencies for tools tests. 4 years ago
Rusty Russell 0e805427dc tools/generate-wire.py: strip trailing whitespace on lines, fix bolt quotes. 4 years ago
Rusty Russell c67f5b301e wire: fix up regeneration 4 years ago
Rusty Russell 91caf4cc30 options: handle wumbo and large-channels aliases properly. 4 years ago
Rusty Russell fb013f9d02 lightning-cli: fix handling of complex objects with -H. 4 years ago
ZmnSCPxj jxPCSnmZ 5bac63c6a3 tests/test_closing.py: Test new onchaind earth-scorching behavior. 4 years ago
ZmnSCPxj jxPCSnmZ 06b44f00a3 onchaind/onchaind.c: Implement scorch-the-earth. 4 years ago
ZmnSCPxj jxPCSnmZ 6c13e9b300 bitcoin/script.c: Add scriptpubkey_opreturn_padded, which creates an OP_RETURN with a pointless random 20-byte padding. 4 years ago
ZmnSCPxj jxPCSnmZ ee276bcb86 plugins/bcli.c: `sendrawtransaction` now has a required `allowhighfees` argument. 4 years ago
ZmnSCPxj jxPCSnmZ 12c9b27838 bitcoin/tx.c: `bitcoin_tx_output_get_amount_sat` now accepts `const` transactions. 4 years ago
ZmnSCPxj jxPCSnmZ abc585b7a4 onchaind/onchain_wire.csv: Allow suppression of auto-rebroadcasting for RBF txes created by onchaind. 4 years ago
ZmnSCPxj jxPCSnmZ 34bf0133f2 onchaind/onchaind_wire.csv: Propagate minimum relay fee to onchaind. 4 years ago
Rusty Russell be1e0b9c60 CHANGELOG.md: note that Sebastian named the release. 4 years ago
Rusty Russell 1ddf44a792 devtools/credit: remove ZmnSCPxj from naming twice! 4 years ago
Rusty Russell dbfaa9c4d4 pytest: work around flaky test. 4 years ago
Christian Decker c239a7161b wallet: Remove in-memory utxoset filter 4 years ago
Christian Decker cab52f1197 topology: Notify gossipd about spends after processing the block 4 years ago
Christian Decker eeb6e8091b wallet: Add function to retrieve spent UTXOs for a given height 4 years ago
Rusty Russell 62f80f74ec pytest: fix flake in test_mpp_interference_2 4 years ago
Rusty Russell 2be1f3fe1b lightningd: extract routehint selection code. 4 years ago
Rusty Russell ca4730b5ff lightningd: use proper receivable calc for routehint selection. 4 years ago
Rusty Russell 84697edd6e lightningd: factor out spendable/receivable calcs, expose receivable. 4 years ago
Rusty Russell 3a49320dd1 doc: language tidyups and a few minor refinements. 4 years ago
Vincenzo Palazzo d1c2c5c792 Fixed doc format and rebase 4 years ago
Vincenzo Palazzo dde25b712c Fixed mistake inside the docs 4 years ago
Vincenzo Palazzo 0b0c5898ff Added doc file for the command getlog, help and listconfigs 4 years ago
Vincenzo Palazzo 1a1b2f3d34 Start ping command and fix some convention in other new doc file 4 years ago
Vincenzo Palazzo 77b20754da Added getinfo documentation and add some minor fixing inside the my others changes. 4 years ago
Vincenzo Palazzo 19e4cf1126 Fixed grammar error to stop command documentation 4 years ago
Vincenzo Palazzo 5b1e181525 added documentation of command stop 4 years ago
Vincenzo Palazzo d477a8d755 added sendpsbt documentation 4 years ago
Vincenzo Palazzo d5a20b90b4 added documentation of commands listnodes, sendpsbt 4 years ago
Vincenzo Palazzo 4c72a6b71f added documentation of command listtransactions 4 years ago
Michael Schmoock c2f5e8ce73 log: align level tags IO DEBUG INFO and UNUSUAL 4 years ago
Rusty Russell 348f5c50da Makefile: fix up sqlgen and docgen rules. 4 years ago
Vincenzo Palazzo c9687ab6ce Added proxy information to config information for plugins 4 years ago
Rusty Russell 73832d1488 wellet: use create_psbt and psbt_append_input instead of constructing via bitcoin_tx. 4 years ago