Granola-Team / infra

Granola's cloud infrastructure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically upload precomputed blocks to object storage

trevorbernard opened this issue · comments

Run a Mina node and log the precomputed blocks into a bucket we control. E.g. S3 Bucket

Just need to resolve merge conflicts MinaProtocol/mina#13236. However, this solution will only allow us to get blocks in the transition frontier. Hosting a bucket of all precomputed blocks is another story altogether.

@Isaac-DeFrain My interpretation of this issue is that it is about the hosting of a precomputed blocks bucket. I'll take it.

https://granola-mina-blocks.se-sto-1.linodeobjects.com is now where we host our (corrected) block files. Also, we do not use gsutil to download blocks in our regression suite.

A final step is to create a Mina node that uploads blocks to the bucket in an automated fashion.