Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: lock versions to the correct minor, and update #1613

Conversation

Stebalien
Copy link
Member

  1. Update minimum versions for in-workspace crates.
  2. Use the tilde constraint to ensure that we don't update to the next minor version.

Otherwise, the next minor release (which will re-release the changes on master) will break anything depending on this release.

NOTE: we should also go ahead and release those minor releases. This is kind of hard to test otherwise.

1. Update minimum versions for in-workspace crates.
2. Use the tilde constraint to ensure that we don't update to the next
   minor version. The next minor version is going to revert the change.
@Stebalien Stebalien force-pushed the fix/lock-versions branch from e5dc008 to 4a9a4c0 Compare June 14, 2022 03:26
@arajasek
Copy link
Contributor

is CI sad because it was opened from a fork?

@vmx
Copy link
Contributor

vmx commented Jun 14, 2022

is CI sad because it was opened from a fork?

No that's not the issue. I think I know how to fix that.

@vmx
Copy link
Contributor

vmx commented Jun 14, 2022

@arajasek I was wrong, it was the issue. Though, this PR should be green soon.

@arajasek
Copy link
Contributor

arajasek commented Jun 14, 2022

@vmx CI still sad :(

@Stebalien
Copy link
Member Author

Looks like something timed out.

@Stebalien Stebalien force-pushed the fix/lock-versions branch from 02e7ad5 to 90c56b0 Compare June 15, 2022 04:03
@Stebalien
Copy link
Member Author

It's failing to fetch parameters. I'm seeing if I can get that working.

@vmx
Copy link
Contributor

vmx commented Jun 15, 2022

It's failing to fetch parameters. I'm seeing if I can get that working.

ipget doesnt' really work properly (reported here: ipfs/ipget#103). The fix is to use curl instead. I'll backport 3676e5b.

@cryptonemo cryptonemo merged commit 54bda68 into filecoin-project:releases/v11-release-branch Jun 15, 2022
cryptonemo added a commit that referenced this pull request Jun 15, 2022
@vmx
Copy link
Contributor

vmx commented Jun 15, 2022

For the record: this exact change passed all tests, when the CI was fixed. It's shown at #1614.

cryptonemo added a commit that referenced this pull request Jul 22, 2022
* feat: extend proofs API such that aggregation can use snarkpack versions
* feat: extend aggregation tests to ensure version incompatibility
* feat: update bellperson and neptune to latest
* feat: update CI nightly
* feat: update dependencies
* feat: lock versions so only patch releases are allowed

Based on #1613

* feat: update merkletree to latest release
* docs: update changelog for release
* docs: update changelog for release
* feat: update neptune to the latest release
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants