fix: cluster mempool — upgrade bitcoind to v28, remove RPC probe warnings#13
Merged
Conversation
- docker-compose.yml: bitcoin/bitcoin:26 → bitcoin/bitcoin:28 - service.py: replace hardcoded "Bitcoin Core 26" note with dynamic version string from getnetworkinfo; remove misleading "28+" claim since these RPCs are not yet in any official release - ClusterMempoolPanel: hide individual RPC probe rows when not supported
…tibility warnings
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.
Summary
bitcoin/bitcoin:26→bitcoin/bitcoin:28(v28.4.0)getrawmempool+ dependency graph fallback which always returnsrpc_ok: true; the "unavailable" warnings were misleading noise sincegetmempoolcluster/getmempoolfeeratediagramdon't exist in any official Bitcoin Core releasenotefield now uses the actual detected version string instead of hardcoded "Bitcoin Core 26"; removed the incorrect "28+" claim from the messageTest plan
docker compose upstarts with Bitcoin Core 28.4.0