Skip to content

Releases: filecoin-project/go-state-types

v0.12.0

03 Aug 14:30
6de0926
Compare
Choose a tag to compare
  • Actors v12 / SyntheticPoRep
  • PoRepID helpers

v0.11.1

21 Apr 15:58
1e6cf0d
Compare
Choose a tag to compare

2 minor fixes to testing and invariants.

v0.11.0

20 Apr 19:11
e5a0c82
Compare
Choose a tag to compare

Includes:

  • Go implementations of the state types corresponding to builtin-actors v11
  • A migration converting v10 to v11, updating code CIDs and the MinerInfo's PoStProofType

v0.10.0

24 Feb 21:57
d8fdbda
Compare
Choose a tag to compare

Includes:

  • Go implementations of the state types corresponding to builtin-actors v10
  • A migration converting v9 to v10, deploying the EAM

v0.10.0-alpha.7

22 Dec 18:02
890a364
Compare
Choose a tag to compare
v0.10.0-alpha.7 Pre-release
Pre-release
feat: implement the v10 migration (#142)

v0.10.0 alpha 5

16 Dec 17:05
d7c69cb
Compare
Choose a tag to compare
v0.10.0-alpha-6

Implement barebones v10 migration (#136)

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.