6057 Commits (443d95e487c3f265b245e4698645f18384074c21)
 

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