Skip to content

revert: SNP initial witness upload change#123

Closed
dirvine wants to merge 1 commit into
rc-2026.6.2from
revert/snp-initial-witness-group
Closed

revert: SNP initial witness upload change#123
dirvine wants to merge 1 commit into
rc-2026.6.2from
revert/snp-initial-witness-group

Conversation

@dirvine

@dirvine dirvine commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Summary

Reverts #122 after STG-01 showed it worsened the single-node path: failures rose to ~36% and moved to a client-side pre-payment InsufficientPeers abort.

Why

The #122 change made SNP quote collection stop after the first 7 witnessed quotes and then apply the paid-median voter quorum check. On the 30% NAT staging network this became stricter than the original node-side receiver gate: the client could reach and quote 7 peers, but aborted because the paid median issuer was not recognised by 5/7 selected witnesses.

This revert restores the prior rc-2026.6.2 client behaviour while the underlying node-side close-group/reachability divergence is investigated separately.

Verification

  • cargo test -p ant-core --lib data::client::quote -- --nocapture
  • cargo check -p ant-core
  • cargo fmt --all -- --check
  • git diff --check

…-witness-close-group"

This reverts commit dcaca42, reversing
changes made to 76a0c12.
@jacderida jacderida closed this Jun 16, 2026
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