risc0 / risc0-ethereum

Integration of the RISC Zero verifiable compute platform with Ethereum and EVM chains.
https://risczero.com
Apache License 2.0
60 stars 15 forks source link

WEB3-66: Add version string to RiscZeroGroth16Verifier.sol #187

Closed nategraf closed 1 month ago

nategraf commented 1 month ago

In order to make it easier to determine which version a given verifier contract is, this PR adds a semantic version string.

Note that this does mean an additional step in the release process. I couldn't think of a way to make this automatic.