AleoNet / snarkOS

A Decentralized Operating System for ZK Applications
http://snarkos.org
Apache License 2.0
4.24k stars 2.59k forks source link

[CDN] Enable CDN for Testnet Beta #3348

Open raychu86 opened 3 weeks ago

raychu86 commented 3 weeks ago

Motivation

This PR adds CDN support for the different networks (MainnetV0, TestnetV0, and CanaryV0).

Currently the CDN is only working for Testnet Beta because only the Testnet Beta blocks have been uploaded to the CDN.

Once mainnet is up and running, blocks can be uploaded to the CDN, and nodes will be able to start fetching blocks from it.

Full CI is being run here.

vicsn commented 3 weeks ago

Partially resolves: https://github.com/AleoNet/snarkOS/issues/3284

raychu86 commented 3 weeks ago

@vicsn Sorry, had to dismiss your review. I added an additional check to keep the same functionality as before the change.