202 Commits (0ac91b4f99a6c1b1e6a8b4a5d1262416cff01959)

Author SHA1 Message Date
Saibato f6006f43a9 Init commit to be able to create a tor static service on the fly. 5 years ago
Rusty Russell 7f36a4e3dd lightningd: fix reference to out-of-scope var. 5 years ago
Christian Decker c84473f82c hsm: Stabilize the hsm encryption and decryption tests 5 years ago
Rusty Russell 14997f6237 lightningd: fix handling of truncated config options. 5 years ago
Rusty Russell 747bb99575 lightningd: keep pid files in top-level config dir. 5 years ago
Rusty Russell e3dbd78536 config: explicitly disallow nonsensical options. 5 years ago
Rusty Russell a56f2b25b0 common: parse --allow-deprecated-apis extremely early. 5 years ago
Rusty Russell d512bcb85f lightningd: automatically move files for existing deployments. 5 years ago
Rusty Russell aab83e729b lightningd: change config-dir from plugin / wallet / hsm POV into <network> subdir 5 years ago
Rusty Russell dc23c308e4 config: Read both top-level and network-subdir config files. 5 years ago
Rusty Russell 8b1aa3ef8b lightningd: move basic parameter parsing into common/configdir 5 years ago
Rusty Russell 34c89cb226 config: Add include directive support. 5 years ago
Rusty Russell 0607f998d1 options: allow --log-level <level>:<prefix> for finegrained log control. 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
lisa neigut 28cdccfb11 dev: add option flag for specifying temporary channel id 5 years ago
gorazdko 122fc1f26f config file: fix line count in error message 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
darosior a698395bf0 lightningd: '--encrypted-hsm', a new startup option 5 years ago
darosior 65479ab308 config: make config_dir absolute 5 years ago
Saibato b3a6279392 Allow --announce-addr to work also with autotor: prefix 5 years ago
Christian Decker d5f0c08a88 elements: Remove global is_elements variable in favor of chainparams 5 years ago
Christian Decker ef7a63d8f8 elements: Move from a global is_elements to a global chainparams 5 years ago
Christian Decker a300dea7e6 elements: Global variable whether we are running on elements 6 years ago
Saibato 1b9cec8e91 Don't exit w/ INTERNAL_ERROR, if --addr or --bind-addr is used with an .onion address 5 years ago
Saibato 0f9ba53581 Add enable-autotor-v2 config variable 5 years ago
Rusty Russell d24c850899 gossipd: restore a flag for fast pruning 5 years ago
Christian Decker 5953a5051c cli: Add command line option to specify the wallet location 5 years ago
Rusty Russell 147eaced2e developer: consolidiate gossip timing options into one --dev-fast-gossip. 5 years ago
Rusty Russell a988ded3fa lightningd: fix case where config file overrides lightning-dir. 5 years ago
Rusty Russell 6901732ee0 lightningd: create --list-features-only which lists what features we support. 5 years ago
Rene Pickhardt 8e7428da53 Added possibility to configure max_concurrent_htlcs value for our channels. Eclaire has a default of 30 and I thought why not going with their value and while doing so make it configureable. 5 years ago
Rusty Russell 979fbeb3b0 lightningd: simplify --daemon. 5 years ago
Rusty Russell 4c9bfa351a lightningd: handle --version before trying to move to lightning-dir. 5 years ago
Rusty Russell fd63b8bf53 lightningd: chdir as soon as we know lightning dir. 5 years ago
Rusty Russell 39e8e98b49 options: make option registration a single function. 5 years ago
Rusty Russell f68c9fa9c9 opt: make sure early cmdline options override config file. 5 years ago
Rusty Russell 0b5b1faff5 common/configdir: simply supply defaults, leave parsing to programs. 5 years ago
Simon Vrouwe 7c270e299b lightningd: improve description of dev-no-reconnect option 5 years ago
Karl-Johan Alm 918e130448 add signet support 5 years ago
ZmnSCPxj bb301040e4 lightningd/options.c: Add option for setting how long to keep trying bitcoin-cli command. 5 years ago
Rusty Russell 1e6eabf018 developer: add --dev-force-channel-secrets. 5 years ago
Rusty Russell d59e2b1b4b developer: add --dev-force-bip32-seed to force a specific BIP32 seed. 5 years ago
Rusty Russell 07adb7efd6 developer: add --dev-force-privkey to allow setting a specific node key. 5 years ago
lisa neigut 5c07afac7d bolt: update to BOLT spec changes (extract format + type specifications) 5 years ago
Rusty Russell bb7bbd03c5 lightningd: have json_stream_success start the "result" object. 5 years ago
Rusty Russell 220449e1cd ccan: import ccan/json_out and ccan/json_escape. 5 years ago
darosior 323adb467a jsonrpc: Add a category field to commands. 5 years ago
Rusty Russell cb9c44ef27 gossipd: remove unnecessary dev_unknown_channel_satoshis arg. 6 years ago