332 Commits (1393e187f924c525e0129b3ef7917d8a7e8a0aa2)

Author SHA1 Message Date
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
Rusty Russell e857229de4 tools: make build-release more friendly. 6 years ago
Rusty Russell 1567238dd9 invoice: option to expose/not-expose private channels. 6 years ago
Rusty Russell 26dda57cc0 utils: make tal_arr_expand safer. 6 years ago
Rusty Russell 0d5f0d79da build: allow building from source zip file. 6 years ago
Wladimir J. van der Laan c57e63b31d tools: Add missing unistd.h header 6 years ago
Nicolas Dorier f9f4ed8e11 [Docker] Make sure lightningd receive SIGTERM 6 years ago
Rusty Russell 819078fe18 param: make command_fail/command_success WARN_UNUSED_RESULT. 6 years ago
Christian Decker 05dc095ebc mocks: Fix the mocks generation fix 6 years ago
Christian Decker c5d77c391a mocks: Drop invalid __sentinel__ value in generated mocks 6 years ago
Rusty Russell 31a375af53 lightningd: add runtime checking for all system-provided libs. 6 years ago
Rusty Russell 2a90325e80 Makefile: add dependency on external header versions. 6 years ago
Rusty Russell 22526911cb tools/generate-wire.py: allocate array members off array in fromwire. 6 years ago
Rusty Russell d4f164eb39 Release: add helper script for release, and checklist for the process. 6 years ago
Rusty Russell ad2519a6f4 spelling: Check LockTime Verify. 6 years ago
Rusty Russell 96f05549b2 common/utils.h: add tal_arr_expand helper. 6 years ago
lisa neigut 3ce53ab9ed tools/gen-wire: 3th -> 3rd 6 years ago
Rusty Russell 61c6b8b25a tools/generate-wire.py: mark your_last_per_commitment_secret as a struct secret. 6 years ago
Fabian Raetz 700a0d702d replace use of non standard mv -n flag 6 years ago
practicalswift 9d9a9523d0 Use snprintf(...) instead of sprintf(...) 7 years ago
Rusty Russell 5cf34d6618 Remove tal_len, use tal_count() or tal_bytelen(). 7 years ago
Rusty Russell 93cf28553d devtools/decodemsg: add --onion option for decoding onion errors. 7 years ago
Rusty Russell d241bd762c connectd: don't use gossip_getnodes_entry. 7 years ago
William Casarin f8fa4213f1 tools: use /usr/bin/env bash instead of /bin/bash 7 years ago
Rusty Russell 232b330284 tools/generate-wire.py: simple scheme to autoindent. 7 years ago
Rusty Russell 6758062a56 tools/generate-wire.py: remove ugly blank lines after for loops 7 years ago
Rusty Russell ab28972aee tools/generate-wire.py: style cleanups. 7 years ago
Rusty Russell e217bc1220 per-commit-secret is a struct secret, not a sha256. 7 years ago
Rusty Russell ac4c6b1a82 tools/generate-wire.py: support for optional fields, with ? before typename. 7 years ago
Jan Sarenik 9f519afc5d tools/check-includes.sh: shellcheck recommended fixes 7 years ago
Rusty Russell c02ff11506 print_wire: hand field names to print routines. 7 years ago