done
Some checks are pending
Codacy Coverage Reporter / Publish coverage (push) Waiting to run

This commit is contained in:
Kewbit 2025-07-08 22:33:56 +07:00
parent dd453adbd5
commit 707e3bb008
3 changed files with 9 additions and 9 deletions

View file

@ -5,10 +5,15 @@ name: CI
on:
workflow_dispatch:
push:
pull_request:
paths-ignore:
- '**/README.md'
push:
tags:
- 'v*.*.*'
permissions:
contents: write
jobs:
build:
@ -162,8 +167,4 @@ jobs:
${{ github.workspace }}/release-macos/haveno-v${{ env.VERSION }}-macos-installer.dmg
${{ github.workspace }}/haveno-v${{ env.VERSION }}-macos-SNAPSHOT-all.jar.SHA-256
${{ github.workspace }}/release-windows/haveno-v${{ env.VERSION }}-windows-installer.exe
${{ github.workspace }}/haveno-v${{ env.VERSION }}-windows-SNAPSHOT-all.jar.SHA-256
# https://git-scm.com/docs/git-tag - git-tag Docu
#
# git tag - lists all local tags
${{ github.workspace }}/haveno-v${{ env.VERSION }}-windows-SNAPSHOT-all.jar.SHA-256

View file

@ -247,4 +247,4 @@ public class ArbitratorProcessDepositRequest extends TradeTask {
}
});
}
}
}

View file

@ -79,7 +79,7 @@ public final class Preferences implements PersistedDataHost, BridgeAddressProvid
}
private static final ArrayList<BlockChainExplorer> XMR_MAIN_NET_EXPLORERS = new ArrayList<>(Arrays.asList(
new BlockChainExplorer("xmrchain.net", "https://xmrchain.net/tx/")
new BlockChainExplorer("moneroexplorer.com", "https://moneroexplorer.com/tx?id=")
));
private static final ArrayList<BlockChainExplorer> XMR_STAGE_NET_EXPLORERS = new ArrayList<>(Arrays.asList(
new BlockChainExplorer("stagenet.xmrchain.net", "https://stagenet.xmrchain.net/tx/")
@ -87,7 +87,6 @@ public final class Preferences implements PersistedDataHost, BridgeAddressProvid
private static final ArrayList<String> XMR_TX_PROOF_SERVICES_CLEAR_NET = new ArrayList<>(Arrays.asList(
"xmrblocks.monero.emzy.de", // @emzy
//"explorer.monero.wiz.biz", // @wiz
"xmrblocks.bisq.services" // @devinbileck
));
private static final ArrayList<String> XMR_TX_PROOF_SERVICES = new ArrayList<>(Arrays.asList(