204 Commits (ba41d6e3dfdb03762f4439c3539831b0357a61a6)

Author SHA1 Message Date
Rusty Russell 9f1f79587e short_channel_id_dir: new primitive for one direction of short_channel_id 6 years ago
Rusty Russell be64dd84ca waitsendpay: indicate which channel direction the error was. 6 years ago
Christian Decker a5ed98a2ea misc: Add a bolt quote to the short_channel_id 6 years ago
Christian Decker 659a26ea5a misc: Update short_channel_id representation to use 'x' separators 6 years ago
Rusty Russell b7da41e674 bitcoin/signature: implement SIGHASH_SINGLE|SIGHASH_ANYONECANPAY for segwit. 6 years ago
Rusty Russell dffe2f516a signature: wrap almost all signatures in struct bitcoin_signature. 6 years ago
Rusty Russell bbc4a599dc bitcoin/script.h: assert the constants in the header are correct. 6 years ago
Rusty Russell a83e45fec2 bitcoin/signature: create/check tx sigs without mangling the tx. 6 years ago
Christian Decker e10cde3516 chainparams: Remove index from chainparams 6 years ago
Christian Decker f417dfa0e1 chainparams: Always retrieve chainparams by the chain_hash 6 years ago
Christian Decker 2d7e603ac1 chainparams: Move the BOLT2 quote to the chainparams where we set it 6 years ago
Christian Decker 8d95917e7c chainparams: Add max_funding_satoshi and max_payment_msat to chainparams 6 years ago
Rusty Russell 8340d8c070 secret_eq: remove in favor of constant time variant. 6 years ago
Rusty Russell 5cf34d6618 Remove tal_len, use tal_count() or tal_bytelen(). 6 years ago
Rusty Russell 289e39a0a3 bitcoin/pubkey: add pubkey_from_secret. 6 years ago
Rusty Russell fed5a117e7 Update ccan/structeq. 6 years ago
Rusty Russell 0e6c0dbba2 bitcoin: expose feerate_floor. 6 years ago
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