-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update go-data-transfer with fixes #8403
Conversation
go.mod
Outdated
@@ -44,7 +44,7 @@ require ( | |||
github.com/filecoin-project/go-padreader v0.0.1 | |||
github.com/filecoin-project/go-paramfetch v0.0.4 | |||
github.com/filecoin-project/go-state-types v0.1.3 | |||
github.com/filecoin-project/go-statemachine v1.0.1 | |||
github.com/filecoin-project/go-statemachine v1.0.2-0.20220322104818-27f8fbb86dfd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be a tagged release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure. sorry I didn't know go-statemachine ever started getting tagged. will do.
45ac638
to
30e80fb
Compare
30e80fb
to
7e86f71
Compare
Codecov Report
@@ Coverage Diff @@
## release/v1.15.1 #8403 +/- ##
===================================================
+ Coverage 40.00% 40.38% +0.37%
===================================================
Files 681 681
Lines 74301 74301
===================================================
+ Hits 29723 30005 +282
+ Misses 39421 39050 -371
- Partials 5157 5246 +89
|
Also needs a PR to master |
Resolves a few bugs that produce unneccesary logs and other possible issues
Would appreciate a backport to 1.15.1 if possible.