8010 Commits (2ab41af8e2a0d0b83e116913ff783b0e4f236144)
 

Author SHA1 Message Date
Rusty Russell 48853ec954 onchaind: use tx_parts for initial tx. 4 years ago
Rusty Russell abba59057c onchaind: remove chainparams args in favor of global. 4 years ago
Rusty Russell 48f397ee19 onchaind: receive a tx_parts instead of a tx when a tx is seen onchain. 4 years ago
Rusty Russell dafaf854c5 bitcoin/tx_parts: infrastructure for partial bitcoin txs. 4 years ago
Rusty Russell 7e48f77d43 bitcoin/tx: expose functions for raw wally_txs. 4 years ago
Glen Cooper 8d98b99bde Update TOR.md 4 years ago
Antoine Poinsot 5dfd2436db wallet: show input txid in little endian for json_listtransactions 4 years ago
Antoine Poinsot 1061cd95c9 pytest: add a sanity check for the listtransactions command 4 years ago
lisa neigut 1fb9a078b6 txprepare: return psbt serialized version of tx as well 4 years ago
niftynei bf4cac7fb8 tx: strip out witscript 4 years ago
niftynei 559f88faa1 psbt: add serialize to/from wire for psbts 4 years ago
niftynei 5d0fc176e8 psbt: create new_psbt method 4 years ago
niftynei a848df67f1 psbt: populate scriptsigs + witnesses 4 years ago
niftynei 2055b53425 psbt: update global tx output amount also 4 years ago
niftynei cf9de86dba psbt: add transaction inputs to the psbt struct 4 years ago
niftynei a1e1073752 tx: move to tal_dup_arr 4 years ago
niftynei b076f40cf3 psbt: move witness script storage into the psbt 4 years ago
niftynei 2d5c61dfc1 psbt: methods to mutate psbt in place 4 years ago
niftynei 7a0624797e psbt: add psbt to bitcoin tx struct 4 years ago
niftynei 24ecb3e2b9 Remove trailing line in fromwire.c 4 years ago
Rusty Russell 06ae03f487 external/libwally-core: update to latest version. 4 years ago
Rusty Russell f1426bad8e bitcoin/tx: fix bug in fromwire_bitcoin_tx. 4 years ago
Rusty Russell b920d4d21b wire: make fromwire_fail return non-const, use it more 4 years ago
Antoine Poinsot 0088147d9e pytest: add sanity check for --commit-fee 4 years ago
Antoine Poinsot d67743d511 bcli cleanups 4 years ago
Antoine Poinsot f598caa60d config: don't ignore the --commit-fee option. 4 years ago
niftynei 47c701cbe6 make: have `update-mocks` actually be quiet 4 years ago
Rusty Russell 7ed3e72b88 Makefile: don't print out what we're doing if --quiet/-s 4 years ago
Rusty Russell 4bb92178b1 Update lightningd/lightningd.c 4 years ago
Rusty Russell e0517a1022 doc: lightningd comment refers to obsolete bitcoin_tx. 5 years ago
niftynei 9845eb41a9 contrib: allow stderr printing for startup_regtest 5 years ago
niftynei 632b42da40 hsmd: fix missing return bug 4 years ago
niftynei 66f59659a7 setup: add setup to make checks 4 years ago
niftynei fbe50e087a setup: create a common setup which will handle the wally-context 4 years ago
niftynei c5a0d8cfbf wally: override wally to use tal-context 5 years ago
Rusty Russell cfb320c972 wire: move remaining bitcoin functions out to bitcoin/ files. 4 years ago
Rusty Russell 197d1bcef2 wire: move towire/fromwire_short_channel_id out to bitcoin/short_channel_id.c 4 years ago
Rusty Russell 13356b75bf wire: move towire/fromwire_amount from wire/ into common/amount.c 4 years ago
Rusty Russell 4dbfce6057 wire: move towire/fromwire_preimage out to bitcoin/preimage.c. 4 years ago
Rusty Russell 27220646c3 common/wire: move bitcoin-specific marshalling functions into bitcoin files. 4 years ago
Rusty Russell f77d70d546 common/json: move rest of bitcoin/lightning-specific json functions to json_helpers. 4 years ago
Rusty Russell fda5f0b427 common/channel_id: move channel_id into its own file. 4 years ago
Rusty Russell f02c464c2e wire/Makefile: list wire/tlvstream.c in WIRE_SRC. 4 years ago
Rusty Russell 6635fe12e4 common/test/run-features.c: fix cppcheck 1.90 false positive. 4 years ago
Rusty Russell 3c625b367d doc: update cli documentation. 5 years ago
Rusty Russell abb16b4226 cli: implement new 'flattened JSON' mode. 5 years ago
Rusty Russell 679d3494b4 cli: tweak -H output to remove format-hint fields. 5 years ago
mb300sd b6285ffa5d Fix bash completion. 5 years ago
Rusty Russell 97e3d61748 pyln: fix incorrect python syntax. 4 years ago
Rusty Russell 4bcac3032c bitcoin: remove unused struct bitcoin_tx_input. 5 years ago