-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 go-multiaddr to v0.15 #3145
Conversation
894e6dc
to
b434cb2
Compare
bd662af
to
e367bc8
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.
Some NITs. This is obviously very difficult to review. If there's anything specific you want me to look for I can review again.
@@ -578,11 +578,11 @@ func checkDialWorkerLoopScheduling(t *testing.T, s1, s2 *Swarm, tc schedulingTes | |||
// failDials is used to track dials which should fail in the future | |||
// at appropriate moment a message is sent to dialState.ch to trigger | |||
// failure | |||
failDials := make(map[ma.Multiaddr]dialState) | |||
failDials := make(map[*ma.Multiaddr]dialState) |
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.
We should add this transform, using the pointer for map key, to release notes if not already added.
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.
Already called out
As there are no changes to go-multiaddr-fmt, does it mean it's already compatible with the new go-multiaddr representation? |
Correct. Already compatible see: multiformats/go-multiaddr-fmt#41 |
ded10c4
to
402b274
Compare
551c603
to
8bc76c3
Compare
8bc76c3
to
6bccf86
Compare
This kicks off the great multiaddr v0.15 rollout to our dependencies. Tracked in multiformats/go-multiaddr#267.
After this PR is approved, I'll release go-multiaddr v0.15 and start the rollout.