aztec-packages
aztec-packages copied to clipboard
## 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...
Fixing comments from [this PR](https://github.com/AztecProtocol/aztec-packages/pull/14438).
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...
This PR refactors the node chart so that it can be run as a prover node/broker/agent
Remove: - `previous_archive.next_available_leaf_index` - `end_archive.next_available_leaf_index` - `end_timestamp` - `end_block_number` - `out_hash` The first 4 are committed to by start and end block number, which are constrained by `proposed_block_header_hashes`. `out_hash` is...
AztecNode now has getPrivateLogsByTags and getPublicLogsByTags in its interface instead of the singular getLogsByTags. The logs are however still grouped in a single map in LogStore and TxScopedL2Log return type...
The `getTaggedLogs` oracle from #11641 returns a BoundedVec with maximum length equal to the max number of fields in a public log, but private logs have different max lengths and...
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.