go-multiaddr
go-multiaddr copied to clipboard
Avoid int
We should be using uint32 or uint64 for codecs. int is platform dependent.
As @bigs suggested, we should introduce a set of new functions that use uint64 and deprecate the current ones.