Skip to content

fix(payment): accept paid quote issuers within K closest peers#147

Merged
jacderida merged 1 commit into
WithAutonomi:rc-2026.6.2from
mickvandijke:fix/increase-quote-issuer-valid-pool
Jun 16, 2026
Merged

fix(payment): accept paid quote issuers within K closest peers#147
jacderida merged 1 commit into
WithAutonomi:rc-2026.6.2from
mickvandijke:fix/increase-quote-issuer-valid-pool

Conversation

@mickvandijke

Copy link
Copy Markdown
Collaborator

Summary

  • Widen single-node paid quote issuer locality from the storage close-group width to the Kademlia K width (K_BUCKET_SIZE).
  • Keep direct client PUT receiver storage admission unchanged at close group plus storage margin.
  • Update verifier docs/test helpers and add a unit test pinning paid quote issuer locality to K.

SemVer

  • Patch: payment verifier admission policy fix.

Verification

  • cargo test issuer
  • cargo test payment::verifier::tests
  • cargo fmt --all -- --check
  • cargo clippy --all-targets --all-features -- -D warnings

Use the Kademlia K width for single-node paid quote issuer locality instead of the storage close-group width, while keeping receiver storage admission unchanged.

SemVer: patch
@jacderida jacderida merged commit 675ff50 into WithAutonomi:rc-2026.6.2 Jun 16, 2026
10 of 11 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.

2 participants