2317 Commits (5a95e9f29a83e9d495bc53479c4235f2ff9ebe67)

Author SHA1 Message Date
Rusty Russell 709c98f539 logging: remove spaces from subsystem names. 5 years ago
Rusty Russell 24f708ee7b lightningd: kill per-peer daemons if they claim a different peer id. 5 years ago
Rusty Russell b210c9d91f lightningd: use a simple array for less memory usage. 5 years ago
Rusty Russell 39d537b495 lightningd: remove log_add functions. 5 years ago
Rusty Russell a83fd16840 lightningd: perform better log pruning. 5 years ago
Rusty Russell 0c6d8996fc lightningd: avoid keeping multiple copies of nodeid. 5 years ago
Rusty Russell 4fc498f901 lightningd: enable io logging on subdaemons iff we're going to print it. 5 years ago
Rusty Russell 0607f998d1 options: allow --log-level <level>:<prefix> for finegrained log control. 5 years ago
Rusty Russell ef7a820ab1 log: make formatting more consistent. 5 years ago
Rusty Russell 86fb54a33b lightningd: remove per-peer log book. 5 years ago
Rusty Russell 3270e5c843 lightningd: move log structs into log.c. 5 years ago
Rusty Russell 00cb5adfe6 common: allow subdaemons to specify the node_id in status messages. 5 years ago
Rusty Russell e433d4ddc1 lightningd: have logging include an optional node_id for each entry. 5 years ago
Rusty Russell 4fa7b30836 lightningd: have optional node_id associated with subdaemons. 5 years ago
Rusty Russell 7f0a36600a lightningd: fix uninitialized variable 5 years ago
darosior f075b87137 bitcoind: remove the chainparams member 5 years ago
Rusty Russell 323e4f6288 dev: add option to prevent HTLC timeouts. 5 years ago
Rusty Russell 0211712f5e sphinx: separate nonfinal from final interface, add tlv option. 5 years ago
Rusty Russell c83834ca82 lightningd: expose/accept "style" parameter in routes. 5 years ago
Rusty Russell 997e3f7fe6 lightningd: move json_add_route into gossip_control.c and make static. 5 years ago
Rusty Russell 3a25e9b8d6 gossipd: add hop-style to nodes to mark whether they speak TLV onion. 5 years ago
Rusty Russell 2a2259083a lightningd: handle tlv-style payloads. 5 years ago
Rusty Russell a76518a029 common/sphinx: rename hop_data to hop_data_legacy. 5 years ago
lisa neigut 28cdccfb11 dev: add option flag for specifying temporary channel id 5 years ago
lisa neigut a333df449a listpeers: show close_to address 5 years ago
lisa neigut 963a1da958 addr: handle P2SH/P2PKH in scriptpubkey encoding 5 years ago
darosior a0df49718a lightningd/jsonrpc: Add a 'rpc_command' hook 5 years ago
darosior dd10b543da lightningd/json: Add a json helper to append any jsmn token to a stream 5 years ago
gorazdko 122fc1f26f config file: fix line count in error message 5 years ago
Rusty Russell f4d888ec7e lightningd: obscure sensitive bitcoin args when bitcoind unreachable. 5 years ago
Rusty Russell fe17acf07b TAGS: reformat to fix when PRINTF_FMT() used. 5 years ago
gorazdko 35ee800b6e json-rpc: show lightning-dir in getinfo 5 years ago
Rusty Russell 21d2cc663b lightningd: apply feerate changes correctly. 5 years ago
Rusty Russell 61e1d6431c pytest: stress fee_update code, trigger bug. 5 years ago
darosior f89d7c1d74 hsm encryption: correct salt length 5 years ago
darosior 3c038e4171 hsm encryption: don't include '\n' when deriving the encryption key 5 years ago
lisa neigut 422b4502d3 funding: add RPC arg to specify a 'close_to' address 5 years ago
Rusty Russell e5d9c7effc lightningd: checkmessage can intuit pubkey in some cases. 5 years ago
Rusty Russell 1f0b86e575 lightningd: add checkmessage JSON command. 5 years ago
Rusty Russell 3955ddfce6 lightningd: add zbase32 encoding to signmessage 5 years ago
Rusty Russell fc9a2a5dba lightningd: add signmessage JSON command. 5 years ago
Rusty Russell ca53c1b699 gossipd: push our own gossip messages harder. 5 years ago
darosior 744b727206 plugin_control: halve the timeout delay 5 years ago
darosior 362775bc02 plugin: unregister hooks a plugin registered while freeing it 5 years ago
darosior 1e7b332716 plugin_control: don't assume plugin exists on error 5 years ago
Rusty Russell bd55f6d940
common/features: only support a single feature bitset. 5 years ago
Rusty Russell 9485919a81 queries: make sure scids are in order. 5 years ago
lisa neigut af4ffe5fcd dev-forget-channel: accept passing in channel_id 5 years ago
lisa neigut c6338573d6 nits: align codes 5 years ago
darosior 6f9030168e lightningd: prevent hsmd from interpretating an encrypted hsm_secret as not encrypted 5 years ago