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: 1 addition & 2 deletions .claude/skills/bump-aztec-version/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ When everything is green: commit, open a PR to `main`, let CI pass, merge. Then
stopped matching. If `get_escrow`/derivation tests fail, diff the aztec-packages key-derivation
constants/`PublicKeys` at the target ref and re-sync. Regenerate the hardcoded `get_test_vector` hashes.
- **v5 wallet API.** `createSchnorrAccount(secret, salt)` → now needs a 3rd `GrumpkinScalar` signing key;
`Wallet` context types may need `EmbeddedWallet`. Deploy scripts derive the secret from the signing key
(`deriveSecretKeyFromSigningKey`).
`Wallet` context types may need `EmbeddedWallet`.
- **Local wallet-internals shims hide upstream API drift.** `src/ts/test/utils.ts` casts wallets through
`unknown` to a hand-written `WalletWithInternals`, so typechecking only verifies that local interface —
not the real protected `BaseWallet` methods. Diff every shimmed method against both the old and target
Expand Down
4 changes: 0 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# Aztec node URL used by JS tests and benchmarks (defaults to http://localhost:8080)
NODE_URL=
# Aztec node URL used by scripts/deploy.ts (overrides the network default)
AZTEC_NODE_URL=
# Deployer signing key secret used by scripts/deploy.ts
SIGNING_KEY_SECRET=
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"lint:prettier": "prettier '**/*.{js,ts}' --write",
"format:check": "prettier --check '**/*.{js,ts}'",
"bench": "NODE_NO_WARNINGS=1 aztec-benchmark --suffix _base",
"ccc": "yarn clean && yarn compile && yarn codegen",
"deploy": "NODE_NO_WARNINGS=1 tsx scripts/deploy.ts"
"ccc": "yarn clean && yarn compile && yarn codegen"
},
"lint-staged": {
"*.ts": "prettier --write -u"
Expand All @@ -30,20 +29,15 @@
"@aztec/aztec.js": "5.2.0"
},
"devDependencies": {
"@aztec/accounts": "5.2.0",
"@aztec/noir-contracts.js": "5.2.0",
"@aztec/pxe": "5.2.0",
"@aztec/stdlib": "5.2.0",
"@aztec/wallet-sdk": "5.2.0",
"@aztec/wallets": "5.2.0",
"@aztec-foundation/aztec-benchmark": "5.0.1",
"@types/node": "25.0.10",
"commander": "14.0.1",
"dotenv": "16.4.7",
"husky": "9.1.7",
"lint-staged": "16.2.7",
"prettier": "3.8.0",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vitest": "4.0.17"
},
Expand Down
4 changes: 0 additions & 4 deletions scripts/build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ cp -r dist/artifacts/* "${EXPORT_DIR}/dist/"
cp -r target "${EXPORT_DIR}/"
find "${EXPORT_DIR}/target" -name '*.bak' -delete

# deployments.json is intentionally NOT shipped: the recorded addresses were generated under a
# pre-5.0 address-derivation formula and are stale. Re-add only after regenerating via
# `yarn deploy` on a current network (and regenerate on every address-affecting @aztec/* bump).

# Copy documentation
cp README.md "${EXPORT_DIR}/"
cp LICENSE "${EXPORT_DIR}/"
Expand Down
7 changes: 0 additions & 7 deletions scripts/constants.ts

This file was deleted.

58 changes: 0 additions & 58 deletions scripts/deploy-config.ts

This file was deleted.

Loading
Loading