-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #174 from ipfs-force-community/chore/bump-v1.17.0-rc1
chore: bump version to v1.17.0-rc1
- Loading branch information
Showing
4 changed files
with
140 additions
and
101 deletions.
There are no files selected for viewing
Submodule filecoin-ffi
updated
18 files
+0 −372 | .circleci/config.yml | |
+61 −0 | .github/actions/configure-environment/action.yml | |
+147 −0 | .github/workflows/ci.yml | |
+84 −0 | .github/workflows/release-check.yml | |
+21 −0 | .github/workflows/releaser.yml | |
+27 −19 | README.md | |
+28 −0 | RELEASE.md | |
+1 −5 | bls_test.go | |
+1 −1 | go.mod | |
+17 −4 | install-filcrypto | |
+2 −2 | proofs_test.go | |
+11 −11 | rust/Cargo.lock | |
+2 −2 | rust/Cargo.toml | |
+25 −25 | rust/scripts/publish-release.sh | |
+1 −1 | rust/src/fvm/engine.rs | |
+0 −18 | sector_update.go | |
+3 −0 | version.json | |
+5 −6 | workflows.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.