Skip to content

Releases: filecoin-project/go-address

v1.2.0

03 Sep 03:22
353f9bc
Compare
Choose a tag to compare

Highlights

  • Drop CGO requirement.
  • Switch from minio's blake2b library to golang.org/x/crypto/blake2b.
  • Update a bunch of deps.

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

Release v1.1.0

03 Sep 03:19
ac317c3
Compare
Choose a tag to compare
feat: implement f4 addressing (#35)

Co-authored-by: Raúl Kripalani <[email protected]>

v1.0.0

08 Jun 16:28
da5b24b
Compare
Choose a tag to compare

Enforces a standardization for trailing bits in en/de coding.

v0.0.4

25 Sep 19:00
967e6ee
Compare
Choose a tag to compare
Merge pull request #14 from qiwu7/qi/address_for_network

Support Address encoding based on network

Binary (un)marshal

07 Feb 12:27
9eb4700
Compare
Choose a tag to compare
Merge pull request #2 from filecoin-project/feat/marshal-binary

Added standard (un)marshalBinary methods