Skip to content

v0.1.2

Compare
Choose a tag to compare
@bigs bigs released this 06 Nov 18:36
· 358 commits to master since this release
64e3415
  • Enforce minimal varint encoding when decoding multiaddrs. See multiformats/unsigned-varint#19
  • Ensure codecs fit in 32bit integers for compatibility. We can increase the size, but we'd need to change the Protocol.Codec type from int to uint64.