coinbase / chainstorage

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

add gcs module, this fixes the initialization chainstorage #80

Closed HenryYYang closed 5 months ago

HenryYYang commented 5 months ago

What changed? Why?

This fixes the following error whenever we try to start chainstorage. failed to build internal.BlobStorage:\nmissing dependencies for function \"[github.com/coinbase/chainstorage/internal/storage/blobstorage/internal\](http://github.com/coinbase/chainstorage/internal/storage/blobstorage/internal%5C)".WithBlobStorageFactory\n\t/app/internal/storage/blobstorage/internal/blobstorage.go:32:\nmissing type:\n\t- internal.BlobStorageFactory[name=\"blobstorage/gcs\"] (did you mean to Provide it?)

How did you test the change?