joinmarket: 0.9.4 -> 0.9.5
Notes - We can no longer test for `unknown error in JSON-RPC`. `jm-ob-watcher` now simply outputs `Starting ob-watcher`. Tested working on https://nixbitcoin.org/orderbook. - Removed Agora IRC server since it is offline semi-permanently. Should probably also be removed upstream. - Includes patch for https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/1193
This commit is contained in:
parent
2365163f4f
commit
4f74690292
6 changed files with 21 additions and 24 deletions
|
|
@ -108,10 +108,6 @@ let
|
|||
txfee = 200;
|
||||
};
|
||||
|
||||
# Disable restarting joinmarket-ob-watcher because it always fails
|
||||
# on non-synced mainnet nodes
|
||||
systemd.services.joinmarket-ob-watcher.serviceConfig.Restart = mkForce "no";
|
||||
|
||||
tests.nodeinfo = config.nix-bitcoin.nodeinfo.enable;
|
||||
|
||||
tests.backups = cfg.backups.enable;
|
||||
|
|
|
|||
|
|
@ -241,9 +241,8 @@ def _():
|
|||
|
||||
@test("joinmarket-ob-watcher")
|
||||
def _():
|
||||
# joinmarket-ob-watcher fails on non-synced mainnet nodes.
|
||||
# Also, it doesn't support any of the test networks.
|
||||
machine.wait_until_succeeds(log_has_string("joinmarket-ob-watcher", "unknown error in JSON-RPC"))
|
||||
assert_running("joinmarket-ob-watcher")
|
||||
machine.wait_until_succeeds(log_has_string("joinmarket-ob-watcher", "Starting ob-watcher"))
|
||||
|
||||
@test("nodeinfo")
|
||||
def _():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue