[bisq-network/bisq] Add API test harness for Linux (#4366)

Stan notifications at github.com
Fri Jul 17 20:29:15 UTC 2020


@ghubstan commented on this pull request.



> +# This file is overwritten by ApiTestConfig.java at startup, to set the correct blocknotify script path.
+regtest=1
+
+[regtest]
+peerbloomfilters=1
+rpcport=18443
+
+server=1
+txindex=1
+
+# TODO migrate to rpcauth
+rpcuser=apitest
+rpcpassword=apitest
+
+# The blocknotify path will be defined and at runtime.
+# blocknotify=bash ~/.bitcoin/blocknotify %

Passing all `bitcoind` parameters inline is cleaner.  It's one less file the test harness has to write & install, and the `bitcoind` configuration is clearly visible in the 'apitest' logfile.   Fixed in commit f7d8c0e.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4366#discussion_r456659445
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200717/63f152c6/attachment.html>


More information about the bisq-github mailing list