-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
refactor: stop using go-libp2p deprecated peer.ID.Pretty #10121
refactor: stop using go-libp2p deprecated peer.ID.Pretty #10121
Conversation
92da467
to
9a96694
Compare
I see 19 files that use |
9a96694
to
1b77f2c
Compare
All cleaned |
ec4831c
to
0058a81
Compare
@ipfs/kubo-maintainers For some context, we're planning to remove the deprecated method in the next release: libp2p/go-libp2p#2565. Merging this PR early will make updating to next release easier. |
Signed-off-by: Icarus9913 <[email protected]>
0058a81
to
4ba5a95
Compare
The
go-libp2p
peerID Pretty method is already deprecated, switch it to call String method.Signed-off-by: Icarus9913 [email protected]