MinaProtocol / mina

Mina is a cryptocurrency protocol with a constant size blockchain, improving scaling while maintaining decentralization and security.
https://minaprotocol.com
Apache License 2.0
1.97k stars 523 forks source link

Remove snark key download #15789

Open mrmr1993 opened 2 days ago

mrmr1993 commented 2 days ago

We no longer store snark keys in S3, so this codepath is entirely unused. This PR removes the compile-time configuration option and the logic for downloading those keys.

mrmr1993 commented 2 days ago

!ci-build-me