Use custom specs-actors
This commit is contained in:
parent
05aea36497
commit
e42aa427f2
@ -5,7 +5,6 @@ import (
|
||||
"context"
|
||||
"flag"
|
||||
"fmt"
|
||||
"github.com/filecoin-project/specs-actors/actors/builtin/power"
|
||||
"os"
|
||||
"regexp"
|
||||
"strconv"
|
||||
@ -43,9 +42,6 @@ func init() {
|
||||
abi.RegisteredSealProof_StackedDrg2KiBV1: {},
|
||||
}
|
||||
verifreg.MinVerifiedDealSize = big.NewInt(256)
|
||||
|
||||
power.InitialQAPowerEstimatePosition = big.Zero()
|
||||
power.InitialQAPowerEstimateVelocity = big.Zero()
|
||||
}
|
||||
|
||||
// TestPaymentChannels does a basic test to exercise the payment channel CLI
|
||||
|
2
go.mod
2
go.mod
@ -136,4 +136,4 @@ replace github.com/dgraph-io/badger/v2 => github.com/dgraph-io/badger/v2 v2.0.1-
|
||||
|
||||
replace github.com/filecoin-project/test-vectors => ./extern/test-vectors
|
||||
|
||||
replace github.com/filecoin-project/specs-actors => github.com/filecoin-project/specs-actors v0.9.1-0.20200904012052-4acd0efe4a20
|
||||
replace github.com/filecoin-project/specs-actors => github.com/filecoin-project/specs-actors v0.9.1-0.20200904061102-cda6295935e1
|
||||
|
4
go.sum
4
go.sum
@ -288,8 +288,8 @@ github.com/filecoin-project/sector-storage v0.0.0-20200712023225-1d67dcfa3c15/go
|
||||
github.com/filecoin-project/sector-storage v0.0.0-20200730050024-3ee28c3b6d9a/go.mod h1:oOawOl9Yk+qeytLzzIryjI8iRbqo+qzS6EEeElP4PWA=
|
||||
github.com/filecoin-project/sector-storage v0.0.0-20200810171746-eac70842d8e0 h1:E1fZ27fhKK05bhZItfTwqr1i05vXnEZJznQFEYwEEUU=
|
||||
github.com/filecoin-project/sector-storage v0.0.0-20200810171746-eac70842d8e0/go.mod h1:oOawOl9Yk+qeytLzzIryjI8iRbqo+qzS6EEeElP4PWA=
|
||||
github.com/filecoin-project/specs-actors v0.9.1-0.20200904012052-4acd0efe4a20 h1:pg57KQq02mSx8UAEAeoHynO5eQ9jitn988T/69v0lgY=
|
||||
github.com/filecoin-project/specs-actors v0.9.1-0.20200904012052-4acd0efe4a20/go.mod h1:owyL7TZ+sG9h0sW/eDNKm78/u0h20qz81fEKxIVxabs=
|
||||
github.com/filecoin-project/specs-actors v0.9.1-0.20200904061102-cda6295935e1 h1:02kqUG/rhvkxuiXMzO40aG77qoALaMXFU7OsaqI5DCI=
|
||||
github.com/filecoin-project/specs-actors v0.9.1-0.20200904061102-cda6295935e1/go.mod h1:owyL7TZ+sG9h0sW/eDNKm78/u0h20qz81fEKxIVxabs=
|
||||
github.com/filecoin-project/specs-storage v0.1.0/go.mod h1:Pr5ntAaxsh+sLG/LYiL4tKzvA83Vk5vLODYhfNwOg7k=
|
||||
github.com/filecoin-project/specs-storage v0.1.1-0.20200622113353-88a9704877ea/go.mod h1:Pr5ntAaxsh+sLG/LYiL4tKzvA83Vk5vLODYhfNwOg7k=
|
||||
github.com/filecoin-project/specs-storage v0.1.1-0.20200730063404-f7db367e9401 h1:jLzN1hwO5WpKPu8ASbW8fs1FUCsOWNvoBXzQhv+8/E8=
|
||||
|
Loading…
Reference in New Issue
Block a user