336 Commits (6b11cc8b8c0273202c459490fb0628e3b781431c)

Author SHA1 Message Date
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
Christian Decker 5325ff6352 json-rpc: Don't let users send messages that are handled internally 5 years ago
Rusty Russell aa6aad0131 common: add struct onionreply 5 years ago
Vasil Dimov fb7c006187 wire: add towire_int() and use it in connectd 5 years ago
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