ipfs / lightning-storm

Just a planning repo for project lightning storm for now
0 stars 0 forks source link

DAG Service integration #9

Open hannahhoward opened 2 years ago

hannahhoward commented 2 years ago

Largely putting this one off for last, but:

The DAGService and asssociated walking functions are essentially the core traversal methods in go-IPFS

For Lightning storm to work, it needs to work with the DAG service.

My first version thought is:

There's a penalty paid in terms of double disk I/O but I think that's probably ok until we can delete the DAGService in a much later endeavor.