aztec-packages icon indicating copy to clipboard operation
aztec-packages copied to clipboard

Results 395 aztec-packages issues
Sort by recently updated
recently updated
newest added

Not sure whether that was intentional or not. That console log might be distracting for devs debugging the code tho. Feel free to ignore this PR in case.

If you compile with clag20-assert, this test fails. ``` [ RUN ] MerkleCheckTraceGenTest.MixedEvents vm2_tests: /mnt/user-data/facundo/aztec-packages/barretenberg/cpp/src/barretenberg/vm2/tracegen/merkle_check_trace.cpp:114: void bb::avm2::tracegen::MerkleCheckTraceBuilder::process(const simulation::EventEmitterInterface::Container &, TraceContainer &): Assertion `current_index_in_layer == 0' failed. ```

C-avm
team-bonobos

Adds fast tx request per this spec: https://github.com/AztecProtocol/aztec-packages/issues/15149

ci-full-no-test-cache

In the docs, the path for importing packages form the aztec-packages monorepo was /noir-projects/smart-contracts, which doesn't exist. The updated path is noir-projects/aztec-nr

Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. For audit-related pull requests, please use the [audit PR template](?expand=1&template=audit.md).

Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. For audit-related pull requests, please use the [audit PR template](?expand=1&template=audit.md).

Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. For audit-related pull requests, please use the [audit PR template](?expand=1&template=audit.md).

Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. For audit-related pull requests, please use the [audit PR template](?expand=1&template=audit.md).

Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. For audit-related pull requests, please use the [audit PR template](?expand=1&template=audit.md).

## Summary Implements easy capturing of BBAPI calls in bb.js for debugging and replay, as requested in #1581. ## Changes ### Browser Environment - Checks `localStorage.BBAPI_DEBUG_LOG` or URL query parameter...

ci-full