Mario Rugiero
Mario Rugiero
Since 3.20 Valgrind defaults cachegrind's behavior to `--cache-sim=no`, which broke IAI. Passing `--cache-sim=yes` explicitly should solve this.
Adds a new environment variable `SHIORI_MAX_PAR_DL` to limit the number of concurrent downloads on the `update` command (and other, if necessary). It defaults to the number of logical CPUs reported...
## What ❔ Convert the `iai` benchmarks to use `iai-callgrind`. Split the measure for VM creation and VM execution. Explicitly exclude all code made only to adapt the input from...
- **docs: clarify risc0 version and installation (#1146)** - **refactor(batcher): add user state & other code quality refactors (#1106)** - **fix: operator downtime (#1073)** - **chore: rm halo2 from verifiers...
We need to make sure we can handle a reasonable number of concurrent clients. We also need to make sure we gracefully reject excess load to avoid DDoS attacks.
The list(s) endpoints receive a JSON encoded list of URLs as a query param. Because it's a query param, it's escaped, so the `json_decode` method can't decode it without first...
# TITLE ## Description Description of the pull request changes and motivation. ## Type of change Please delete options that are not relevant. - [ ] New feature - [...
Reported by cantina#66. ## Transcript from the report: ### Description When submitting a proof to the batcher users can specify the `max_fee` they are willing to pay for the proof...
From cantina issue #45. Transcript of description: ``` Batcher service's can be DoSed as in proof submission pipeline computationally expensive ZK proof verification is performed before any user validation checks....
In the context of #1742 (cantina #59) it was suggested that we may also want to require fields unused by the requested verifier to be undefined, because that extra data...