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

Stan notifications at github.com
Wed Jul 15 13:59:24 UTC 2020


@ghubstan commented on this pull request.



> +            if (rmBitcoinRegtestDir.run().getExitStatus() != 0)
+                throw new IllegalStateException("Could not clean bitcoind regtest dir");
+
+        } catch (IOException | InterruptedException ex) {
+            throw new IllegalStateException("Could not clean dao-setup files from " + buildDataDir, ex);
+        }
+    }
+
+    private void installBitcoinConf() {
+        // We write out and install a bitcoin.conf file for regtest/dao mode because
+        // the path to the blocknotify script is not known until runtime.
+        String bitcoinConf = "\n"
+                + "regtest=1\n"
+                + "[regtest]\n"
+                + "peerbloomfilters=1\n"
+                + "rpcport=18443\n"

Oops.  Fixed it and two other hardcoded configs in commit cf3b545.

-- 
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_r455073155
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200715/8c9ac645/attachment.html>


More information about the bisq-github mailing list