go-multiaddr icon indicating copy to clipboard operation
go-multiaddr copied to clipboard

Avoid int

Open Stebalien opened this issue 6 years ago • 1 comments

We should be using uint32 or uint64 for codecs. int is platform dependent.

Stebalien avatar Sep 18 '19 06:09 Stebalien

As @bigs suggested, we should introduce a set of new functions that use uint64 and deprecate the current ones.

Stebalien avatar Sep 19 '19 21:09 Stebalien