Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wallet: add esplora as chain data source #173

Merged
merged 1 commit into from
Feb 14, 2025
Merged

Conversation

torkelrogstad
Copy link
Contributor

@torkelrogstad torkelrogstad commented Feb 14, 2025

From my experience Esplora seems a lot more performant. The Electrum server we're using exposes both an Electrum server and an Esplora server, so this works nicely out of the box.

The signer server is currently failing to sync with Esplora. Hard to understand from the error message what's happening.

Feb 14 09:17:45 signet-server enforcer ERROR {"timestamp":"2025-02-14T08:17:45.756795Z","level":"ERROR","fields":{"message":"Received error: mempool: initial sync error: Reqwest(reqwest::Error { kind: Decode, source: Error(\"failed to parse hex\", line: 1, column: 9007) })"},"target":"bip300301_enforcer","filename":"app/main.rs","line_number":560}

@torkelrogstad
Copy link
Contributor Author

Merging this, and holding off on making it the default until I've been able to figure out the signet server issues. Syncing my local wallet is just fine with Esplora, so there's probably some shenanigans related to the size of the signet server.

@torkelrogstad torkelrogstad merged commit 263dc83 into master Feb 14, 2025
7 checks passed
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.

1 participant