Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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