-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update to unified go graphsync v0.9.0 #246
Conversation
Update to go-graphsync v0.8.0 with go-ipld-prime linksystem branch & trusted store.
Codecov Report
@@ Coverage Diff @@
## master #246 +/- ##
=======================================
Coverage 67.97% 67.97%
=======================================
Files 24 24
Lines 3066 3066
=======================================
Hits 2084 2084
Misses 627 627
Partials 355 355
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The entire PR is effectively just cosmetic changes
Left a single comment in the codegen that surprised me, but that's for TIL-purposes only
Good to go as-is
it's been far too long
peer "github.com/libp2p/go-libp2p-core/peer" | ||
cbg "github.com/whyrusleeping/cbor-gen" | ||
xerrors "golang.org/x/xerrors" | ||
) | ||
|
||
var _ = xerrors.Errorf | ||
var _ = cid.Undef | ||
var _ = sort.Sort |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really surprised this is needed... ( the .Sort
specifically, not the cid.Undef
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like simple interface change adaptation. LGTM, but @aarshkshah1992 and @dirkmc should sign off too.
Goals
This is based on #212, but rebased on master and updated to go-graphsync v0.9.0 which incorporates all the changes from the v0.6.x branch. It is part of the effort to unify graphsync versions post M1