Closed
Conversation
chore: bump go-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 #1060 +/- ##
==========================================
- Coverage 65.46% 65.37% -0.09%
==========================================
Files 81 81
Lines 7992 7992
==========================================
- Hits 5232 5225 -7
- Misses 2230 2234 +4
- Partials 530 533 +3 🚀 New features to boost your workflow:
|
Contributor
Author
|
Converting to draft, needs a rebase once #1059 is merged |
Contributor
Author
|
Closed in favour of: #1061 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Once #1059 lands, bump version so that we can bubble this up to Lotus/Forest/Venus