Skip to content

Releases: filecoin-project/go-state-types

v0.14.0-rc3

26 Jun 15:33
dfbb813
Compare
Choose a tag to compare
v0.14.0-rc3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.14.0-rc2...v0.14.0-rc3

v0.14.0-rc2

24 Jun 23:27
ac405c3
Compare
Choose a tag to compare
v0.14.0-rc2 Pre-release
Pre-release

This is the second release candidate for Go-State-Types for the nv23 network upgrade.

What's Changed

  • feat: Add simple nv23 migration by @rjan90 in #258
  • fix: use sectorNumber instead of hamt key bytes for invariant msg by @rvagg in #268
  • fix: verifreg: match SectorAllocationClaims types with builtin-actors by @rvagg in #262
  • test: verifreg: add initial cbor encoding forms tests by @rvagg in #263
  • chore: Update actors_version_checklist.md to reference GST-checklist in Lotus by @rjan90 in #271
  • Feat: NI-PoRep by @rjan90 in #269
  • Migrate f090 to safety #259
  • fix: propagate errors on migration #264
  • fix: use adtStore instead of plain Store to write new state #265
  • fix: put a pointer to the store for marshalability #266

Full Changelog: v0.13.3...v0.14.0-rc1

v0.14.0-rc1

13 Jun 07:28
4ce7602
Compare
Choose a tag to compare
v0.14.0-rc1 Pre-release
Pre-release

This is the first release candidate for Go-State-Types for the nv23 network upgrade.

What's Changed

  • feat: Add simple nv23 migration by @rjan90 in #258
  • fix: use sectorNumber instead of hamt key bytes for invariant msg by @rvagg in #268
  • fix: verifreg: match SectorAllocationClaims types with builtin-actors by @rvagg in #262
  • test: verifreg: add initial cbor encoding forms tests by @rvagg in #263
  • chore: Update actors_version_checklist.md to reference GST-checklist in Lotus by @rjan90 in #271
  • Feat: NI-PoRep by @rjan90 in #269

Full Changelog: v0.13.3...v0.14.0-rc1

v0.14.0-dev5

08 May 12:44
486ae0c
Compare
Choose a tag to compare
v0.14.0-dev5 Pre-release
Pre-release

What's Changed

  • feat: Add nv23 skeleton by @rjan90 in #257
  • Experimental market migration memory reduction by @ZenGround0 in #260
  • fix: fix v13 migration panic when proposals < 1000 by @Stebalien in #261
  • feat: Add simple nv23 migration by @rjan90 in #258
  • Migrate f090 to safety by @ZenGround0 in #259
  • fix: propagate errors on migration by @rvagg in #264
  • fix: use adtStore instead of plain Store to write new state by @rvagg in #265
  • fix: put a pointer to the store for marshalability by @rvagg in #266

Full Changelog: v0.13.1...v0.14.0-dev5

v0.14.0-dev4

08 May 09:54
5568613
Compare
Choose a tag to compare
v0.14.0-dev4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.13.1...v0.14.0-dev4

v0.14.0-dev3

08 May 09:27
e0953fe
Compare
Choose a tag to compare
v0.14.0-dev3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.13.1...v0.14.0-dev3

v0.14.0-dev2

08 May 07:16
4ac63ef
Compare
Choose a tag to compare
v0.14.0-dev2 Pre-release
Pre-release

This dev-release allows for testing out FIP-0085: migrating f090 multisig to an unkeyed account actor

What's Changed

Full Changelog: v0.13.1...v0.14.0-dev2

v0.14.0-dev

02 May 20:11
ad909a3
Compare
Choose a tag to compare
v0.14.0-dev Pre-release
Pre-release

What's Changed

Full Changelog: v0.13.1...v0.14.0-dev

v0.13.1

21 Mar 14:18
cc947f3
Compare
Choose a tag to compare

Includes:

  • Go implementations of the state types corresponding to builtin-actors v13
  • A migration converting v12 to v13.
  • #256

v0.13.0

21 Mar 13:39
2fe2380
Compare
Choose a tag to compare

Includes:

  • Go implementations of the state types corresponding to builtin-actors v13
  • A migration converting v12 to v13.