AleoNet / snarkVM

A Virtual Machine for Zero-Knowledge Executions
https://snarkvm.org
Apache License 2.0
1.08k stars 1.5k forks source link

feat: test targets #2529

Closed joske closed 1 month ago

joske commented 3 months ago

Motivation

Add feature flag to be able to lower coinbase and proof targets for testing purposes.

raychu86 commented 3 months ago

Changes look reasonable. My main question is (posted in sister snarkOS PR) - https://github.com/AleoNet/snarkOS/pull/3378#issuecomment-2284576546

raychu86 commented 1 month ago

Would we want to consider Doing these features only on TestnetV0 and CanaryV0? Just for cleanliness of MainnetV0? I don't have strong preferences either way, but just a thought.

vicsn commented 1 month ago

Would we want to consider Doing these features only on TestnetV0 and CanaryV0? Just for cleanliness of MainnetV0? I don't have strong preferences either way, but just a thought.

I think its a great idea, to further reduce the chance this ever makes it into production mainnet.

vicsn commented 1 month ago

Superseded by: https://github.com/AleoNet/snarkVM/pull/2554