187 Commits (85e02127a9549d6d65f7b50b95c100e30e25edfd)

Author SHA1 Message Date
Rusty Russell 18a6cbd11f bitcoin/*: fix up BOLT references. 6 years ago
Saibato 09407b9fd8 fix Litecoin testnet bip173 name 7 years ago
practicalswift abf510740d Force the use of the POSIX C locale for all commands and their subprocesses 7 years ago
nicolas.dorier e36cf354aa Update when_lightning_became_cool for LTC 7 years ago
practicalswift 6269a4c55d Remove unused functions not covered by unit tests 7 years ago
practicalswift 98f49c0837 Remove include in file foo.c that is already included in foo.h 7 years ago
practicalswift c85c2fcfe9 Fix conversion order 7 years ago
practicalswift b8846dad49 Readability: Use streq instead of strcmp 7 years ago
practicalswift 60a7720a24 Avoid passing NULL argument to memcpy 7 years ago
Rusty Russell 5eea772c53 type_to_string: support sha256_double. 7 years ago
Rusty Russell 45e145df5e onchaind: don't create zero-output txs if fees overwhelm us. 7 years ago
Rusty Russell ca4603455b short_channel_id: remove short_channel_id_to_uint accessor. 7 years ago
Rusty Russell c5d41a23d7 short_channel_id: just use structeq. 7 years ago
Rusty Russell 042d5d13f5 short_channel_id: don't use bitfields. 7 years ago
practicalswift 91a9c2923f Mark intentionally unused parameters as such (with "UNUSED") 7 years ago
Rusty Russell 6620305606 wallet: use last_processed_block to determine scan start. 7 years ago
Luca Vaccaro 4dac2da8fc Fix litecoin mainnet & testnet chainparams 7 years ago
practicalswift 4f4756bd20 Fix a-vs-an typos 7 years ago
Rusty Russell 9a6c36a568 bitcoin/tx: remove unused pull_bitcoin_tx_onto. 7 years ago
Jon Griffiths 4b38696613 pull_length: Take structure size into account when checking max 7 years ago
William Casarin b30fb952e6 chainparams: fix regtest bip173_name 7 years ago
Christian Decker d7224e2178 gossip: Added short_channel_id_to_uint for uintmap index 7 years ago
Rusty Russell de0777cb2c Fix weight calculation, rename cost->weight. 7 years ago
Jon Griffiths 505a249966 push_tx: Don't create BIP 144 invalid transactions 7 years ago
Luca Vaccaro af26c91a2c Add litecoin testnet support 7 years ago
William Casarin 3cb03ab784 bitcoin: add test programs to ALL_TEST_PROGRAMS 7 years ago
Christian Decker 524849bc11 bitcoin: Split pull_bitcoin_tx 7 years ago
Rusty Russell 3ae7b9f0fb bitcoin: add formatting hook for printing bitcoin blockids 7 years ago
Rusty Russell 810abb6b21 bitcoin: create new wrapper type bitcoin_blkid, log backward endianness. 7 years ago
Rusty Russell 0237e0b28c bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 7 years ago
Rusty Russell 070929f92e bitcoin/script: define standard scriptpubkey lengths. 7 years ago
ZmnSCPxj f0fa01b439 Share similar code between bitcoin_witness_p2sh_p2wpkh and bitcoin_scriptsig_p2sh_p2wpkh. 7 years ago
Rusty Russell af7e6158af Makefile: clean needs to do more, distclean should remove everything. 7 years ago
Rusty Russell 88ec8df329 bitcoin/scripts: use htlckey instead of localkey. 7 years ago
Rusty Russell 20ce829f81 script: add helper to use a raw witness program. 7 years ago
Rusty Russell 9ec5cb7ba2 script: enhance is_p2sh/is_p2pkh/is_p2wsh/is_p2wpkh to extract addr. 7 years ago
Rusty Russell 58604a0497 chainparams: add bip173 name. 7 years ago
Rusty Russell f9edbcb4ec script: add p2sh scriptpubkey helper to create from hash. 7 years ago
Rusty Russell 6ef64cd52b script: make "sig_and_empty" more generic, make htlc tx witness fns clearer. 7 years ago
Rusty Russell 56d89b02c7 chainparams: fix order of chain hashes. 7 years ago
Rusty Russell 739b163f8b Makefiles: simplify dependencies. 7 years ago
Rusty Russell f42f34b82d external: new subdirectory for all external libraries and submodules. 7 years ago
Rusty Russell 8c22bd9ee1 headers: fix up header idempotent lines. 7 years ago
Rusty Russell a37c165cb9 common: move some files out of lightningd/ 7 years ago
Rusty Russell 8375857116 common: absorb remaining files from daemon/ 7 years ago
Rusty Russell 85ff95e829 common: new directory for any shared objects. 7 years ago
Rusty Russell 052c9f42d4 bitcoin/script: remove routines unnecessary for modern daemon. 7 years ago
Rusty Russell af9d763763 bitcoin/script: support variants where we only have the ripemd. 7 years ago
Rusty Russell 253b3e679e bitcoin/tx: use NULL for empty input scripts, not a zero-len array. 7 years ago
Christian Decker f085a474b2 fix: Only add cli_args if we have some defined 7 years ago