Victor Snyder-Graf

Results 85 issues of Victor Snyder-Graf

``` Warning (3628): This contract has a payable fallback function, but no receive ether function. Consider adding a receive ether function. --> lib/risc0-ethereum/contracts/src/relay/BonsaiRelayQueueWrapper.sol:26:1: | 26 | contract BonsaiRelayQueueWrapper is IBonsaiRelay,...

One of the friction points with the Eth Verifirer API is that the user has to drag around the `post_state_digest`. It is a field only needed to construct the receipt...

### Crate Name: `getrandom` https://docs.rs/getrandom > NOTE: When using `risc0-zkvm` version 0.14 or later, guests may use `getrandom` and `rand` crates without issue. This issue is only relevant to you...

rust guest workarounds

Currently the example app, `publisher.rs`, only supports a local wallet (e.g. a raw private key provided as an input). It would be good to have the example support hardware wallets...

Not intended to actually merge, this PR is an experiment in uses Cargo to resolve where we can get our smart contracts.

I don't this the example in `examples/erc20/README.md` is covered by CI. We should see about ensuring it gets covered.

CI