risc0 / risc0-ethereum

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

`risc0-ethereum-contracts` does not build in the guest environment #304

Open nategraf opened 4 hours ago

nategraf commented 4 hours ago

risc0-ethereum-contracts does not currently build for the guest. I currently pulls in socket2 for networking support, which is cannot build for the guest. We don't need functions that require network access in the guest, but the feature flags are not in place to conditionally compile this support.

linear[bot] commented 4 hours ago

WEB3-194 `risc0-ethereum-contracts` does not build in the guest environment