-
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 go-fil-markets-v1.2.5 #5941
Conversation
2460217
to
6f392ef
Compare
Regarding
Obviously worth testing, but we do expect it so succeed, right? Like we haven't changed any of the protocols themselves, right> |
Yes, I'm not expecting we'll see any problems, it's more of a sanity check |
6f392ef
to
4a3261a
Compare
Testground tests:
Manual Tests:
|
Testing of upgrade / downgradeClientNote: I did see an issue downgrading from this branch to v1.6.0 - it was not possible to make a retrieval deal on the client after downgrading from this branch to v1.6.0:
After downgrading the client from this branch to v1.6.0 it was possible to make a storage deal. MinerAfter downgrading the miner from this branch to v1.6.0 I did not see any issues - I was able to successfully make a storage and retrieval deal. |
Fixes #5829
Fixes #5895
Note: This version of markets still contains some known issues with retrieval, that will be fixed in a subsequent release (For example if the connection goes down during a retrieval, the deal will not recover).
Major improvements:
For a detailed list of changes, see the changelog in go-fil-markets (from v1.2.3 - v1.2.5):
https://github.com/filecoin-project/go-fil-markets/blob/master/CHANGELOG.md
Tasks:
I found there was an issue downgrading from this branch to v1.6.0 - see comment below