One of the requirements needed to complete #184, is that we have to retrieve block data from IPFS instead of using the PartSetHeader. To make this possible, we should move the IPFS API object from the consensus.State object, to the store.Blockstore object.
One of the requirements needed to complete #184, is that we have to retrieve block data from IPFS instead of using the
PartSetHeader. To make this possible, we should move the IPFS API object from theconsensus.Stateobject, to thestore.Blockstoreobject.