Skip to content

Releases: filecoin-project/go-state-types

v0.15.0-rc1

03 Oct 05:41
42a3926
Compare
Choose a tag to compare
v0.15.0-rc1 Pre-release
Pre-release

What's Changed

  • chore(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0 by @dependabot in #307
  • ci: uci/update-go by @web3-bot in #309
  • chore: deps: bump deps, drop github.com/minio/blake2b-simd by @ribasushi in #310
  • feat!: extract BatchReturn to batch package, add methods & tests by @rvagg in #286
  • chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0 by @dependabot in #311
  • fix(miner)!: remove DEAL_WEIGHT_MULTIPLIER and its input to QAP calc by @rvagg in #308
  • FIP-0081 migration by @rvagg in #314

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

v0.15.0-dev

09 Aug 08:02
04e46c9
Compare
Choose a tag to compare
v0.15.0-dev Pre-release
Pre-release

What's Changed

  • chore: deps: update hamt to latest by @rvagg in #296
  • Update all dependencies, add dependabot config by @rvagg in #297
  • chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 by @dependabot in #300
  • chore(deps): bump github.com/filecoin-project/go-amt-ipld/v4 from 4.3.0 to 4.4.0 by @dependabot in #301
  • feat: Add nv24 skeleton by @kamuik16 in #299
  • incorporate upstream concurrency fix by @ribasushi in #302
  • feat: Add simple nv24 migration by @kamuik16 in #304

New Contributors

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

v0.14.0

23 Jul 06:22
5bc58c6
Compare
Choose a tag to compare

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
  • chore: Update codename for NetworkVersion23 by @rjan90 in #274
  • docs: update readme with Versioning/Release Process by @rjan90 in #273
  • Update CSPV naming by @aarshkshah1992 in #276
  • land all nv23 changes in master by @jennijuju in #277
  • Set f090 delegated address to f090 by @ZenGround0 in #278
  • feat: rename Actor.Address to Actor.DelegatedAddress by @Stebalien in #279
  • Set f090 delegated addr to nil v14 migration by @ZenGround0 in #280
  • FIP-0085: Only migrate f090 if it is a multisig by @aarshkshah1992 in #281
  • Raw code migrator by @ZenGround0 in #289
  • chore: Cleanup invariant errors related to v13 migration by @rjan90 in #287
  • ci: uci/copy-templates by @web3-bot in #283
  • chore: include manifest & proof in make gen; add extra proof types by @rvagg in #288
  • v0.14.0-rc6 bump by @rvagg in #290
  • fix: market: use expiry-activation for deal weight calculation by @rvagg in #291

New Contributors

Full Changelog: v0.13.3...v0.14.0

v0.14.0-rc6

15 Jul 05:17
Compare
Choose a tag to compare
v0.14.0-rc6 Pre-release
Pre-release

What's Changed

  • Raw code migrator by @ZenGround0 in #289
  • chore: Cleanup invariant errors related to v13 migration by @rjan90 in #287
  • ci: uci/copy-templates by @web3-bot in #283
  • chore: include manifest & proof in make gen; add extra proof types by @rvagg in #288

New Contributors

Full Changelog: v0.14.0-rc5...v0.14.0-rc6

v0.14.0-rc5

27 Jun 18:38
6509812
Compare
Choose a tag to compare
v0.14.0-rc5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.14.0-rc4...v0.14.0-rc5

v0.14.0-rc4

27 Jun 05:27
930408f
Compare
Choose a tag to compare
v0.14.0-rc4 Pre-release
Pre-release

What's Changed

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

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