430 Commits (31e50c9c251a92f3d0431c434824ad1e17684b08)

Author SHA1 Message Date
lisa neigut 1fb9a078b6 txprepare: return psbt serialized version of tx as well 5 years ago
niftynei bf4cac7fb8 tx: strip out witscript 5 years ago
niftynei 559f88faa1 psbt: add serialize to/from wire for psbts 5 years ago
niftynei 5d0fc176e8 psbt: create new_psbt method 5 years ago
niftynei a848df67f1 psbt: populate scriptsigs + witnesses 5 years ago
niftynei 2055b53425 psbt: update global tx output amount also 5 years ago
niftynei cf9de86dba psbt: add transaction inputs to the psbt struct 5 years ago
niftynei a1e1073752 tx: move to tal_dup_arr 5 years ago
niftynei b076f40cf3 psbt: move witness script storage into the psbt 5 years ago
niftynei 2d5c61dfc1 psbt: methods to mutate psbt in place 5 years ago
niftynei 7a0624797e psbt: add psbt to bitcoin tx struct 5 years ago
Rusty Russell f1426bad8e bitcoin/tx: fix bug in fromwire_bitcoin_tx. 5 years ago
Rusty Russell b920d4d21b wire: make fromwire_fail return non-const, use it more 5 years ago
niftynei fbe50e087a setup: create a common setup which will handle the wally-context 5 years ago
Rusty Russell cfb320c972 wire: move remaining bitcoin functions out to bitcoin/ files. 5 years ago
Rusty Russell 197d1bcef2 wire: move towire/fromwire_short_channel_id out to bitcoin/short_channel_id.c 5 years ago
Rusty Russell 4dbfce6057 wire: move towire/fromwire_preimage out to bitcoin/preimage.c. 5 years ago
Rusty Russell 27220646c3 common/wire: move bitcoin-specific marshalling functions into bitcoin files. 5 years ago
Rusty Russell 4bcac3032c bitcoin: remove unused struct bitcoin_tx_input. 5 years ago
lisa neigut 824e8fa72b tx: split 'compute fee' into two, with one that takes an input value 5 years ago
lisa neigut 3d241bc261 tx: expose elements 'is fee' calculation 5 years ago
lisa neigut c110f3662c bitcoin_tx: add helper for extracting output amount 5 years ago
Rusty Russell d881a4bd66 BOLT: update to latest version. 5 years ago
Christian Decker c236bf0fbd tx: Make elements_add_fee_output private 5 years ago
Christian Decker 42a63e4416 tx: Strengthen transaction construction checks 5 years ago
Rusty Russell 2aad3ffcf8 common: tal_dup_talarr() helper. 5 years ago
Christian Decker 9521549c49 elements: Fix missing witness script entry for fee outputs 5 years ago
Ken Sedgwick 5c8f881a75
hsmd: Added fields to hsm_sign_remote_commitment_tx to allow complete validation. 5 years ago
darosior 273029f244 wallet: set nLockTime to the tip for withdrawal transactions 5 years ago
Christian Decker 234252016d cleanup: Remove block header fields we don't use 5 years ago
Christian Decker a61b044056 elements: Implement dynafed block format support 5 years ago
Christian Decker c99786e720 bitcoin: Use the block hash we computed while deserializing it 5 years ago
Christian Decker fce05d74e1 elements: Construct the block header hash while we parse it 5 years ago
Christian Decker 8839be641a sha256: Add primitive to add a varint-encoded int to a hash 5 years ago
Christian Decker 4de0d1ca22 bitcoin: Compute block hash while parsing 5 years ago
Christian Decker c2434ad4fb bitcoin: Compute block hash while parsing 5 years ago
darosior 4b13b88f6c bitcoin/chainparams: add an utility to retrieve chainparams for all networks 5 years ago
lisa neigut 3705b5f605 devtools: add privkey+hash printing to mkcommit/mkgossip 5 years ago
lisa neigut 861b12b21a dump_tx: fixup compiliation errs 5 years ago
gorazdko a3851f2943 wallet: always create signatures with low r-value 5 years ago
Christian Decker be49a599bc elements: Do not get upset if we see a confidential asset or value 5 years ago
Christian Decker d35ec902f4 elements: Work around libwally getting upset with helpful flags 5 years ago
lisa neigut cbfa045f91 tx: remove input size assertion 5 years ago
lisa neigut 496d2cae5f varint: Add helper function for getting varlen size 5 years ago
lisa neigut cb2cad8c94 script: add helper for checking if a 'known type' 5 years ago
Christian Decker ff4a2bf38f onchaind: Annotate inputs and outputs not the transactions 5 years ago
Yash Bhutwala 30ec739c15 check for return code in the else block 5 years ago
Christian Decker 7283efa5b5 elements: Add amount_asset to support more than just plain satoshis 5 years ago
Christian Decker c38afc5512 tx: Switch to amount_sat for fee computations 5 years ago
Christian Decker d5f0c08a88 elements: Remove global is_elements variable in favor of chainparams 5 years ago