diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed36f018..70f533f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file + ${{ github.workspace }}/haveno-v${{ env.VERSION }}-windows-SNAPSHOT-all.jar.SHA-256 \ No newline at end of file diff --git a/core/src/main/java/haveno/core/trade/protocol/tasks/ArbitratorProcessDepositRequest.java b/core/src/main/java/haveno/core/trade/protocol/tasks/ArbitratorProcessDepositRequest.java index c11ed57e..cb8a9e47 100644 --- a/core/src/main/java/haveno/core/trade/protocol/tasks/ArbitratorProcessDepositRequest.java +++ b/core/src/main/java/haveno/core/trade/protocol/tasks/ArbitratorProcessDepositRequest.java @@ -247,4 +247,4 @@ public class ArbitratorProcessDepositRequest extends TradeTask { } }); } -} +} \ No newline at end of file diff --git a/core/src/main/java/haveno/core/user/Preferences.java b/core/src/main/java/haveno/core/user/Preferences.java index 02b1d82a..64e9e5c7 100644 --- a/core/src/main/java/haveno/core/user/Preferences.java +++ b/core/src/main/java/haveno/core/user/Preferences.java @@ -79,7 +79,7 @@ public final class Preferences implements PersistedDataHost, BridgeAddressProvid } private static final ArrayList 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 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 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 XMR_TX_PROOF_SERVICES = new ArrayList<>(Arrays.asList(