11 Commits

Author SHA1 Message Date
jholdstock
8b6b2e4fef config: Deprecate --configfile.
This removes the --configfile option from vspd. It introduced quite a
few weird edge cases (and a fair bit of code to deal with them) but
afaik nobody actually used it. Note that the --homedir option stays, so
it is still possible to run vspd with config in a non-default location
if required.
2024-05-21 08:44:59 +01:00
jholdstock
57864ae58f main: POSIX compliant shebang for locating bash.
Improve portability of run_tests.sh and harness.sh by using the POSIX
compliant shebang for locating bash.
2023-09-19 17:59:07 +01:00
Jamie Holdstock
913b38bf14
Configurable harness directory. (#309)
Add a -r flag to the harness script which enables the default root directory to be changed.
2021-11-29 14:34:47 -05:00
Jamie Holdstock
d1a838bf7f Add vspclosedmsg config.
If vspclosed is set to true, the provided message will be displayed on the webpage and returned by the status API endpoint.
2021-06-10 09:45:22 +08:00
David Hill
c83a2a0085
rpc: verify dcrwallet's have --manualtickets set. (#187) 2020-09-25 09:55:53 +01:00
jholdstock
1e3fe1b669 harness: Use stdin to create wallets 2020-08-17 19:14:30 +00:00
jholdstock
6cc246ceea Configure RPC auth per wallet host. 2020-07-30 18:26:01 +00:00
jholdstock
600cd7bf9b Use modern logo and colours. 2020-06-18 20:18:17 +00:00
jholdstock
144060c3cb Add adminpass config item. 2020-06-08 15:24:49 +00:00
jholdstock
fb4dd039d8 Prompt before wiping harness directory 2020-06-03 15:46:57 +00:00
jholdstock
fb6ea54f15 Add tmux test harness. 2020-06-03 12:50:16 +00:00