8497 Commits (12c9b27838f212fbb6fe738ad96bb44427a9f5e8)
 

Author SHA1 Message Date
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
Rusty Russell e3219d3aa0 utxo: expose is_reserved, make enum constants upper case. 4 years ago
Rusty Russell 438953b8f0 utxo: make reserved_til a u32 not a ptr, now it's compsulory. 4 years ago
Rusty Russell ea819107eb common: remove funding_tx. 4 years ago
Rusty Russell 83298c030a wallet: switch over to withdraw in module, remove lots of unused code. 4 years ago
Rusty Russell 7a93363b0b pytest: remove duplicate tests. 4 years ago
Rusty Russell 2696ec6ccb pytest: fix assumptions in test_withdraw_misc 4 years ago
Rusty Russell e5f7e5b577 pytest: allow variable-order coin_moves, and give more information on failure. 4 years ago
Rusty Russell f34d0b1cf5 plugins/txprepare: create simple variant for "withdraw". 4 years ago
Rusty Russell 8d4557938b plugins/txprepare: move functions higher. 4 years ago
Rusty Russell 3b8c0a7397 sendpsbt: just reserve (maybe bump) inputs on send, don't mark spent. 4 years ago
Rusty Russell c319f7697e wallet: wean fundpsbt off tx_spending_utxos. 4 years ago
Rusty Russell 182b761a46 walletrpc: remove now-unused txprepare parsing code. 4 years ago
Rusty Russell 6b2a3f4dfb txprepare: remove old code, switch to plugin. 4 years ago
Rusty Russell 843d3d6745 pytest: remove test_txprepare_restart 4 years ago
Rusty Russell 3b1a226f67 txprepare: add txsend functionality. 4 years ago
Rusty Russell 522459ba6e txprepare: add txdiscard functionality. 4 years ago
Rusty Russell 3f57249f08 reservation: return FUNDING_STILL_SYNCING_BITCOIN if we might be missing funds. 4 years ago
Rusty Russell 74c6307c54 plugins/txprepare: use utxopsbt to handle utxos arg. 4 years ago
Rusty Russell 8d5ff210bf txprepare: a plugin to replace `txprepare` (not yet active). 4 years ago
Rusty Russell 96d260b787 wallet: fix reference to potentially-undefined variable. 4 years ago
Rusty Russell c34c055d82 Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 4 years ago
Rusty Russell d8e8426b52 Makefile: remove EXPERIMENTAL_FEATURES marker from generated files 4 years ago