Conversation
chore: bump f3-version
|
Suggested version: 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
)
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ 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 🚀 New features to boost your workflow:
|
|
@Kubuxu does the version bump here look okay to you? |
|
Not saying this should block, but do we want to include #1058 ? |
|
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! |
Kubuxu
left a comment
There was a problem hiding this comment.
Assuiming it is rebased on master for workflows to run correctly.
|
It was rebased after the #1059 PR landed: |

Bump f3-version