Releases: filecoin-project/go-state-types
Releases · filecoin-project/go-state-types
v0.13.0
Includes:
- Go implementations of the state types corresponding to builtin-actors v13
- A migration converting v12 to v13.
v0.13.0-rc.4
Includes a fix in #255
v0.13.0-rc.3
What's Changed
Full Changelog: v0.13.0-rc.2...v0.13.0-rc.3
v0.13.0-rc.2
What's Changed
- [WIP] feat: Add nv22 skeleton by @TippyFlitsUK in #232
- feat: remove incorrect invariants by @arajasek in #235
- feat: add simple nv22 migration by @arajasek in #234
- chore: update cbor-gen update and regen by @arajasek in #243
- feat: FIP-0076: add new methods and types by @arajasek in #244
- feat: FIP-0076: add new invariants by @arajasek in #245
- feat: add names for "common" errors by @Stebalien in #247
- feat: add SettleDealPayments method and types by @LexLuthr in #248
- feat: FIP-0076: implement migration to populate ProviderSectors by @arajasek in #246
- feat: make the upgrade epoch input from the client by @arajasek in #252
New Contributors
- @TippyFlitsUK made their first contribution in #232
- @LexLuthr made their first contribution in #248
Full Changelog: v0.12.8...v0.13.0-rc.2
v0.12.8
v0.12.0
v0.11.1
v0.11.0
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
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
feat: implement the v10 migration (#142)