-
Notifications
You must be signed in to change notification settings - Fork 463
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 #5902 from filecoin-project/feat/FIP0061
Feat/actor state migrate for nv19 / actor nv19 状态迁移
- Loading branch information
Showing
5 changed files
with
151 additions
and
13 deletions.
There are no files selected for viewing
Submodule filecoin-ffi
updated
13 files
+42 −8 | .circleci/config.yml | |
+3 −3 | README.md | |
+15 −10 | cgo/const.go | |
+10 −13 | go.mod | |
+76 −21 | go.sum | |
+11 −22 | install-filcrypto | |
+57 −27 | proofs.go | |
+443 −232 | rust/Cargo.lock | |
+5 −5 | rust/Cargo.toml | |
+1 −1 | rust/scripts/build-release.sh | |
+1 −1 | rust/src/fvm/engine.rs | |
+74 −2 | rust/src/proofs/api.rs | |
+29 −0 | rust/src/proofs/types.rs |
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
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
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
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