Skip to content
Open
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
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@defi-wonderland/aztec-standards",
"version": "4.2.0-aztecnr-rc.2",
"version": "4.2.0-nightly.20260408-1",
"repository": {
"type": "git",
"url": "git+https://github.com/defi-wonderland/aztec-standards.git"
Expand All @@ -26,15 +26,15 @@
"*.ts": "prettier --write -u"
},
"dependencies": {
"@aztec/accounts": "4.2.0-aztecnr-rc.2",
"@aztec/aztec.js": "4.2.0-aztecnr-rc.2",
"@aztec/noir-contracts.js": "4.2.0-aztecnr-rc.2",
"@aztec/protocol-contracts": "4.2.0-aztecnr-rc.2",
"@aztec/pxe": "4.2.0-aztecnr-rc.2",
"@aztec/stdlib": "4.2.0-aztecnr-rc.2",
"@aztec/wallet-sdk": "4.2.0-aztecnr-rc.2",
"@aztec/wallets": "4.2.0-aztecnr-rc.2",
"@defi-wonderland/aztec-benchmark": "4.2.0-aztecnr-rc.2",
"@aztec/accounts": "4.2.0-nightly.20260408-1",
"@aztec/aztec.js": "4.2.0-nightly.20260408-1",
"@aztec/noir-contracts.js": "4.2.0-nightly.20260408-1",
"@aztec/protocol-contracts": "4.2.0-nightly.20260408-1",
"@aztec/pxe": "4.2.0-nightly.20260408-1",
"@aztec/stdlib": "4.2.0-nightly.20260408-1",
"@aztec/wallet-sdk": "4.2.0-nightly.20260408-1",
"@aztec/wallets": "4.2.0-nightly.20260408-1",
"@defi-wonderland/aztec-benchmark": "https://github.com/defi-wonderland/aztec-benchmark/releases/download/prerelease-4a93aea/defi-wonderland-aztec-benchmark-4.2.0-nightly.20260408-1-prerelease.4a93aea.tgz",
"commander": "14.0.1",
"dotenv": "16.4.7"
},
Expand All @@ -50,7 +50,7 @@
"vitest": "4.0.17"
},
"config": {
"aztecVersion": "4.2.0-aztecnr-rc.2"
"aztecVersion": "4.2.0-nightly.20260408-1"
},
"engines": {
"node": ">=22"
Expand Down
2 changes: 1 addition & 1 deletion src/dripper/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ compiler_version = ">=1.0.0"
type = "contract"

[dependencies]
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-aztecnr-rc.2", directory = "noir-projects/aztec-nr/aztec" }
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-nightly.20260408-1", directory = "noir-projects/aztec-nr/aztec" }
token = { path = "../token_contract" }
4 changes: 2 additions & 2 deletions src/escrow_contract/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ compiler_version = ">=1.0.0"
type = "contract"

[dependencies]
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-aztecnr-rc.2", directory = "noir-projects/aztec-nr/aztec" }
serde = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-aztecnr-rc.2", directory = "noir-projects/noir-protocol-circuits/crates/serde" }
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-nightly.20260408-1", directory = "noir-projects/aztec-nr/aztec" }
serde = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-nightly.20260408-1", directory = "noir-projects/noir-protocol-circuits/crates/serde" }
token = { path = "../token_contract" }
nft = { path = "../nft_contract" }
sha512 = { git = "https://github.com/noir-lang/sha512", tag = "master" } # TODO: pin to release tag/stable branch when available
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ compiler_version = ">=1.0.0"
type = "contract"

[dependencies]
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-aztecnr-rc.2", directory = "noir-projects/aztec-nr/aztec" }
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-nightly.20260408-1", directory = "noir-projects/aztec-nr/aztec" }
escrow_contract = { path = "../../../" }
token = { path = "../../../../token_contract" }
nft = { path = "../../../../nft_contract" }
2 changes: 1 addition & 1 deletion src/generic_proxy/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ compiler_version = ">=0.25.0"
type = "contract"

[dependencies]
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-aztecnr-rc.2", directory = "noir-projects/aztec-nr/aztec" }
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-nightly.20260408-1", directory = "noir-projects/aztec-nr/aztec" }
4 changes: 2 additions & 2 deletions src/nft_contract/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ compiler_version = ">=1.0.0"
type = "contract"

[dependencies]
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-aztecnr-rc.2", directory = "noir-projects/aztec-nr/aztec" }
compressed_string = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-aztecnr-rc.2", directory = "noir-projects/aztec-nr/compressed-string" }
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-nightly.20260408-1", directory = "noir-projects/aztec-nr/aztec" }
compressed_string = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-nightly.20260408-1", directory = "noir-projects/aztec-nr/compressed-string" }
generic_proxy = { path = "../generic_proxy" }
8 changes: 4 additions & 4 deletions src/token_contract/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ compiler_version = ">=1.0.0"
type = "contract"

[dependencies]
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-aztecnr-rc.2", directory = "noir-projects/aztec-nr/aztec" }
uint_note = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-aztecnr-rc.2", directory = "noir-projects/aztec-nr/uint-note" }
balance_set = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-aztecnr-rc.2", directory = "noir-projects/aztec-nr/balance-set" }
compressed_string = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-aztecnr-rc.2", directory = "noir-projects/aztec-nr/compressed-string" }
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-nightly.20260408-1", directory = "noir-projects/aztec-nr/aztec" }
uint_note = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-nightly.20260408-1", directory = "noir-projects/aztec-nr/uint-note" }
balance_set = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-nightly.20260408-1", directory = "noir-projects/aztec-nr/balance-set" }
compressed_string = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-nightly.20260408-1", directory = "noir-projects/aztec-nr/compressed-string" }
generic_proxy = { path = "../generic_proxy" }
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ unconstrained fn transfer_private_to_commitment_on_behalf_of_other() {
utils::check_private_balance(env, token_contract_address, recipient, transfer_amount);
}

#[test(should_fail_with = "Nullifier witness not found for nullifier")]
#[test(should_fail_with = "Nullifier read request at index 1 is reading an unknown nullifier")]
unconstrained fn transfer_private_to_commitment_wrong_completer() {
let (env, token_contract_address, owner, recipient) =
utils::setup_and_mint_to_private_without_minter(false);
Expand Down
2 changes: 1 addition & 1 deletion src/vault_contract/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ compiler_version = ">=1.0.0"
type = "contract"

[dependencies]
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-aztecnr-rc.2", directory = "noir-projects/aztec-nr/aztec" }
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v4.2.0-nightly.20260408-1", directory = "noir-projects/aztec-nr/aztec" }
token_contract = { path = "../token_contract" }
generic_proxy = { path = "../generic_proxy" }
Loading
Loading