Releases: filecoin-project/go-address
Releases · filecoin-project/go-address
v1.2.0
Highlights
- Drop CGO requirement.
- Switch from minio's blake2b library to golang.org/x/crypto/blake2b.
- Update a bunch of deps.
What's Changed
- chore: remove deprecated refs to unused filecoin-ffi by @mroth in #42
- Bump golang.org/x/crypto from 0.0.0-20190611184440-5c40567a22f8 to 0.1.0 by @dependabot in #39
- fix: failing test when run out of order by @mroth in #41
- fix lint issues by @Stebalien in #43
- Make the default network mainnet by @arajasek in #33
- Bump golang.org/x/crypto from 0.1.0 to 0.17.0 by @dependabot in #47
- chore: bumpdeps by @ribasushi in #51
New Contributors
- @mroth made their first contribution in #42
- @dependabot made their first contribution in #39
- @ribasushi made their first contribution in #51
Full Changelog: v1.1.0...v1.2.0
Release v1.1.0
feat: implement f4 addressing (#35) Co-authored-by: Raúl Kripalani <[email protected]>
v1.0.0
v0.0.4
Binary (un)marshal
Merge pull request #2 from filecoin-project/feat/marshal-binary Added standard (un)marshalBinary methods