-
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
feat(deps): update markets stack #7959
Conversation
update go-fil-markets, go-data-transfer 1.13.0, go-graphsync 0.12.0
03d3096
to
92d56d8
Compare
Codecov Report
@@ Coverage Diff @@
## master #7959 +/- ##
==========================================
- Coverage 39.33% 39.21% -0.13%
==========================================
Files 658 658
Lines 71142 71136 -6
==========================================
- Hits 27985 27895 -90
- Misses 38341 38424 +83
- Partials 4816 4817 +1
Continue to review full report at Codecov.
|
go.mod
Outdated
github.com/filecoin-project/go-fil-commcid v0.1.0 | ||
github.com/filecoin-project/go-fil-commp-hashhash v0.1.0 | ||
github.com/filecoin-project/go-fil-markets v1.14.1 | ||
github.com/filecoin-project/go-fil-markets v1.14.2-0.20220115005823-180ae44bbc36 |
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.
Should be a tag
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.
@hannahhoward context here is just that we're trying to diligently avoid commit deps in lotus because it's breaking a little too often and pissing people off
This PR updates market stack:
Checklist
Before you mark the PR ready for review, please make sure that:
<PR type>: <area>: <change being made>
fix: mempool: Introduce a cache for valid signatures
PR type
: fix, feat, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs, misc,perf, refactor, revert, style, testarea
: api, chain, state, vm, data transfer, market, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet