Implement 'storage miner' module, wire up a few bits it needs to start

This commit is contained in:
whyrusleeping
2019-07-29 17:46:56 -07:00
parent 2576853426
commit ee224e5b21
14 changed files with 181 additions and 31 deletions
+1
View File
@@ -73,6 +73,7 @@ type FullNode interface {
ChainWaitMsg(context.Context, cid.Cid) (*MsgWait, error)
ChainGetBlock(context.Context, cid.Cid) (*types.BlockHeader, error)
ChainGetBlockMessages(context.Context, cid.Cid) ([]*types.SignedMessage, error)
ChainCall(context.Context, *types.Message) (*types.MessageReceipt, error)
// messages