aztec-packages
aztec-packages copied to clipboard
Updates the debugging docs to actually work. closes: https://github.com/AztecProtocol/dev-rel/issues/396
Removes the weird duality that was required when Brillig was slow
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
Fixes #8648 \+ nuked `GENERATOR_INDEX__NOTE_HIDING_POINT ` as it was no longer used Merging blocked by lacking support of comptime evaluation of `derive_generators`:
The keccak256 opcode has been removed from brillig but still exists in the AVM. This should be removed to clean up.
## Overview Introduces chaos mesh Install with ./install.sh Then forward the dashboard with ./forward.sh
As mentioned [here](https://github.com/AztecProtocol/aztec-packages/pull/8438/files#r1765910102), `aztec-nr/src/generators.nr` has a bunch of hard-coded generators. These should be generated at `comptime` instead.
We have a mess in terms of the base API we expose to users. This is epitomized in: ```ts public async estimateGas( opts?: Omit, ): Promise { // REFACTOR: both...
We only build tsc on build, and use the generate step for moving build artifacts and generate code.
When the sequencer goes to see if its epoch proof quote is valid, it simulates it at the time of the previous block on L1, even though it should simulate...