Replace defunct PIVX explorer with explorer.duddino.com#451
Open
j0ntz wants to merge 1 commit into
Open
Conversation
The zkbitcoin.com explorer is no longer functional. Point the PIVX address/block/transaction explorers at explorer.duddino.com (an in-sync PIVX Blockbook instance) and drop wss://zkbitcoin.com from the default blockbook server list.
7499e7f to
20cae22
Compare
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



CHANGELOG
Does this branch warrant an entry to the CHANGELOG?
Dependencies
none
Description
Asana task
The
zkbitcoin.comPIVX block explorer is no longer functional, so "Show in Explorer" on a PIVX address or transaction fails to load.addressExplorer,blockExplorer, andtransactionExplorerfromzkbitcoin.comtoexplorer.duddino.com, an in-sync PIVX Blockbook instance. Verified live:/api/v2reportscoin: PIVX,inSync: true, and the/address/,/block/,/tx/routes all return HTTP 200.wss://zkbitcoin.comfrom the default PIVXblockbookServerslist (the "Custom servers" entry called out in the task), leaving the Edge-hostedwss://pivx-eusa1.edge.app.Testing
yarn types(tsc) clean; husky pre-commit (lint-staged+types+mocha) passed;verify-repo.shgreen.sprintf(currencyInfo.transactionExplorer, txid)inTransactionListRow/TransactionDetailsScene), so there is no PIVX-specific app path to change; the fix is entirely in the plugin info data.Note
Low Risk
Static PIVX plugin metadata only; no changes to signing, fees, or shared engine logic beyond default server and explorer strings.
Overview
PIVX “Show in Explorer” and default sync endpoints no longer point at the dead
zkbitcoin.comhost.In
pivx.ts, the three explorer URL templates (addressExplorer,blockExplorer,transactionExplorer) now usehttps://explorer.duddino.com/...instead ofzkbitcoin.com. DefaultblockbookServersdropswss://zkbitcoin.com, leaving onlywss://pivx-eusa1.edge.app. The unreleased CHANGELOG documents the fix.Reviewed by Cursor Bugbot for commit 20cae22. Bugbot is set up for automated code reviews on this repo. Configure here.