bisq/apitest/scripts
ghubstan bcf1b3b836
Fix find pid on OSX
The trade simulation scripts check that bitcoind, seed node,
arbitration node, and bob & alice nodes are running at startup,
but the bash pgrep command used to find the PIDs does not work on
OSX (my darwin20), so an adjustment was made to the env script to
find java PIDs with ps and awk if running on OSX.

Two additonal startup checks were added: make sure the script is
running on supported OS (Linux or OSX), and bitcoin-cli is in
the PATH.

Also removed usage error text about registering dispute agents.
The scripts do that now.
2021-02-04 19:16:19 -03:00
..
editf2faccountform.py Add api trade simulation scripts 2021-01-19 13:46:55 -03:00
get-bisq-pid.sh Fix codacy problem in bash script 2020-07-14 12:21:13 -03:00
limit-order-simulation.sh Make executetrade simulation more realistic 2021-01-29 18:04:02 -03:00
mainnet-test.sh Add CoreHelpService gRPC stubs and test case 2021-01-14 10:22:14 -03:00
rolling-offer-simulation.sh Remove DONE flag 2021-01-29 18:13:34 -03:00
trade-simulation-env.sh Fix find pid on OSX 2021-02-04 19:16:19 -03:00
trade-simulation-utils.sh Explain 'payment sent' implies 'funds deposited' 2021-02-03 12:11:33 -03:00
trade-simulation.sh Make executetrade simulation more realistic 2021-01-29 18:04:02 -03:00
version-parser.bash Replace hardcoded version with Version.java value 2020-09-22 14:45:21 -03:00