Miranda Wood
Miranda Wood
First run at creating new rollup circuits for batch block proving (see [this PR](https://github.com/AztecProtocol/engineering-designs/pull/7) for details). ~Please note the e2e tests will fail miserably as the circuits are not yet...
## Finalises integration of batched blobs `mw/blob-batching-integration` adds batching to the rollup .nr circuits only (=> will not run in the repo). This PR brings those changes downstream to the...
WIP TODOs - [ ] Compress BLS12 fq and fr values to fewer native fields to reduce number of public inputs (somewhat blocked by #13608 since that dictates how large...
Ts only blob batching methods plus tests. Points to the parent methods PR: #13583. TODOs (Marked in files as `TODO(MW)`): - [ ] Remove the large trusted setup file? Not...
Note: merging ts methods into this branch because many nr tests use the same inputs and process as the ts versions. It's useful (to me!) to have them side by...
Not sure why, but couldn't make a smaller repro (maybe related to many inputs in the witness?) of a failure I was seeing in `nargo execute` with correct inputs. Repro:...