-
Notifications
You must be signed in to change notification settings - Fork 233
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
chore: Update to go libp2p v0.25 #815
Conversation
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.
I think you should rebase on @marten-seemann v0.24.2 and my v0.25.0 work here.
You can rebase on #814's branch.
6c2045a
to
4eb06f3
Compare
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.
LGTM
@@ -11,6 +11,7 @@ import ( | |||
"github.com/libp2p/go-libp2p/core/protocol" | |||
|
|||
logging "github.com/ipfs/go-log" | |||
//lint:ignore SA1019 TODO migrate away from gogo pb |
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.
👃
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.
Just do it!
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.
I spent 10 minutes and failed.
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.
What’s the problem? I did this for libp2p and it should be quite straightforward. Maybe I can help?
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.
There's a makefile that doesn't work. It needs you to fetch certain dependencies before running make
. That script needs to get updated (or removed in favor of gogenerate). Bonus points for having CI check the output.
No description provided.