Releases: filecoin-project/go-state-types
Releases · filecoin-project/go-state-types
v0.10.0 alpha 5
v0.10.0-alpha-5 Manifest: Add v10 actor keys (#134)
v0.10.0 alpha 4
Method metadata now uses abi.MethodNum instead of uint64
v0.10.0 alpha 3
Adds frc42 method number implementation
What's Changed
- chore: Move MinimumVerifiedAllocationSize to network.go by @geoff-vball in #118
- Update version.go by @jennijuju in #121
- fix: add error log by @swift-mx in #125
- Add a function to generate frc42 method number by @shrenujbansal in #129
Full Changelog: v0.10.0-alpha-2...v0.10.0-alpha-3
v0.10.0 alpha 2
Fixes params for UniversalReceiverHook
for Account
and Multisig
Actors.
v0.10.0 alpha 1
This is the first release with support for v10 actors.
v0.9.8
Adds missing Allowance
method call for datacap
actor.
v0.9.7
Invariant checks: don't expand big allocatedSectors bitfields (#112) * Invariant checks: don't expand big allocatedSectors bitfields * Invariant fix: Multiply size by granularity for comparison
v0.9.6
v0.9.5
Two migration fixes
v0.9.4
Adds a couple missing cbor-gens