Uh oh!
There was an error while loading. Please reload this page.
feat(wallet): adopt chia-query 0.10.0 exclusion + PeerOrigin in quorum probing - #225
feat(wallet): adopt chia-query 0.10.0 exclusion + PeerOrigin in quorum probing#225MichaelTaylor3d wants to merge 2 commits into
Conversation
Stub commit so the lane's branch exists before implementation (CLAUDE.md 1.8). Refs: dig_ecosystem#2904 Co-Authored-By: Claude <noreply@anthropic.com>
… 0.26 stack Adopts `connect_random_peer_excluding` + `PeerOrigin` in the quorum corroborator and extracts the distinctness loop into a testable `assemble_distinct_sample` seam with three tests. DOES NOT COMPILE and is NOT mergeable as-is. chia-query 0.10.0 is built against chia-protocol 0.36 / chia-wallet-sdk 0.34, while dig-wallet is on chia-protocol 0.26 / chia-wallet-sdk 0.30, so the `Peer` and `Message` types the helper returns no longer unify with the ones dig-wallet stores and queries. Parked on this branch as the ready-made diff for whichever lane performs the stack migration. Refs: dig_ecosystem#2904 Co-Authored-By: Claude <noreply@anthropic.com>
MichaelTaylor3d
commented
Aug 14, 2026
CLOSED, not merged: the adoption is blocked by a dependency-line conflict, not by implementation work. chia-query 0.10.0 is built against chia-protocol 0.36 / chia-wallet-sdk 0.34 (it moved off the 0.26 line at 0.9.0). dig-wallet is on chia-protocol 0.26 / chia-wallet-sdk 0.30 / chia-sdk-test 0.30, so the Adopting 0.10.0 therefore requires migrating dig-wallet's whole chia stack 0.26 to 0.36, across the 7 files that touch The adoption diff itself (exclusion + |
DO NOT MERGE — implementation + gate round in progress.
Adopts chia-query 0.10.0 (
connect_random_peer_excluding,PeerOrigin) indig-wallet's quorum corroborator so the dig_ecosystem#2648 pool fix reaches production.Closes dig_ecosystem#2904 (tracked on the superproject; closed by the orchestrator).