Skip to content

chore: bump f3-version#1061

Merged
rjan90 merged 1 commit intomainfrom
phi/gof3-0811
Jan 15, 2026
Merged

chore: bump f3-version#1061
rjan90 merged 1 commit intomainfrom
phi/gof3-0811

Conversation

@rjan90
Copy link
Contributor

@rjan90 rjan90 commented Jan 9, 2026

Bump f3-version

chore: bump f3-version
@rjan90 rjan90 requested a review from Kubuxu January 9, 2026 07:25
@github-project-automation github-project-automation bot moved this to Todo in F3 Jan 9, 2026
@rjan90 rjan90 moved this from Todo to In progress in F3 Jan 9, 2026
@rjan90 rjan90 moved this from In progress to In review in F3 Jan 9, 2026
@rjan90 rjan90 mentioned this pull request Jan 9, 2026
@github-actions
Copy link

github-actions bot commented Jan 9, 2026

Suggested version: 0.8.11

Comparing to: v0.8.10 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 71d2127..7a4f1c1 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,9 @@
 module github.com/filecoin-project/go-f3
 
-go 1.23.7
+go 1.24
 
 require (
-	github.com/consensys/gnark-crypto v0.12.1
+	github.com/consensys/gnark-crypto v0.18.1
 	github.com/filecoin-project/go-bitfield v0.2.4
 	github.com/filecoin-project/go-clock v0.1.0
 	github.com/filecoin-project/go-state-types v0.14.0
@@ -43,9 +43,8 @@ require (
 	github.com/apache/arrow/go/v17 v17.0.0 // indirect
 	github.com/benbjohnson/clock v1.3.5 // indirect
 	github.com/beorn7/perks v1.0.1 // indirect
-	github.com/bits-and-blooms/bitset v1.13.0 // indirect
+	github.com/bits-and-blooms/bitset v1.20.0 // indirect
 	github.com/cespare/xxhash/v2 v2.3.0 // indirect
-	github.com/consensys/bavard v0.1.13 // indirect
 	github.com/containerd/cgroups v1.1.0 // indirect
 	github.com/coreos/go-systemd/v22 v22.5.0 // indirect
 	github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
@@ -100,7 +99,6 @@ require (
 	github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
 	github.com/minio/sha256-simd v1.0.1 // indirect
 	github.com/mitchellh/mapstructure v1.5.0 // indirect
-	github.com/mmcloughlin/addchain v0.4.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
@@ -164,5 +162,4 @@ require (
 	google.golang.org/protobuf v1.36.5 // indirect
 	gopkg.in/yaml.v3 v3.0.1 // indirect
 	lukechampine.com/blake3 v1.3.0 // indirect
-	rsc.io/tmplfunc v0.0.3 // indirect
 )

gorelease says:

# github.com/filecoin-project/go-f3/certstore
## incompatible changes
ImportSnapshotToDatastore: changed from func(context.Context, SnapshotReader, github.com/ipfs/go-datastore.Batching) error to func(context.Context, SnapshotReader, github.com/ipfs/go-datastore.Batching, *github.com/filecoin-project/go-f3/manifest.Manifest) error

# diagnostics
required module github.com/microcosm-cc/bluemonday@v1.0.1 retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.9.0

gocompat says:

HEAD is now at 94dbc80 Release v0.8.10 (#1050)
Previous HEAD position was 94dbc80 Release v0.8.10 (#1050)
Switched to branch 'main'
Your branch is up to date with 'origin/main'.

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.

@codecov
Copy link

codecov bot commented Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.49%. Comparing base (fababb5) to head (76b0059).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1061      +/-   ##
==========================================
+ Coverage   65.37%   65.49%   +0.11%     
==========================================
  Files          81       81              
  Lines        8001     8001              
==========================================
+ Hits         5231     5240       +9     
+ Misses       2236     2228       -8     
+ Partials      534      533       -1     

see 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rjan90
Copy link
Contributor Author

rjan90 commented Jan 12, 2026

@Kubuxu does the version bump here look okay to you?

@BigLep BigLep added this to FilOz Jan 13, 2026
@github-project-automation github-project-automation bot moved this to 📌 Triage in FilOz Jan 13, 2026
@BigLep BigLep moved this from 📌 Triage to 🔎 Awaiting Review in FilOz Jan 13, 2026
@BigLep
Copy link
Member

BigLep commented Jan 13, 2026

Not saying this should block, but do we want to include #1058 ?

@rjan90
Copy link
Contributor Author

rjan90 commented Jan 13, 2026

It’s possible but the CI on that PR is quite red so I’m not sure how much extra work it will take to include it.

@BigLep
Copy link
Member

BigLep commented Jan 13, 2026

It’s possible but the CI on that PR is quite red so I’m not sure how much extra work it will take to include it.

Ack, ok - another time!

Copy link
Contributor

@Kubuxu Kubuxu left a comment

Choose a reason for hiding this comment

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

Assuiming it is rebased on master for workflows to run correctly.

@github-project-automation github-project-automation bot moved this from 🔎 Awaiting Review to ✔️ Approved by reviewer in FilOz Jan 15, 2026
@rjan90
Copy link
Contributor Author

rjan90 commented Jan 15, 2026

It was rebased after the #1059 PR landed:
Screenshot 2026-01-15 at 13 58 33

@rjan90 rjan90 merged commit e967479 into main Jan 15, 2026
24 of 25 checks passed
@rjan90 rjan90 deleted the phi/gof3-0811 branch January 15, 2026 12:59
@github-project-automation github-project-automation bot moved this from ✔️ Approved by reviewer to 🎉 Done in FilOz Jan 15, 2026
@github-project-automation github-project-automation bot moved this from In review to Done in F3 Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done
Status: 🎉 Done

Development

Successfully merging this pull request may close these issues.

3 participants