Releases: filecoin-project/filecoin-ffi
Releases · filecoin-project/filecoin-ffi
v1.28.0
What's Changed
- feat: Add skeleton for nv23 by @rjan90 in #454
- chore: update Rust version on CI to 1.73 by @vmx in #455
- ci: switch macos builds to apple silicon and upgrade xcode by @galargh in #424
- feat: add support for Non-interactive PoRep by @vmx in #459
- chore: update fvm to 4.3.1 by @Stebalien in #462
- chore: Updates and fixes in README.md by @rjan90 in #461
- build(deps): bump zerovec from 0.10.2 to 0.10.4 in /rust by @dependabot in #466
- [skip changelog]: Update CircleCI config for arm64 by @aarshkshah1992 in #465
- build(deps): bump zerovec-derive from 0.10.2 to 0.10.3 in /rust by @dependabot in #467
New Contributors
- @aarshkshah1992 made their first contribution in #465
Full Changelog: v1.27.0-rc2...v1.28.0
d041c9ab85e68cfb
build(deps): bump zerovec-derive from 0.10.2 to 0.10.3 in /rust Bumps [zerovec-derive](https://github.com/unicode-org/icu4x) from 0.10.2 to 0.10.3. - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits/ind/[email protected]) --- updated-dependencies: - dependency-name: zerovec-derive dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
e467d2992e3f9bd0-arm64
Fixes the issue of arm64 artifacts in the e467d2992e3f9bd0
release.
v1.28.0-rc2
What's Changed
- chore: update fvm to 4.3.1 by @Stebalien in #462
Full Changelog: v1.28.0-rc1...v1.28.0-rc2
e467d2992e3f9bd0
chore: update fvm to 4.3.1 (#462) Removes the nv32-dev feature, enabling support by default.
v1.28.0-rc1
This is the first release candidate of Filecoin-FFI v1.28.0, which carries the changes for the NV23 upgrade.
What's Changed
- feat: Add skeleton for nv23 by @rjan90 in #454
- chore: update Rust version on CI to 1.73 by @vmx in #455
- ci: switch macos builds to apple silicon and upgrade xcode by @galargh in #424
- feat: add support for Non-interactive PoRep by @vmx in #459
Full Changelog: v1.27.0-rc2...v1.28.0-rc1
c97a43ae6c51e5e4
feat: add support for Non-interactive PoRep (#459) * feat: add support for Non-interactive PoRep This commit adds support for ni-porep. It's a combination of the indivdual PRs #453, #456 and #458. Thanks everyone involved working on those. The changes are for the Go side (actors and FVM) as well as the Rust side (proofs API). Changes on the CI are: - Makes it match the Rust version in the rust-toolchain.toml - Newer Go version (1.21) on all platforms - Larger instance for the testsas the Ni-PoRep synthesis phase takes more resources. Closes #453, #456, #458. --------- Co-authored-by: Steven Allen <[email protected]> Co-authored-by: Rod Vagg <[email protected]> Co-authored-by: nemo <[email protected]>
v1.28.0-dev2
This is a developer release of Filecoin-FFI intended exclusively for running nv23-testing in the Butterfly-network. The release is based on #459. Do not use this release in production environments.
What's Changed
- feat: Add skeleton for nv23 by @rjan90 in #454
- chore: update Rust version on CI to 1.73 by @vmx in #455
- ci: switch macos builds to apple silicon and upgrade xcode by @galargh in #424
Full Changelog: v1.27.0-rc2...v1.28.0-dev2
e1e8d6082c7fcd4d
WIP use rust-fil-proofs branch until there is a release