312 Commits (90ad541cd2a15249506ac497b7e2f4c5b69ed4c8)

Author SHA1 Message Date
Rusty Russell a8177e9013 Makefile: make check-includes check all the non-generated files. 4 years ago
Rusty Russell 5e865ce42b Makefile: unify generated files definition. 4 years ago
niftynei 82c0b48215 wires: towire/fromwire for wally_tx 4 years ago
Christian Decker 274540f556 repro: Allow dashes in the version number 4 years ago
Antoine Poinsot 2a9e847055 tools: remove headerversions.o on clean 4 years ago
Christian Decker fb4f4bff46 repro: Add config for ubuntu:20.04 4 years ago
Rusty Russell f7de4ac919 Makefile: fix missing dependencies for tools tests. 4 years ago
Rusty Russell 0e805427dc tools/generate-wire.py: strip trailing whitespace on lines, fix bolt quotes. 4 years ago
Rusty Russell c34c055d82 Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 4 years ago
Rusty Russell aa441e3b27 tools/generate-wire.py: fix loop logic for towire_xxx_array 4 years ago
Rusty Russell 897c53ce1c tools/generate-wire.py: fix loop logic for towire_xxx_array 4 years ago
Rusty Russell 76813d6f90 tools/generate-wire.py: fix varsize assignment. 4 years ago
Rusty Russell 390c6470ad configure: we don't need mako any more. 4 years ago
Rusty Russell b3d5220da5 tools/refresh-submodules.sh: don't exit, but wait if called in parallel. 4 years ago
Rusty Russell 1746406e41 Makefile: normalize all the Makefiles 4 years ago
Rusty Russell 2835cf8a43 tools/check-bolt: don't trigger ourselves. 4 years ago
Rusty Russell 8150d28575 Makefile: use generic rules to make spec-derived sources. 4 years ago
Christian Decker b71f6e8eaa repro: Skip confirmation of package installation in repro-build.sh 4 years ago
Matt Whitlock abbc712afb allow building without sqlite3 4 years ago
Rusty Russell dc8458d1e2 tools: fix comment in template. 4 years ago
ZmnSCPxj jxPCSnmZ 7f24646139 tools/hsmtool.c: Make password optional for `guesstoremote` and `dumpcommitments` commands. 4 years ago
joe.miyamoto 0b1f8fdbf0 Take LIGHTNINGD_NETWORK env variable in Dockerfile. 4 years ago
Christian Decker c0b30ac907 wiregen: Add enums for TLV types so we can call them by their name 4 years ago
ZmnSCPxj jxPCSnmZ 5d720536e2 Makefile: Install `tools/hsmtool` as `lightning-hsmtool`. 4 years ago
niftynei 175fcf381a psbt: have wally_tx serialization methods be legible for gen'd code 4 years ago
niftynei 185fe722be update-mocks: make it a bit easier to tell what step is happening 4 years ago
niftynei 76c57595c3 tools-make: add mock parser for clang ld output 4 years ago
niftynei 3640befc10 tools-make: also be quiet if --quiet is flagged 4 years ago
Rusty Russell dafaf854c5 bitcoin/tx_parts: infrastructure for partial bitcoin txs. 4 years ago
niftynei bf4cac7fb8 tx: strip out witscript 4 years ago
niftynei 66f59659a7 setup: add setup to make checks 4 years ago
Rusty Russell cfb320c972 wire: move remaining bitcoin functions out to bitcoin/ files. 4 years ago
Rusty Russell 197d1bcef2 wire: move towire/fromwire_short_channel_id out to bitcoin/short_channel_id.c 4 years ago
Rusty Russell ebb7daed49 tools/generate-wire.py: don't prettify headers. 5 years ago
Rusty Russell 0512e1a33e tools/generate-wire.py: add --include argument for putting #includes in spec-generated files. 5 years ago
Rusty Russell ae7485d2ac tools/generate-wire.py: don't define empty enums. 5 years ago
Rusty Russell b0c9059602 tools/generate-wire: no more lonely messages! 5 years ago
lisa neigut 251bae55d7 build: Update build-release.sh to remove i386 build 5 years ago
lisa neigut 9663d110d1 build: make non-parallel 5 years ago
Rusty Russell 490a819402 lightningd: add `blinding` and `enctlv` field to `struct route_hop`. 5 years ago
Rusty Russell 11c21f97a6 devtools/decodemsg: don't crash if we have multiple tlv options. 5 years ago
Vasil Dimov 3ce0552dd4 build: use locale-independent sort for mocks 5 years ago
Rusty Russell d9fc99ea39 channeld: simplify loading of pre-existing HTLCs. 5 years ago
Rusty Russell dd690553b8 channeld: handle onion messages. 5 years ago
Rusty Russell f76ab93df6 EXPERMENTAL_FEATURES: Import onion message types. 5 years ago
Rusty Russell c95e58ad4b subdaemons: initialize feature routines with explicit feature_set. 5 years ago
Vasil Dimov 89ceb273f5 wire: remove towire_double() 5 years ago
Ken Sedgwick 5c8f881a75
hsmd: Added fields to hsm_sign_remote_commitment_tx to allow complete validation. 5 years ago
Vasil Dimov 0e3fb5e590 build: use [[:space:]] instead of \s in regex 5 years ago
Vasil Dimov 55173a56b7 Use dedicated type for error codes 5 years ago