Merge pull request #1188 from filecoin-project/feat/sigs-standalone

Don't depend on ffi
This commit is contained in:
Whyrusleeping
2020-02-04 10:45:21 -08:00
committed by GitHub
17 changed files with 268 additions and 170 deletions
+2
View File
@@ -37,6 +37,8 @@ import (
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/chain/vm"
"github.com/filecoin-project/lotus/chain/wallet"
_ "github.com/filecoin-project/lotus/lib/sigs/bls"
_ "github.com/filecoin-project/lotus/lib/sigs/secp"
"github.com/filecoin-project/lotus/markets/storageadapter"
"github.com/filecoin-project/lotus/miner"
"github.com/filecoin-project/lotus/node/config"