6058 Commits (fea7e10e159a161a6ca10ff02d87c114dcea4a6b)
 

Author SHA1 Message Date
Rusty Russell fea7e10e15 lightningd: make callers of channel_set_owner do reconnection. 5 years ago
Rusty Russell 443d95e487 lightningd: call disconnect notifier if other side disconnected. 5 years ago
Kristaps Kaupe d02496b89b Return output idx for a funding tx in a channel information in listfunds 5 years ago
Karl-Johan Alm 2309951eda docs: add entry to CHANGELOG about signet addition 5 years ago
Rusty Russell b1738c5b89 tools: fix 32 bit compile error 5 years ago
darosior 5dee59e969 Plugins: update the doc and add a changelog bragline about 'invoice_payment' notification 5 years ago
darosior 34533ead68 Plugins: Add a test for the 'invoice_payment' notfication 5 years ago
darosior b5bb7f191f Plugins: Add a notification for invoice payment 5 years ago
sskender 2235d3b9d7 Update INSTALL.md 5 years ago
darosior 97ff855f5a Install python3-mako in the Dockerfile 5 years ago
Rusty Russell 6c335dfcc6 plugins: don't crash if getmanifest times out. 5 years ago
ZmnSCPxj 559e3f35a6 devtools/: Ignore mkcommit and mkfunding executables. 5 years ago
tasoshi 1af8d9ebdb lightningd/chaintopology: log_debug on broadcasting error (#2792) 5 years ago
Rusty Russell d551b125cc Makefile: make extract-experimental-bolt-csv check out the BOLTVERSION. 5 years ago
Rusty Russell 837530514a Makefile: make wire generated CSV depend on config. 5 years ago
Rusty Russell c5ae29d2b1 check: only check EXPERIMENTAL-tagged BOLT quotes if EXPERIMENTAL_FEATURES 5 years ago
lisa neigut 46cbca97ea bolt-gen: use 'enum' instead of 'e:' prefix for enums 5 years ago
lisa neigut b6d4c372bb bolt-gen: fix broken 'exposed subtype' generation 5 years ago
lisa neigut 068496298c bolt-gen: rm unused bolt-generator; rename new bolt generator 5 years ago
lisa neigut 32eaae0cb9 wire-gen: move in-house wire delcarations to new format 5 years ago
lisa neigut 236d26308f bolt-gen: make optional 'assignable' fields work 5 years ago
lisa neigut ff82c918a5 bolt-gen: formatting cleanups 5 years ago
lisa neigut 316edb39a4 bolt-gen: for wire messages, print out optional fields (if present) 5 years ago
lisa neigut 40154b35f0 bolt-gen: make needs-context not recursive 5 years ago
lisa neigut b30d7d26ea bolt-gen: handle enums 5 years ago
lisa neigut cfd56d86ee bolt-gen: keep single instance of type_obj per type 5 years ago
lisa neigut 009e9dc945 bolt-gen: neaten up generated comments 5 years ago
lisa neigut 7f5ba35e95 bolt-gen-tests: namespace test tlv's under test_ 5 years ago
lisa neigut 281b4c241e bolt-gen: fixup the devtool/decodemsg printing facility 5 years ago
lisa neigut cedebfd2d9 bolt-gen: add truncated uint support for TLV fields 5 years ago
lisa neigut 4261e508a9 bolt-gen: add TLV support 5 years ago
lisa neigut 79f13fa429 bolt-gen: add compilation tests 5 years ago
lisa neigut 12125ec8dc bolt-gen: small cleanups 5 years ago
lisa neigut f2819ba7d8 bolt-gen: remove 'is-optional' qualifier from msg field 5 years ago
lisa neigut 96bf7aead5 bolt-gen: handle variable-sized and optionals 5 years ago
lisa neigut 181e1916b2 bolt-gen: add field optional handling 5 years ago
lisa neigut ade594e941 bolt-gen: add 'top-line' file comments to output 5 years ago
lisa neigut fe3f4f52a0 bolt-gen: handle csv inline comments 5 years ago
lisa neigut d7a68b75f1 bolt-gen: fixup broken subtype parsing 5 years ago
Rusty Russell 2524aeac3a travis: reduce parallelism for valgrind 5 years ago
lisa neigut 1044e37fee bolt-gen: use ordered-dict for fields 5 years ago
Karl-Johan Alm 918e130448 add signet support 5 years ago
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