Álvaro Rodríguez

Results 14 issues of Álvaro Rodríguez

Currently, we bound the SET opcode constant size to 2.pow(128) - 1 in the AVM bytecode wire format, to keep opcodes within the size of one field. This issue is...

optimisation
avm

Emitted size reductions ``` AppSubscription::assert_block_number with size 406 => 403 AppSubscription::assert_not_expired with size 399 => 396 AppSubscription::constructor with size 2476 => 2456 Auth::constructor with size 2012 => 1995 Auth::get_authorized with...

Restores verification in the VK tree. Adds support for Honk and ClientIVC verification keys in the circuits. We still have an exception for Tube though, since it's still not a...

e2e-all
bench-all

### Aim Compile aztec contracts after https://github.com/noir-lang/noir/pull/6107 ### Expected Behavior It should compile ### Bug ``` error: Could not resolve some references to the array. All references must be resolved...

bug