Merge pull request #8293 from filecoin-project/feat/fvm

Filecoin Virtual Machine integration
This commit is contained in:
Aayush Rajasekaran
2022-03-16 15:51:56 -04:00
committed by GitHub
21 changed files with 507 additions and 99 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ var ChainNode = Options(
Override(new(ffiwrapper.Verifier), ffiwrapper.ProofVerifier),
Override(new(ffiwrapper.Prover), ffiwrapper.ProofProver),
// Consensus: VM
// Consensus: LegacyVM
Override(new(vm.SyscallBuilder), vm.Syscalls),
// Consensus: Chain storage/access