-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.0.5
#492
Release v0.0.5
#492
Conversation
Relates to filecoin-project/lotus#12279 |
Suggested version: Changes in diff --git a/go.mod b/go.mod
index 5755973..56c5aa0 100644
--- a/go.mod
+++ b/go.mod
@@ -4,10 +4,10 @@ go 1.21
require (
github.com/Kubuxu/go-broadcast v0.0.0-20240621161059-1a8c90734cd6
- github.com/benbjohnson/clock v1.3.5
github.com/drand/kyber v1.3.1
github.com/drand/kyber-bls12381 v0.3.1
github.com/filecoin-project/go-bitfield v0.2.4
+ github.com/filecoin-project/go-clock v0.1.0
github.com/ipfs/go-cid v0.4.1
github.com/ipfs/go-datastore v0.6.0
github.com/ipfs/go-ds-leveldb v0.5.0
@@ -21,12 +21,14 @@ require (
go.opentelemetry.io/otel v1.28.0
go.opentelemetry.io/otel/metric v1.28.0
go.uber.org/multierr v1.11.0
+ go.uber.org/zap v1.27.0
golang.org/x/crypto v0.24.0
golang.org/x/sync v0.7.0
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
)
require (
+ github.com/benbjohnson/clock v1.3.5 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/containerd/cgroups v1.1.0 // indirect
@@ -123,7 +125,6 @@ require (
go.uber.org/dig v1.17.1 // indirect
go.uber.org/fx v1.21.1 // indirect
go.uber.org/mock v0.4.0 // indirect
- go.uber.org/zap v1.27.0 // indirect
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.26.0 // indirect
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #492 +/- ##
==========================================
+ Coverage 79.77% 79.82% +0.04%
==========================================
Files 43 43
Lines 4074 4074
==========================================
+ Hits 3250 3252 +2
- Misses 492 493 +1
+ Partials 332 329 -3 |
5b30183
to
31f1bc3
Compare
hey can we get the top commit in main from steb in as well? (rod thinks that's important |
32e6b5b
to
d3308b6
Compare
Make a new tagged release in prep for lotus dependency bubble-up. Signed-off-by: Jakub Sztandera <[email protected]>
d3308b6
to
b24f7bd
Compare
Suggested version: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index 5755973..56c5aa0 100644
--- a/go.mod
+++ b/go.mod
@@ -4,10 +4,10 @@ go 1.21
require (
github.com/Kubuxu/go-broadcast v0.0.0-20240621161059-1a8c90734cd6
- github.com/benbjohnson/clock v1.3.5
github.com/drand/kyber v1.3.1
github.com/drand/kyber-bls12381 v0.3.1
github.com/filecoin-project/go-bitfield v0.2.4
+ github.com/filecoin-project/go-clock v0.1.0
github.com/ipfs/go-cid v0.4.1
github.com/ipfs/go-datastore v0.6.0
github.com/ipfs/go-ds-leveldb v0.5.0
@@ -21,12 +21,14 @@ require (
go.opentelemetry.io/otel v1.28.0
go.opentelemetry.io/otel/metric v1.28.0
go.uber.org/multierr v1.11.0
+ go.uber.org/zap v1.27.0
golang.org/x/crypto v0.24.0
golang.org/x/sync v0.7.0
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
)
require (
+ github.com/benbjohnson/clock v1.3.5 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/containerd/cgroups v1.1.0 // indirect
@@ -123,7 +125,6 @@ require (
go.uber.org/dig v1.17.1 // indirect
go.uber.org/fx v1.21.1 // indirect
go.uber.org/mock v0.4.0 // indirect
- go.uber.org/zap v1.27.0 // indirect
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.26.0 // indirect
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Make a new tagged release in prep for lotus dependency bubble-up.