guipublic

Results 46 issues of guipublic

This PR is the same as #8374, but with some added runtime checks as suggested by @zac-williamson. #8374 was merged and then rollback because it caused issues with e2e tests....

# Description ## Problem\* Resolves #6085 ## Summary\* This PR tries to benefit from Barretenberg's 'big-add gates' support, which was enabled by PR https://github.com/AztecProtocol/aztec-packages/pull/8960 It's a simple optimisation which removes...

# Description ## Problem\* Related to #5237 ## Summary\* Switch Pedersen to use Noir implementation based on MSM opcodes. Once this PR is merged we will be able to remove...

This PR update ACIR deserialisation to matche the ACIR changes in noir PR https://github.com/noir-lang/noir/pull/8134

# Description ## Problem\* Resolves #8774 ## Summary\* The compiler crash is transformed into an error during execution by using non solvable witness to represent unresolved loads. ## Additional Context...

# Description ## Problem\* Related to #7934 Resolves #7920 ## Summary\* This PR currently combines #7834, #7716 and the removal of num-bits in ACIR. It is in a draft because...

bench-show

# Description ## Problem\* As discussed, we disallow casting signed integers to Field. This is because the current implementation is not coherent: -1_i8 as Field resulted in 255 instead of...

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).

ci-no-fail-fast
ci-full-no-test-cache

# Description ## Problem Resolves #10849 ## Summary Add an option for nargo execute: 'check-witness', which requires the path to a witness file. ## Additional Context This will try to...

# Description ## Problem Resolves #10606 ## Summary Track references in arrays returned by if_else ## Additional Context ## User Documentation Check one: - [X] No user documentation needed. -...