309 Commits (ad049c36c119d1e283ac270d73b60d811c509c59)

Author SHA1 Message Date
Christian Decker 2d45b13088 hsmtool: Make the backup copy in the same directory as the original 5 years ago
Vasil Dimov b2c4d5e952 build: fix developer mode compilation on FreeBSD 5 years ago
Rusty Russell eb6a768741 tools: don't use bytelength as array length for arrays in TLVs. 5 years ago
Rusty Russell 72aa315b5e lightningd: save the fee_states into the database. 5 years ago
lisa neigut dd34cccbea hsmtool: fixup miscount on params 5 years ago
Christian Decker 626675c83c tlv: Migrate tlv serialization to typesafe function 5 years ago
Christian Decker e12b5c3824 tlv: Add a typesafe serialization function for tlv namespaces 5 years ago
Christian Decker 5a78671d9f wire: Remove unused fromwire_tlvs 5 years ago
Christian Decker 69c17d2d31 wire: Let the TLV _is_valid function actually return validity 5 years ago
darosior 36e8d83a62 tools/hsmtool: correct bad access to argv[] 5 years ago
darosior e5e4958909 tool/hsmtool: add a 'guesstoremote' command 5 years ago
darosior 670f92002d tools/gen/impl_template: correct one-line for-loops indentation 5 years ago
darosior 5fb8e0aade tools/gen/impl_template: correct tlvs fromwire's for-loop 5 years ago
Christian Decker 2519f934aa tlv: Add validity check codegen for the tlv namespaces 5 years ago
Christian Decker 5794c83b4d tlv: Add typesafe fromwire codegen for TLV namespaces 5 years ago
Christian Decker 2255024ead tlv: Add raw fields so we can store unknown fields as well 5 years ago
darosior de91eda36d hsmtool: add a tool to dump commitment points and secrets 5 years ago
darosior dccad7784f tools/hsmtool: add a tool for encrypting hsm_secret 5 years ago
darosior 04762a1d38 tools/hsmtool: add a tool for decrypting hsm_secret 5 years ago
lisa neigut 6f85088b2b tools: add handy debug error 5 years ago
lisa neigut 3f1f075421 tools: add ability to wrap wire messages with ifs 5 years ago
Christian Decker ef7a63d8f8 elements: Move from a global is_elements to a global chainparams 5 years ago
Rusty Russell ccbc46a476 check-bolt: escape { and }. 5 years ago
trueptolemy 090a43fd3d gossip: Add the `struct exclude_entry` and `enum exclude_entry_type` 5 years ago
Rusty Russell 6a293fd135 tools/generate-wire.py: accept multiple comma-separated options. 5 years ago
Rusty Russell 51d7a1404f tools/check-bolt: don't get confused by 'BOLT #1' in middle of a comment. 5 years ago
Rusty Russell 17541e22a3 update-mocks: allow a function to specify that mock should not abort. 5 years ago
trueptolemy cdcafdaf74 API: `txprepare` now support mutiple outputs 5 years ago
Rusty Russell 11833192a1 tools: fix Makefile warning 5 years ago
darosior 77f34fad2b doc/Makefile: adapt 'check-manpages' to markdown 5 years ago
Rusty Russell 9dfc854d94 tools/Makefile: put all tools/ stuff here. 5 years ago
Rusty Russell 278b12982d tools/test/Makefile: disable unless we're in DEVELOPER mode. 5 years ago
Rusty Russell c74c1e56cc tools/test/Makefile: fix always-on generation of tools/test/gen_test.c 5 years ago
lisa neigut e99720344e wire-gen: ensure that tlv messages are correctly ordered 5 years ago
Rusty Russell 04a57ae4af doc/MAKING-RELEASES.md: update. 5 years ago
Rusty Russell 303c221641 tools/test/Makefile: we depend on tools/test/gen_test.h 5 years ago
Rusty Russell c0ba5879df tools/test: can't generate mocks until submodules checked out. 5 years ago
Rusty Russell dbb15b0045 Makefile: fix occasional race where we fail to compile tools/tests. 5 years ago
Rusty Russell 4b5cd5ff84 tools/generate-wire.py: only use 'struct node_id' in announcements. 5 years ago
Rusty Russell b10e0e08bb tools/generate-wire.py: add option to expose tlv_record_type 5 years ago
Rusty Russell 4f937ea1f0 fixup! FreeBSD: fix build. 5 years ago
Rusty Russell 9e5b9a31c9 FreeBSD: fix build. 5 years ago
Rusty Russell 3c3a89c483 tools/generate-wire.py: add test for implicit lengths. 5 years ago
Rusty Russell 3f8600e9c0 tools/generate-wire.py: handle implicit tlv length fields. 5 years ago
Rusty Russell c580225c38 wire: handle bigsize/varint fields. 5 years ago
Rusty Russell 2e68b88be8 tools: fix tlv generation 5 years ago
lisa neigut 42251cc5b9 bolt-gen: fixup subtype nested varsize definition 5 years ago
Rusty Russell b1738c5b89 tools: fix 32 bit compile error 5 years ago
Rusty Russell c5ae29d2b1 check: only check EXPERIMENTAL-tagged BOLT quotes if EXPERIMENTAL_FEATURES 5 years ago
lisa neigut 46cbca97ea bolt-gen: use 'enum' instead of 'e:' prefix for enums 5 years ago