Skip to content

Commit

Permalink
Merge branch 'master' into mm/pg-refactor-new
Browse files Browse the repository at this point in the history
  • Loading branch information
maramihali committed Feb 29, 2024
2 parents 94ed534 + b0bc772 commit 940f842
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,9 @@ class UltraCircuitBuilder_ : public CircuitBuilderBase<typename Arithmetization_
* 5) Number of non-native field multiplication gates.
*
* @return size_t
* TODO(https://github.com/AztecProtocol/barretenberg/issues/875): This method may return an incorrect value before
* the circuit is finalized due to a failure to account for "de-duplication" when computing how many
* non-native-field gates will be present.
*/
size_t get_num_gates() const override
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ We can see that each account has the expected balance of tokens.

### Calling an unconstrained (view) function

<img src="/img/sandbox_unconstrained_function.svg" alt="Unconstrained function call" />
<a href="https://raw.githubusercontent.com/AztecProtocol/aztec-packages/6b9e2cc6d13051c4ed38387264600a3cc6d28210/docs/static/img/sandbox_unconstrained_function.png"><img src="/img/sandbox_unconstrained_function.png" alt="Unconstrained function call" /></a>

## Create and submit a transaction

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 940f842

Please sign in to comment.