coinbase / chainstorage

The File System For a Multi-Blockchain World
https://time-wilderness-a70.notion.site/ChainStorage-5c173d1cafd842ceb9e38c26bfbd6265?pvs=4
Apache License 2.0
69 stars 24 forks source link

chore: remove downloader from blob storage module #41

Closed bestmike007 closed 8 months ago

bestmike007 commented 9 months ago

What changed? Why?

The blob storage is not depending on block downloader.

How did you test the change?

GitHub Actions.

jiezhang commented 8 months ago

@bestmike007 Do you know why CI didn't kick in?

bestmike007 commented 8 months ago

You probably need to manually trigger it somewhere in this PR.

It succeeded on my fork: https://github.com/bestmike007/chainstorage/actions/runs/6529994771

bestmike007 commented 8 months ago

@bestmike007 Do you know why CI didn't kick in?

It works now.