Skip to content

Conversation

@rjan90
Copy link
Contributor

@rjan90 rjan90 commented Oct 15, 2025

closes: #416

chore: bump gst-version
Copilot AI review requested due to automatic review settings October 15, 2025 12:04
@github-project-automation github-project-automation bot moved this to 📌 Triage in FilOz Oct 15, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Bump go-state-types version metadata to the next development version to align with the linked issue.

  • Update version string to v0.18.0-dev
  • No code changes; only metadata update in version.json

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@rjan90 rjan90 changed the title chore: bump gst-version chore: bump gst-version to v0.18.0-dev Oct 15, 2025
@rjan90 rjan90 requested a review from TippyFlitsUK October 15, 2025 12:04
@rjan90 rjan90 moved this from 📌 Triage to 🔎 Awaiting Review in FilOz Oct 15, 2025
@rjan90 rjan90 self-assigned this Oct 15, 2025
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 3.64%. Comparing base (df361f5) to head (7b0d700).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #419   +/-   ##
=======================================
  Coverage    3.64%    3.64%           
=======================================
  Files         802      802           
  Lines      221763   221763           
=======================================
  Hits         8094     8094           
  Misses     211101   211101           
  Partials     2568     2568           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link

Suggested version: 0.18.0-dev

Comparing to: v0.17.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 1759d38..08b1050 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,6 @@
 module github.com/filecoin-project/go-state-types
 
-go 1.23.0
-
-toolchain go1.24.2
+go 1.24.0
 
 retract v0.12.7 // wrongfully skipped a patch version, use v0.12.6 or v0.12.8&^
 
@@ -12,18 +10,18 @@ require (
 	github.com/filecoin-project/go-bitfield v0.2.4
 	github.com/filecoin-project/go-commp-utils/v2 v2.1.0
 	github.com/filecoin-project/go-hamt-ipld/v3 v3.4.1
-	github.com/ipfs/go-block-format v0.2.0
+	github.com/ipfs/go-block-format v0.2.3
 	github.com/ipfs/go-cid v0.5.0
-	github.com/ipfs/go-ipld-cbor v0.2.0
+	github.com/ipfs/go-ipld-cbor v0.2.1
 	github.com/ipld/go-ipld-prime v0.21.0
 	github.com/minio/sha256-simd v1.0.1
 	github.com/multiformats/go-multibase v0.2.0
 	github.com/multiformats/go-multihash v0.2.3
-	github.com/multiformats/go-varint v0.0.7
-	github.com/stretchr/testify v1.10.0
+	github.com/multiformats/go-varint v0.1.0
+	github.com/stretchr/testify v1.11.1
 	github.com/whyrusleeping/cbor-gen v0.3.1
-	golang.org/x/crypto v0.38.0
-	golang.org/x/sync v0.14.0
+	golang.org/x/crypto v0.43.0
+	golang.org/x/sync v0.17.0
 	golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
 )
 
@@ -32,17 +30,17 @@ require (
 	github.com/filecoin-project/go-fil-commcid v0.2.0 // indirect
 	github.com/filecoin-project/go-fil-commp-hashhash v0.2.0 // indirect
 	github.com/gopherjs/gopherjs v1.17.2 // indirect
-	github.com/ipfs/go-ipfs-util v0.0.3 // indirect
-	github.com/ipfs/go-ipld-format v0.6.0 // indirect
-	github.com/klauspost/cpuid/v2 v2.2.8 // indirect
+	github.com/ipfs/boxo v0.34.0 // indirect
+	github.com/ipfs/go-ipld-format v0.6.2 // indirect
+	github.com/klauspost/cpuid/v2 v2.3.0 // indirect
 	github.com/mr-tron/base58 v1.2.0 // indirect
 	github.com/multiformats/go-base32 v0.1.0 // indirect
 	github.com/multiformats/go-base36 v0.2.0 // indirect
 	github.com/pmezard/go-difflib v1.0.0 // indirect
 	github.com/polydawn/refmt v0.89.0 // indirect
 	github.com/spaolacci/murmur3 v1.1.0 // indirect
-	golang.org/x/sys v0.33.0 // indirect
+	golang.org/x/sys v0.37.0 // indirect
 	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
 	gopkg.in/yaml.v3 v3.0.1 // indirect
-	lukechampine.com/blake3 v1.3.0 // indirect
+	lukechampine.com/blake3 v1.4.1 // indirect
 )

gorelease says:

gorelease: preparing to load packages for github.com/filecoin-project/go-state-types: looking for missing dependencies: go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/filecoin-project/go-state-types v0.14.0
go: downloading github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
go: downloading github.com/filecoin-project/go-commp-utils/nonffi v0.0.0-20220905160352-62059082a837
go: downloading github.com/filecoin-project/go-commp-utils v0.1.3
go: downloading github.com/filecoin-project/go-state-types v0.17.0
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/account: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/account
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/cron: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/cron
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/datacap: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/datacap
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/eam: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/eam
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/ethaccount: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/ethaccount
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/evm: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/evm
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/gen: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/gen
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/init: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/init
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/market: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/market
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/migration: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/migration
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/miner: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/miner
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/multisig: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/multisig
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/paych: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/paych
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/placeholder: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/placeholder
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/power: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/power
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/reward: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/reward
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/system: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/system
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/util: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/util
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/util/adt: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/util/adt
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/util/math: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/util/math
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/util/smoothing: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/util/smoothing
go: gorelease-load-module imports
	github.com/filecoin-project/go-state-types/builtin/v18/verifreg: cannot find module providing package github.com/filecoin-project/go-state-types/builtin/v18/verifreg

gocompat says:

HEAD is now at 4062001 Release v0.17.0
Previous HEAD position was 4062001 Release v0.17.0
Switched to branch 'master'
Your branch is up to date with 'origin/master'.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@rjan90
Copy link
Contributor Author

rjan90 commented Oct 15, 2025

@github-project-automation github-project-automation bot moved this from 🔎 Awaiting Review to ✔️ Approved by reviewer in FilOz Oct 16, 2025
@rjan90 rjan90 merged commit 8e015dd into master Oct 16, 2025
12 checks passed
@rjan90 rjan90 deleted the phi/bump-gst-version branch October 16, 2025 12:56
@github-project-automation github-project-automation bot moved this from ✔️ Approved by reviewer to 🎉 Done in FilOz Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🎉 Done

Development

Successfully merging this pull request may close these issues.

Skeleton for nv28 to support development and testing

4 participants