Run window post test on circle

This commit is contained in:
Łukasz Magiera
2020-06-01 15:06:10 +02:00
parent ee29a92021
commit b753cd4503
4 changed files with 19 additions and 10 deletions
+2 -4
View File
@@ -8,12 +8,10 @@ import (
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-fil-markets/storagemarket"
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/sector-storage/stores"
"github.com/filecoin-project/sector-storage/storiface"
"github.com/filecoin-project/specs-actors/actors/abi"
sealing "github.com/filecoin-project/storage-fsm"
"github.com/filecoin-project/lotus/chain/types"
)
// StorageMiner is a low-level interface to the Filecoin network storage miner node
@@ -120,4 +118,4 @@ func (st *SealSeed) Equals(ost *SealSeed) bool {
return bytes.Equal(st.Value, ost.Value) && st.Epoch == ost.Epoch
}
type SectorState = sealing.SectorState
type SectorState string