332 Commits (3b7d0e7a620486604b0143f79ee91b89ea543cb8)

Author SHA1 Message Date
Antoine Poinsot 45bb1bfa3c hsmd: cleanup encrypted hsm_secret detection 4 years ago
Antoine Poinsot d2a903992c hsmd: regroup hsm_secret decryption logic 4 years ago
Antoine Poinsot c6bc22b0f5 hsmd: group hsm_secret encryption 4 years ago
Antoine Poinsot a441485a35 lightningd: regroup hsm_secret password input logic 4 years ago
Antoine Poinsot 917f78a4f8 lightningd: group hsm_secret encryption key derivation 4 years ago
Antoine Poinsot 56c223886c lightning: confirm password on hsm_secret encryption 4 years ago
Antoine Poinsot 38204f9b6d hsmtool: use errx() instead of err() everywhere 4 years ago
Antoine Poinsot 19afe15968 hsmtool: only write 32 bytes to hsm_secret on generatehsm 4 years ago
Antoine Poinsot aa2586a45a pytest: reproduce issue #4302 4 years ago
Antoine Poinsot dd1def335c hsmtool: reuse read_stdin_pass for `generatehsm` passphrase 4 years ago
Antoine Poinsot 1513a2d07e hsmtool: input encryption password from stdin 4 years ago
niftynei 1ca2c66c54 make: have `git submodule update` be recursive 4 years ago
Rusty Russell a11edebb7c utf8: handle UTF-8 arrays. 4 years ago
Rusty Russell ff8830876d wire/tlvstream: add tlv_make_fields helper to populate ->fields array. 4 years ago
Rusty Russell 5c167d16ab tools/generate-wire.py: use helpers. 4 years ago
Rusty Russell dc83e64003 tools/generate-wire: don't use void * pointers for tlv fromwire. 4 years ago
Rusty Russell 68c6ae67b3 external/Makefile: fix parallel build with missing secp headers. 4 years ago
Antoine Poinsot 09fb34c6f3 hsmtool: add a 'testnet' option to 'dumponchaindescriptors' 4 years ago
Antoine Poinsot 9f8e2e0502 tools: add a new 'dumponchaindescriptors' command to hsmtool 4 years ago
positiveblue fa1483a00d `hsm_secret` generation from a seed-phrase 4 years ago
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