Skip to content

Releases: filecoin-project/go-state-types

v0.10.0 alpha 5

15 Dec 00:33
07947c6
Compare
Choose a tag to compare
v0.10.0-alpha-5

Manifest: Add v10 actor keys (#134)

v0.10.0 alpha 4

13 Dec 17:29
409c33c
Compare
Choose a tag to compare

Method metadata now uses abi.MethodNum instead of uint64

v0.10.0 alpha 3

12 Dec 16:39
b3046c0
Compare
Choose a tag to compare

Adds frc42 method number implementation

What's Changed

Full Changelog: v0.10.0-alpha-2...v0.10.0-alpha-3

v0.10.0 alpha 2

23 Nov 20:25
374ac11
Compare
Choose a tag to compare

Fixes params for UniversalReceiverHook for Account and Multisig Actors.

v0.10.0 alpha 1

23 Nov 18:46
3ee9fb7
Compare
Choose a tag to compare

This is the first release with support for v10 actors.

v0.9.8

31 Oct 17:01
0b1be5f
Compare
Choose a tag to compare

Adds missing Allowance method call for datacap actor.

v0.9.7

24 Oct 11:56
206257a
Compare
Choose a tag to compare
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

24 Oct 10:59
6d8b770
Compare
Choose a tag to compare

Market migration fix: don't create allocations for allocated-but-pending deals

v0.9.5

21 Oct 21:43
79443b5
Compare
Choose a tag to compare

Two migration fixes

v0.9.4

21 Oct 13:40
e8eccf7
Compare
Choose a tag to compare

Adds a couple missing cbor-gens