312 Commits (90ad541cd2a15249506ac497b7e2f4c5b69ed4c8)

Author SHA1 Message Date
lisa neigut a385d1de4c subtype: update parser to understand non-'$' csv output 6 years ago
lisa neigut 803b161d7e subtypes: add flag to include subtype wire functions to header file 6 years ago
lisa neigut e8a10b019d gen: move an error check to catch all instances of failure 6 years ago
lisa neigut 48078f7572 tlv: fixup deref for embedded structs on fromwire 6 years ago
lisa neigut 37d6545191 subtypes: add some parsing for subtypes, so that it passes 6 years ago
lisa neigut 94395c6a9a tlv: remove requirement of having tlv_name 6 years ago
lisa neigut de2fb7c9ef tlv: move tlv-specific message functions 6 years ago
lisa neigut 86a099a62f wire-gen: initial start on subtypes 6 years ago
lisa neigut e4658c241e tlv: break out TLVs into new subclass 6 years ago
Rusty Russell dc6d53e787 lightningd: don't bother pretty-printing JSON. 6 years ago
Rusty Russell 5009d628a3 lightning-cli: do pretty-printing. 6 years ago
Rusty Russell 0b484b111e gossipd: make more compact getchannels entries. 6 years ago
Rusty Russell 91849dddc4 wire: use struct node_id for node ids. 6 years ago
Rusty Russell fbb494fba3 devtools/create-gossipstore: clean up enough to pass check-source. 6 years ago
Rusty Russell 891ee20a59 tools/bench-gossipd.sh: rough benchmark for gossipd and the million channels project 6 years ago
lisa neigut ed1223492b tlvs: add methods for decodemsg utility 6 years ago
lisa neigut bad0ac6ed6 tlv: use `var_int`s for size of messages 6 years ago
lisa neigut 1213f44071 tlv: adapt to work with new output format 6 years ago
lisa neigut df9774c2be tlv: fixup FIXME -- remove comments + use includes 6 years ago
lisa neigut 5d8b059ccc tlv: free intermediate messages when they're created 6 years ago
lisa neigut 4afcc2e5a8 tlv: fixup parsing for multi-message tlv's 6 years ago
lisa neigut d0f50c8690 tlv: fail if parsed length doesn't match packet length 6 years ago
lisa neigut 28c3f9ca21 tlv: don't crash when you fail to parse the TLV 6 years ago
lisa neigut d8738452ed tlv: it's ok to be odd 6 years ago
lisa neigut b89ea071e8 tlv: allocate tlv structs from within 6 years ago
lisa neigut 5aea65b463 tlv: make message sizes u8 not u16 6 years ago
lisa neigut d6332997bd tlv: remove leading '_' from things 6 years ago
lisa neigut aba4e161ce tlv: calculate sizeof by measuring message length 6 years ago
lisa neigut 9a23a354fd tlv: consolidate basetype parsing 6 years ago
lisa neigut 6f2e70a6ac tlv: add fromwire_ methods for TLV structs 6 years ago
lisa neigut ef610dcab3 tlv: build tlv top-level structs 6 years ago
lisa neigut 18a23b31de tlv: add structs for message types to wire format .h's (header files) 6 years ago
lisa neigut 0b12d90c4a tlv: add tlv messages to general message set 6 years ago
lisa neigut 44d052e6c3 tlv: parse fields for tlv messages 6 years ago
lisa neigut d9904c95ab tlv: add tlv fields to enum declarations in implementation file 6 years ago
lisa neigut d51ad50032 tlv: add tlv field's type enums to header file 6 years ago
Christian Decker 3ce98ab7de wire: Allow non-u16 length variables in non-bolt wire formats 6 years ago
arowser 04c60175ca compatible posfix sh 6 years ago
Rusty Russell 73c02691a3 tools/built-release.sh: fix archives we produce. 6 years ago
Rusty Russell 66efcfa855 tools/repro-build.sh: do not turn on address-sanitizer by default. 6 years ago
Rusty Russell 1dcc482350 Update CHANGELOG.md for -rc2. 6 years ago
Rusty Russell dce58393cb build-release.sh: fix zipfile determinism. 6 years ago
Rusty Russell b2ae4f0fd7 tools/repro-build.sh: script to build an identical binary tarball. 6 years ago
Rusty Russell 9f6d5a3c47 tools/build-release.sh: make it work in a pristine clone. 6 years ago
Rusty Russell 6e44073bb0 tools/build-release.sh: make zipfile deterministic. 6 years ago
Rusty Russell 91fdfbe2f4 tools/build-release.sh: work around git status bug. 6 years ago
Rusty Russell 28f5da7b2f tools/generate-wire: use amount_msat / amount_sat for peer protocol. 6 years ago
Rusty Russell 7fad7bccba common/amount: new types struct amount_msat and struct amount_sat. 6 years ago
Rusty Russell 175c869b6b update-mocks: handle NO_NULL_ARGS and NON_NULL_ARGS functions. 6 years ago
Rusty Russell 2db84d6653 tools/check-setup_locale.sh: don't get caught by main in non-C files. 6 years ago