Victor Snyder-Graf
Victor Snyder-Graf
Currently the `entry` macro in `risc0_zkvm::guest` has the syntax of `entry!(main)`. It would be more stylish (😎) to have it be an attribute so it would be `#[entry] fn main()...
It should be possible to specify the `experimental` feature when using `cargo install` to build and install `cargo-risczero`. At the moment it fails with the following error message. ``` ---...
Many applications use the NIST P-256 (aka secp256r1) curve for signatures and other EC cryptography. Having an acclerated implementation would help developers who need this functionality.
Using the default bridge and IPAM drivers, it should be possible to create a bridge without assigning it an IP address. This is expressed at the gateway address through the...
### Expected Behavior If a peer connects to the internal proxy port, but is not in possession of the key configured with the `--proxy.proxiedvalidatoraddress` flag, the peer should not receive...
**Describe the bug** Running a lightest sync node on Baklava sees the following error in the logs ``` ERROR[12-17|14:56:00.928] Error when invoking evm function err="abi: attempting to unmarshall an empty...
A minimal PR to update docs on dev.risczero.com to point to the new benchmarking website and datasheet(s). Note that I linked to the root page from the FAQ, instead of...
I've been wondering for a while why we don't get nice documentation about APIs behind feature flags, such as (e.g. https://docs.rs/tokio/latest/tokio/#modules) I saw these doc.rs metadata declarations in a popular...
## Feature Support compression to `CompactReceipt` through the protobuf client/server API ## Motivation Currently, compression to `CompactReceipt` is only possible when using `LocalProver` built using the `-F prove` flag. As...
## Feature Reduce the latency overhead of polling Bonsai for workflow status ## Motivation Currently, the `BonsaiProver` implements polling with a 5 sec interval to check the status of the...