8470 Commits (73832d148853d2683f223d6720f4b0e389039506)
 

Author SHA1 Message Date
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
Michael Schmoock 2816c08036 openchannel: test new hook chainable mechanics 4 years ago
Michael Schmoock a3e18a6aba openchannel: make openchannel hook chainable 4 years ago
Vincenzo Palazzo 6e16ee0eaa Alignment doc with the actual implementation 4 years ago
Christian Decker 037f7201be make: Do not delete deployable-lightning.pdf on maintainer-clean 4 years ago
Christian Decker 0d5066c48b github: Mark some more files as derived / generated 4 years ago
Christian Decker 6fc0433536 make: Do not clean sqlgen files in non-maintainer clean 4 years ago
Christian Decker d7ff74e8f6 json: Only start parsing once we're sure we have a message 4 years ago
Christian Decker f2797f303a block: Compute the txids only once 4 years ago
Christian Decker 31c67f1392 bcli: Avoid tal_fmt when handling a raw hex block 4 years ago
Rusty Russell e5e0ccaba0 wallet/Makefile: fix typo in rule to regen sqlgen files. 4 years ago
Rusty Russell 8670cb333f wallet/Makefile: fix wallet_clean vs wallet-clean typo. 4 years ago
Rusty Russell 82f2f43425 Generated files: more merge fallout. 4 years ago
Rusty Russell cd4c99d028 .gitignore: don't ignore checked-in files. 4 years ago
Rusty Russell e4b5a1e0e8 dev: option to set what features we offer. 4 years ago
Rusty Russell 3a2191fcfe wallet: db_bind_talarr and db_column_talarr helpers. 4 years ago
Rusty Russell 39e4796ae3 json_command: command_fail_badparam helper. 4 years ago
Rusty Russell aa441e3b27 tools/generate-wire.py: fix loop logic for towire_xxx_array 4 years ago
Rusty Russell 897c53ce1c tools/generate-wire.py: fix loop logic for towire_xxx_array 4 years ago
Rusty Russell 76813d6f90 tools/generate-wire.py: fix varsize assignment. 4 years ago
Rusty Russell be0038e49b Makefile: include common objects in ALL_C_SOURCES. 4 years ago
Rusty Russell 5bedcbeed7 doc: regenerate lightningd-config man page. 4 years ago
Rusty Russell 0c7d04bd98 libplugin-pay: fix default CLTV. 4 years ago
Rusty Russell 74e960c20b pytest: increase channel sizes so they reach min capacity with option_anchor_outputs 4 years ago
Rusty Russell 9fabf614f4 pytest: run test_opening_tiny_channel with option_anchor_outputs. 4 years ago
Rusty Russell 9b8f08a8a0 lightningd: return min-capacity-sat to its intended purpose. 4 years ago
Rusty Russell 005fbbe4a6 travis: don't suppress make output. 4 years ago
Rusty Russell b3f6a0e78d Travis: don't install requirements.txt if we're just building. 4 years ago