Skip to content

Commit

Permalink
feat: Update noir to v0.16 (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant authored Oct 6, 2023
1 parent c03c654 commit e8d0675
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 24 deletions.
3 changes: 0 additions & 3 deletions yarn-project/aztec-nr/authwit/src/account.nr
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
mod entrypoint;
mod auth;

use dep::aztec::context::{PrivateContext, PublicContext, Context};
use dep::aztec::selector::compute_selector;
use dep::aztec::state_vars::{map::Map, public_state::PublicState};
Expand Down
12 changes: 6 additions & 6 deletions yarn-project/aztec.js/src/abis/ecdsa_account_contract.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions yarn-project/aztec.js/src/abis/schnorr_account_contract.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions yarn-project/noir-compiler/src/noir-version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"tag": "0.12.0-aztec.0",
"commit": "3b43709ddd5feffdbbc1723ba7dbcf63531aae05"
"tag": "0.16.0-aztec.1",
"commit": "f43083c744ff13aefa4d294a090c9445a9b70aac"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
mod interest_math;
use crate::interest_math::compute_multiplier;
use dep::std::hash::pedersen;
use dep::safe_math::SafeU120;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
mod auth_oracle;

use dep::std::{schnorr::verify_signature};
use dep::aztec::address::compute_address;
use crate::auth_oracle::{AuthWitness};
Expand Down

0 comments on commit e8d0675

Please sign in to comment.