Releases: filecoin-project/go-state-types
Releases · filecoin-project/go-state-types
v0.14.0-rc3
What's Changed
- Set f090 delegated address to f090 by @ZenGround0 in #278
Full Changelog: v0.14.0-rc2...v0.14.0-rc3
v0.14.0-rc2
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
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
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
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
Full Changelog: v0.13.1...v0.14.0-dev4
v0.14.0-dev3
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
Full Changelog: v0.13.1...v0.14.0-dev3
v0.14.0-dev2
This dev-release allows for testing out FIP-0085: migrating f090 multisig to an unkeyed account actor
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
Full Changelog: v0.13.1...v0.14.0-dev2
v0.14.0-dev
What's Changed
- feat: Add nv23 skeleton by @rjan90 in #257
- feat: Add simple nv23 migration by @rjan90 in #258
- Experimental market migration memory reduction by @ZenGround0 in #260
- fix: fix v13 migration panic when proposals < 1000 by @Stebalien in #261
Full Changelog: v0.13.1...v0.14.0-dev
v0.13.1
v0.13.0
Includes:
- Go implementations of the state types corresponding to builtin-actors v13
- A migration converting v12 to v13.