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

Fix publishing of `risc0-steel` (#151) #158

Closed nategraf closed 2 months ago

nategraf commented 2 months ago

This fixes #144 by copying the Solidity struct from contracts into the sol! macro. This removes all external dependencies, but we need to make sure that these two places always match.

Cherry-pick of #151 to release-1.0

nategraf commented 2 months ago

Once this is merged, I'll release a tag a new version of steel and publish to crates.io