Skip to content

Conversation

@samholmes
Copy link
Contributor

@samholmes samholmes commented Nov 17, 2025

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Description

none

Note

Updates PIVX default Blockbook server to wss://pivx-eusa1.edge.app and notes the change in the changelog.

  • PIVX:
    • Update defaultSettings.blockbookServers in src/common/utxobased/info/pivx.ts: replace wss://pivx-wusa1.edge.app with wss://pivx-eusa1.edge.app.
  • Docs:
    • Add Unreleased changelog entry noting the PIVX Blockbook server list change in CHANGELOG.md.

Written by Cursor Bugbot for commit 206a6b3. This will update automatically on new commits. Configure here.


defaultSettings: {
customFeeSettings: ['satPerByte'],
blockbookServers: ['wss://pivx-wusa1.edge.app', 'wss://zkbitcoin.com'],
blockbookServers: ['wss://pivx-eusa1.edge.app', 'wss://zkbitcoin.com'],
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Configuration Mismatch Causes Instability

The blockbookServers array was updated to use pivx-eusa1.edge.app, but engineInfo.serverConfigs on line 48 still references pivx-wusa1.edge.app. This creates an inconsistency where the deprecated default settings and the engine configuration point to different servers, potentially causing connection issues or unexpected fallback behavior.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants