-
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 to markets-v1.4.0 #6369
update to markets-v1.4.0 #6369
Conversation
Testground Tests:
|
5ee1203
to
06dbca2
Compare
@@ -8,19 +8,20 @@ require ( | |||
github.com/davecgh/go-spew v1.1.1 | |||
github.com/drand/drand v1.2.1 | |||
github.com/filecoin-project/go-address v0.0.5 | |||
github.com/filecoin-project/go-data-transfer v1.1.1-0.20210428151930-29bfef7e037e | |||
github.com/filecoin-project/go-data-transfer v1.4.3 |
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.
@dirkmc Shouldn't this be v1.5.0 ?
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.
This is the go.mod for lotus-soup so the deps just need to match the lotus dep.
The lotus dep is v1.9.0, which depends on go-data-transfer v1.4.3:
https://github.com/filecoin-project/lotus/blob/v1.9.0/go.mod#L35
Fixes #6343 #6297
Testground tests
Manual tests
Release go-data-transfer and go-fil-markets