202 Commits (0ac91b4f99a6c1b1e6a8b4a5d1262416cff01959)

Author SHA1 Message Date
Rusty Russell 85f1a9b825 lightningd: append (as much as we can) version into default name if DEVELOPER=1 7 years ago
practicalswift f15868a94d Remove unused function json_dev_broadcast(...) 7 years ago
libbitc c360cb7b1f Add option to specify pid file 7 years ago
Rusty Russell eb17d6af71 lightningd: implement --daemon. 7 years ago
Rusty Russell c01f3267d5 common: only log io if they set --debug-subdaemon-io=<daemon> or with SIGUSR1. 7 years ago
windsok 26957fce07 update max-locktime-blocks description to be accurate 7 years ago
Rusty Russell 91a22dc496 jsonprc: make json_get_params() fail the command, for better error reporting. 7 years ago
Rusty Russell 327e2b8fd8 JSONRPC: listconfigs command. 7 years ago
Rusty Russell 0600aac68f lightningd: rename --no-reconnect to --dev-no-reconnect. 7 years ago
Rusty Russell bd3480dc9c lightningd: remember --log-file arg. 7 years ago
Christian Decker 70514d1e95 cli: Add rpcuser, rpcpassword and rpcconnect to bitcoind 7 years ago
windsok de5d78a359 update references to sat/kb to sat/kw 7 years ago
practicalswift 689db5b7c1 Onboarding: Make log output texts friendlier to new users 7 years ago
Christian Decker 92ce3d5e8d opts: Declare --port to be an early arg 7 years ago
Luca Vaccaro af26c91a2c Add litecoin testnet support 7 years ago
practicalswift 2f179fb6cb Don't greet new users with an error message 7 years ago
Christian Decker 97447dd4c4 options: Dropping default base_fee for mainnet to 1 satoshi 7 years ago
Rusty Russell 4f1dc91ba5 lightningd: rename --deprecated-apis to --allow-deprecated-apis. 7 years ago
Rusty Russell 1f6392fa83 lightningd: --deprecated-api option to turn off deprecated APIs. 7 years ago
Rusty Russell 79dc44713b channeld: --ignore-fee-limits as a hack for fee disparities. 7 years ago
Christian Decker 0419688b0c gossip: Added --channel-update-interval argument 7 years ago
Rusty Russell 8cf97e904d lightningd: remove unused "forever_confirms" parameter. 7 years ago
Rusty Russell 7e0bc88e2a gossip: fix default broadcast interval, move option. 7 years ago
ZmnSCPxj c572c3bbee lightningd: Add --test-daemons-only option. 7 years ago
practicalswift 84dd65485c Remove duplicate includes 7 years ago
Rusty Russell 6b9c525f35 lightningd: use env var not cmdline to suppress backtrace. 7 years ago
Rusty Russell e64320c76c options: suppress "leak" from opt_table allocation. 7 years ago
Christian Decker 67c6d4d1f1 opts: Change alias to be u8*, better matches the unicode nature 7 years ago
Rusty Russell b00525b8c8 options: don't leak memory when people override options. 7 years ago
ZmnSCPxj 7c09b6f478 Load defaults for purpose of help. 7 years ago
Rusty Russell f1e4cad9d4 feerate: use u32 everywhere. 7 years ago
Rusty Russell 88af0f5bf8 tests: change --override-fee-rate to --override-fee-rates and use in tests. 7 years ago
Rusty Russell c14b159166 lightningd: remove --deadline-blocks option. 7 years ago
Rusty Russell 71e794a046 lightningd: split ctlv_expiry and final_cltv. 7 years ago
Rusty Russell bc9918ad46 dev: option not to do backtracing. 7 years ago
Rusty Russell a7d6326bef type_to_string: format wireaddr. 7 years ago
Rusty Russell 78cd25d620 ipaddr: rename to wireaddr. 7 years ago
Rusty Russell 4bd0352951 lightningd: try to figure out our own IP automatically. 7 years ago
Rusty Russell 329269d9d0 lightningd: support multiple addresses. 7 years ago
Rusty Russell 3c6eec87e3 Add DEVELOPER flag, set by default. 7 years ago
Rusty Russell b6a2b8c58b Add --rgb and --alias options. 7 years ago
Rusty Russell 7f38943956 options: show the default network setting in --help. 7 years ago
Rusty Russell c3bed51b2d test_lightningd.py: make HSM seeds constant for tests. 7 years ago
Rusty Russell e11553fc55 lightningd: expose ipaddr parsing. 7 years ago
Christian Decker 359c83b855 options: Move non-legacy options into options.c 7 years ago
Christian Decker 48796f4f39 cli: Add --no-reconnect cli flag 7 years ago
Rusty Russell ec63c0d10b lightningd: give option to crash if a subdaemon fails. 7 years ago
Christian Decker 6d1bcc2c32 Removing the --ignore-dbversion option 7 years ago
Christian Decker 1047e891b7 cleanup: Remove IRC flags from default options 7 years ago
Rusty Russell 40fc95921d Cleanup: remove unused IRC flag. 7 years ago