Skip to content

Drop upload quorum from IpfsMultiUploadClient - #208

Merged
cyc60 merged 4 commits into
masterfrom
drop-upload-quorum
Sep 15, 2026
Merged

cyc60 merged 4 commits into
masterfrom
drop-upload-quorum

Conversation

@cyc60

@cyc60 cyc60 commented Sep 14, 2026 •

Copy link
Copy Markdown
Contributor

Description

Since #207 every upload client verifies the provider-returned CID against the uploaded content and returns it in canonical form, or raises. All successful responses in IpfsMultiUploadClient._upload are therefore always identical, and the majority quorum check can never fail: it only counted successful responses, so a single verified upload already satisfied it.

  • Remove get_quorum and the hash counting in IpfsMultiUploadClient._upload; return the first verified hash, or raise when every client failed.
  • Drop the quorum mention from the ipfs_unixfs module docstring.
  • Bump version to v0.14.4.

@cyc60
cyc60 merged commit 4d831eb into master Sep 15, 2026
3 checks passed
@cyc60
cyc60 deleted the drop-upload-quorum branch September 15, 2026 08:16
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