update to work with go-ipfs fork that doesn't use go modules and so can play nice with our forked dependencies; update documentation and dockerfile

This commit is contained in:
Ian Norden
2019-12-02 13:24:54 -06:00
parent 5356cd50bb
commit 230e782e6c
2033 changed files with 224479 additions and 83670 deletions
@@ -51,4 +51,4 @@ func getReceiptNode(receipt *types.ReceiptForStorage) (*EthReceiptNode, error) {
cid: receiptCid,
}
return node, nil
}
}