Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: alternative identity CID handling #429

Merged
merged 1 commit into from
Sep 21, 2023
Merged

fix: alternative identity CID handling #429

merged 1 commit into from
Sep 21, 2023

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Sep 20, 2023

Ref: ipfs/go-graphsync#442

Instead of relying on the transports to do what we ask wrt identity CIDs; handle it all locally and gate their handling right up to the output block stream.

This approach works with both an older graphsync and ipfs/go-graphsync#443

@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2023

Codecov Report

Merging #429 (dda47cb) into main (a7c7002) will decrease coverage by 0.22%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #429      +/-   ##
==========================================
- Coverage   76.65%   76.43%   -0.22%     
==========================================
  Files          85       85              
  Lines        6377     6383       +6     
==========================================
- Hits         4888     4879       -9     
- Misses       1238     1248      +10     
- Partials      251      256       +5     
Files Changed Coverage Δ
pkg/internal/itest/testpeer/generator.go 75.00% <100.00%> (ø)
pkg/storage/duplicateaddercar.go 92.85% <100.00%> (+0.35%) ⬆️

... and 6 files with indirect coverage changes

Base automatically changed from rvagg/skipe2e to main September 21, 2023 04:31
Ref: ipfs/go-graphsync#442

Instead of relying on the transports to do what we ask wrt identity CIDs;
handle it all locally and gate their handling right up to the output block
stream.
@rvagg rvagg merged commit b87b057 into main Sep 21, 2023
10 checks passed
@rvagg rvagg deleted the rvagg/identity-crisis branch September 21, 2023 09:41
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