6016 Commits (ff2bfe3bdb7563ab88c3ae01018e8610448ab66a)
 

Author SHA1 Message Date
Karl-Johan Alm ff2bfe3bdb dynamically generate string of network names 5 years ago
ZmnSCPxj bb301040e4 lightningd/options.c: Add option for setting how long to keep trying bitcoin-cli command. 5 years ago
Rusty Russell e737fe72d6 wire: add bigsize parsing tests. 5 years ago
Rusty Russell 3477034657 tests: add test for tlvstream (from BOLT 1 test vectors). 5 years ago
Rusty Russell 7cf0006c78 wire/tlvstream: routines to marshal/unmarshal TLV streams. 5 years ago
Rusty Russell 95d9377cfe wire: tlv base type handling. 5 years ago
Rusty Russell 54790c17ea wire: rename var_int to bigsize, and insist on minimal. 5 years ago
Kristaps Kaupe 868bde5e00 Add missing return fields to the manpage of listforwards 5 years ago
Rusty Russell b3215a866b gossipd: fix inverted test in debug print. 5 years ago
darosior 7984a55339 doc: Add hooks to the 'getmanifest' example in PLUGINS.md 5 years ago
Rusty Russell 0eda6a5ce7 devtools/mkcommit: cleanups. 5 years ago
Rusty Russell 63d5c7fc1f devtools/onion: allow setting the hop_data. 5 years ago
Rusty Russell b9ea1165c4 devtools/onion: allow setting the associated data. 5 years ago
Rusty Russell 1b8adabd4f devtools/onion: fix --decode 5 years ago
Rusty Russell cd6d0ccde7 openingd: round *down* for reserve amount. 5 years ago
Rusty Russell 12d8be4fdc devtools: have mkcommit support HTLCs. 5 years ago
Rusty Russell 8b09a9ad06 devtools: add mkfunding and mkcommit. 5 years ago
Rusty Russell 1e6eabf018 developer: add --dev-force-channel-secrets. 5 years ago
Rusty Russell 5879f6b4e0 devtools/gossipwith: expose the INIT messages. 5 years ago
Rusty Russell 1036f98613 devtools/gossipwith: allow setting the secret key. 5 years ago
Rusty Russell af535bf5ff devtools/gossipwith: allow interaction. 5 years ago
Rusty Russell d59e2b1b4b developer: add --dev-force-bip32-seed to force a specific BIP32 seed. 5 years ago
Rusty Russell 07adb7efd6 developer: add --dev-force-privkey to allow setting a specific node key. 5 years ago
Rusty Russell fb6870c139 param: implement helpers for multiplex commands. 5 years ago
lisa neigut eaa19f23fa bolt: update to latest RFC lightning-rfc:ffeece 5 years ago
lisa neigut 81c40da3b5 bolt: update to lightning-rfc:636b9f, change opcode reference format 5 years ago
lisa neigut 85e325cb1f bolt: update to lightning-rfc:6f6ea63233c new fundamental types 5 years ago
lisa neigut 5c07afac7d bolt: update to BOLT spec changes (extract format + type specifications) 5 years ago
lisa neigut 6c240ab589 bolts: new parsing script and templates for new bolt format 5 years ago
lisa neigut 01e292a3ff Travis: use inline mako install 5 years ago
lisa neigut 118caae45b tools: simplify check 5 years ago
lisa neigut 254ee8a5d3 bolt-spec: bring up to date at 309e86d471faf90c1f6c531701c16887684badb9 5 years ago
Juraj Bednar ab52638f93 Fix typos and options 5 years ago
Rusty Russell 068b593d98 plugins/pay: fix crash when we reach retry timeout. 5 years ago
Christian Decker 53488e5739 pytest: Strengthen the htlc_accepted tests 5 years ago
lisa neigut a6516f477b bash-completion: include underscores 5 years ago
lisa neigut 4638995037 tests: log funder_faileds as unusual not broken 5 years ago
Rusty Russell 789d14299b pytest: mix up order of cancel vs complete in test_funding_cancel_race 5 years ago
Rusty Russell ee8edfe6a6 pytest: severely reduce scope of test_funding_cancel_race under valgrind. 5 years ago
Rusty Russell 9fdcb1a122 openingd: remove unnecessary is_err flag. 5 years ago
Rusty Russell 280bd60988 lightningd: allow multiple cancels on a single fundchannel command. 5 years ago
Rusty Russell 4b1a300ee3 lightningd: fix fundchannel_complete race. 5 years ago
Rusty Russell 13dbe6e74b pytest: stress test funding_cancel vs funding_complete 5 years ago
Rusty Russell 2945b25b57 onchaind: don't free proposal, correctly check it's not resolved in billboard. 5 years ago
Rusty Russell e746e9c202 onchaind: fix resolution detection of complex outputs. 5 years ago
trueptolemy 6deed77d88 bitcoind: confirm chain with bitcoin-cli at the beginning 5 years ago
trueptolemy 285da33e9e Chainparam: Add 'bip70_name' field for blockchain 5 years ago
trueptolemy a594196c7c bitcoin-cli: rename bcli_args() to bcli_args_direct(), and also warp it in bcli_args() 5 years ago
Rusty Russell c95b4eedf4 gossipd: fail clearly if we can't open/create gossip_store. 5 years ago
darosior 7ea5c5c00f Pylightning: allow to set description and long description manually 5 years ago