dagstore icon indicating copy to clipboard operation
dagstore copied to clipboard

mount: implement a Lotus mount + unit tests

Open raulk opened this issue 3 years ago • 3 comments

Incubate it here, to then spin off to the Lotus repo upon integration of the DAG store there.

raulk avatar Jun 22 '21 10:06 raulk

We already have a rough implementation at https://github.com/filecoin-project/lotus/pull/6584. @dirkmc has agreed to take this to completion and write tests for it as part of the work to integrate the Sharded DAG Store into Markets.

aarshkshah1992 avatar Jul 06 '21 05:07 aarshkshah1992

It doesn't seem to adhere to the mount API though. Interested to see how that will look.

raulk avatar Jul 06 '21 08:07 raulk

Updated PR at https://github.com/filecoin-project/go-fil-markets/pull/564 that adheres to the Mount API.

aarshkshah1992 avatar Jul 06 '21 11:07 aarshkshah1992