Skip to content

Commit a9230b4

Browse files
committed
update to 69
1 parent 5f613e2 commit a9230b4

File tree

3 files changed

+90
-90
lines changed

3 files changed

+90
-90
lines changed

Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors = [ "" ]
55
compiler_version = ">=0.18.0"
66

77
[dependencies]
8-
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "aztec-packages-v0.68.2", directory = "noir-projects/aztec-nr/aztec" }
8+
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "aztec-packages-v0.69.0", directory = "noir-projects/aztec-nr/aztec" }

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"update": "aztec update --contract . && ./.github/scripts/update_contract.sh $(grep -oP 'tag\\s*=\\s*\"\\K[^\"]+' \"Nargo.toml\" | head -1) && yarn"
1818
},
1919
"dependencies": {
20-
"@aztec/accounts": "0.68.2",
21-
"@aztec/aztec.js": "0.68.2",
22-
"@aztec/noir-contracts.js": "0.68.2",
20+
"@aztec/accounts": "0.69.0",
21+
"@aztec/aztec.js": "0.69.0",
22+
"@aztec/noir-contracts.js": "0.69.0",
2323
"@types/node": "^22.5.1"
2424
},
2525
"devDependencies": {

yarn.lock

Lines changed: 86 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -15,40 +15,40 @@
1515
"@jridgewell/gen-mapping" "^0.3.5"
1616
"@jridgewell/trace-mapping" "^0.3.24"
1717

18-
"@aztec/accounts@0.68.2":
19-
version "0.68.2"
20-
resolved "https://registry.yarnpkg.com/@aztec/accounts/-/accounts-0.68.2.tgz#a44b5efca50383ce205fbf9f83ece5470b2bbf21"
21-
integrity sha512-gvltPX7lxQUGNnsgxBXWrAzbc9SjV0Aw7IqbxH1pSQ5IUexjsC8v5qpG1gDAnvtsEdTiD0VDhESpnJWVSBo+Lg==
22-
dependencies:
23-
"@aztec/aztec.js" "0.68.2"
24-
"@aztec/circuit-types" "0.68.2"
25-
"@aztec/circuits.js" "0.68.2"
26-
"@aztec/entrypoints" "0.68.2"
27-
"@aztec/ethereum" "0.68.2"
28-
"@aztec/foundation" "0.68.2"
29-
"@aztec/types" "0.68.2"
18+
"@aztec/accounts@0.69.0":
19+
version "0.69.0"
20+
resolved "https://registry.yarnpkg.com/@aztec/accounts/-/accounts-0.69.0.tgz#980bd1f5fd45320bdcf12f37b98651b07d7507bd"
21+
integrity sha512-IfCpYD+PMx/CT7duxZfa6cNTQIsRR9HmEnNTrP4TMhRYfc5NUehS8HTjox2mdPqubS+K+mMolH35oJO2qlXKug==
22+
dependencies:
23+
"@aztec/aztec.js" "0.69.0"
24+
"@aztec/circuit-types" "0.69.0"
25+
"@aztec/circuits.js" "0.69.0"
26+
"@aztec/entrypoints" "0.69.0"
27+
"@aztec/ethereum" "0.69.0"
28+
"@aztec/foundation" "0.69.0"
29+
"@aztec/types" "0.69.0"
3030
tslib "^2.4.0"
3131

32-
"@aztec/aztec.js@0.68.2":
33-
version "0.68.2"
34-
resolved "https://registry.yarnpkg.com/@aztec/aztec.js/-/aztec.js-0.68.2.tgz#b715f678ebdd248784bf1756e7a883d94f0c049c"
35-
integrity sha512-QuVnaMwPwtrx/a6XYjqXsRaEdikyA2TS2O/zwEyzDbDE5Y1yhFyWlzdq5MPAq3pK0akAgcL5CeP7vbHPNzeWTw==
36-
dependencies:
37-
"@aztec/circuit-types" "0.68.2"
38-
"@aztec/circuits.js" "0.68.2"
39-
"@aztec/ethereum" "0.68.2"
40-
"@aztec/foundation" "0.68.2"
41-
"@aztec/l1-artifacts" "0.68.2"
42-
"@aztec/protocol-contracts" "0.68.2"
43-
"@aztec/types" "0.68.2"
32+
"@aztec/aztec.js@0.69.0":
33+
version "0.69.0"
34+
resolved "https://registry.yarnpkg.com/@aztec/aztec.js/-/aztec.js-0.69.0.tgz#220d862412843ee2dca2075895a3e3507b72f69c"
35+
integrity sha512-VlBG5XN0quyg5xklhdCePKTDHxnoAa1v7jpP67mT3ONu39pMvo/D2d0EtNp7VUpEm3WYDamOpRfp1HoOLJYbFQ==
36+
dependencies:
37+
"@aztec/circuit-types" "0.69.0"
38+
"@aztec/circuits.js" "0.69.0"
39+
"@aztec/ethereum" "0.69.0"
40+
"@aztec/foundation" "0.69.0"
41+
"@aztec/l1-artifacts" "0.69.0"
42+
"@aztec/protocol-contracts" "0.69.0"
43+
"@aztec/types" "0.69.0"
4444
axios "^1.7.2"
4545
tslib "^2.4.0"
4646
viem "^2.7.15"
4747

48-
"@aztec/bb.js@0.68.2":
49-
version "0.68.2"
50-
resolved "https://registry.yarnpkg.com/@aztec/bb.js/-/bb.js-0.68.2.tgz#282b308a9cc07d5a63231aecfe99def231fdf768"
51-
integrity sha512-GEpOFy4yUsyga0R7Jo0tdqwsrLNAeAnKi3D7jK3FqV1G7x5VURp0Jx9Lcb6fpiBnS5gLRf1S8IRREqoh+obM9g==
48+
"@aztec/bb.js@0.69.0":
49+
version "0.69.0"
50+
resolved "https://registry.yarnpkg.com/@aztec/bb.js/-/bb.js-0.69.0.tgz#d9ea6a57393712f3271bc200a29d4dcf2b88f470"
51+
integrity sha512-UoyIzI67Ry/tMn0nBgx+umFMnpA4oYYKQXvfZvO+dNE9LBS/1cwja/SpRpVzG0xn8agZ+HS+WmOQ8050UYaUZg==
5252
dependencies:
5353
comlink "^4.4.1"
5454
commander "^12.1.0"
@@ -57,67 +57,67 @@
5757
pako "^2.1.0"
5858
tslib "^2.4.0"
5959

60-
"@aztec/circuit-types@0.68.2":
61-
version "0.68.2"
62-
resolved "https://registry.yarnpkg.com/@aztec/circuit-types/-/circuit-types-0.68.2.tgz#7c31fd92e8537e420dd65c132afea93e9ccdf125"
63-
integrity sha512-0h+GTL7wLk/RMxb0C4H+KFuslMJhB4DjC4FKD+0MuJbqey122n2Ynu/WdWmiK/HTuN5+Vpfwm/g7svqeOz3EPw==
60+
"@aztec/circuit-types@0.69.0":
61+
version "0.69.0"
62+
resolved "https://registry.yarnpkg.com/@aztec/circuit-types/-/circuit-types-0.69.0.tgz#15fa2692bcf3eea5f412f2d6613a950ef78bb0d5"
63+
integrity sha512-zhWnUwaxGGoygr7XPhcaCY9Xu5ix4RxOwysqIcuXFqPx1vfd1w37gCP+loK4+IywebXYrBL5/nLUsFslk+iYyQ==
6464
dependencies:
65-
"@aztec/circuits.js" "0.68.2"
66-
"@aztec/ethereum" "0.68.2"
67-
"@aztec/foundation" "0.68.2"
68-
"@aztec/types" "0.68.2"
65+
"@aztec/circuits.js" "0.69.0"
66+
"@aztec/ethereum" "0.69.0"
67+
"@aztec/foundation" "0.69.0"
68+
"@aztec/types" "0.69.0"
6969
browserify-cipher "^1.0.1"
7070
lodash.clonedeep "^4.5.0"
7171
lodash.isequal "^4.5.0"
7272
lodash.times "^4.3.2"
7373
tslib "^2.5.0"
7474
zod "^3.23.8"
7575

76-
"@aztec/circuits.js@0.68.2":
77-
version "0.68.2"
78-
resolved "https://registry.yarnpkg.com/@aztec/circuits.js/-/circuits.js-0.68.2.tgz#23893b765d04a073529fd112109a01c0b3c9299b"
79-
integrity sha512-179Eq+/tnEaJ4pArtQvNY1WeAYyIONjMiaMwn1SIJTrFegeGEto5aXC1Kbw1E0QED8Fn7f+S5+wjQlZ5Q40KTw==
76+
"@aztec/circuits.js@0.69.0":
77+
version "0.69.0"
78+
resolved "https://registry.yarnpkg.com/@aztec/circuits.js/-/circuits.js-0.69.0.tgz#5da795aa9e879f8e721d8db5c96b1a7cb51e4359"
79+
integrity sha512-vW9WcxJ1OBGXx9jLGT7K6QRvJC8ucP0dzFcLoS9cdAuljnRDYm5d7E9oQtWTnnmmN7sGXq0pQmwvjJ668h8khQ==
8080
dependencies:
81-
"@aztec/bb.js" "0.68.2"
82-
"@aztec/ethereum" "0.68.2"
83-
"@aztec/foundation" "0.68.2"
84-
"@aztec/types" "0.68.2"
81+
"@aztec/bb.js" "0.69.0"
82+
"@aztec/ethereum" "0.69.0"
83+
"@aztec/foundation" "0.69.0"
84+
"@aztec/types" "0.69.0"
8585
eslint "^8.35.0"
8686
tslib "^2.4.0"
8787
zod "^3.23.8"
8888

89-
"@aztec/entrypoints@0.68.2":
90-
version "0.68.2"
91-
resolved "https://registry.yarnpkg.com/@aztec/entrypoints/-/entrypoints-0.68.2.tgz#ac5e1a9c832baa62aca88009c91f608b5560c787"
92-
integrity sha512-udRZ+7YXhmDWrcgroEzF0BJA2/f3Mv8QutSrKir6QT6TAh21aDdl1qQ7Thauz8lUGQjPekAnt+IMr6Xpk/RE3g==
89+
"@aztec/entrypoints@0.69.0":
90+
version "0.69.0"
91+
resolved "https://registry.yarnpkg.com/@aztec/entrypoints/-/entrypoints-0.69.0.tgz#44b8d9cbffc2637669fa3ef2152df6c364900138"
92+
integrity sha512-tJM1EdwGhHfC6ki7JmuGM2D2ThaxITjCYfQMOoSojWn5m+lMJl4K7EqnLFIjkPrOHpXuqqWN+fCH5bLgqieuPw==
9393
dependencies:
94-
"@aztec/aztec.js" "0.68.2"
95-
"@aztec/circuit-types" "0.68.2"
96-
"@aztec/circuits.js" "0.68.2"
97-
"@aztec/foundation" "0.68.2"
98-
"@aztec/protocol-contracts" "0.68.2"
94+
"@aztec/aztec.js" "0.69.0"
95+
"@aztec/circuit-types" "0.69.0"
96+
"@aztec/circuits.js" "0.69.0"
97+
"@aztec/foundation" "0.69.0"
98+
"@aztec/protocol-contracts" "0.69.0"
9999
tslib "^2.4.0"
100100

101-
"@aztec/ethereum@0.68.2":
102-
version "0.68.2"
103-
resolved "https://registry.yarnpkg.com/@aztec/ethereum/-/ethereum-0.68.2.tgz#78958ee03bfb25bf40537d8561b07ab5827f1c0e"
104-
integrity sha512-uXVYaGZSDHpegE23AHnkzf04MACNhABISqKoQUbyvlBYJg8wCu93YR32C4ragVdXRLTxCSOhSPdyjvQYULRIKg==
101+
"@aztec/ethereum@0.69.0":
102+
version "0.69.0"
103+
resolved "https://registry.yarnpkg.com/@aztec/ethereum/-/ethereum-0.69.0.tgz#91e77807cb50bbe44d7544993f3ff7e5d678012f"
104+
integrity sha512-8ExUBijWsc8pKtEa0odztcqFMT9dnMkMORNIdJ1K/e6EuX0+wG2GsLf3QV2WVw1t5pgCQpm5hEejUbZnIcn8DQ==
105105
dependencies:
106-
"@aztec/foundation" "0.68.2"
107-
"@aztec/l1-artifacts" "0.68.2"
106+
"@aztec/foundation" "0.69.0"
107+
"@aztec/l1-artifacts" "0.69.0"
108108
"@viem/anvil" "^0.0.10"
109109
dotenv "^16.0.3"
110110
get-port "^7.1.0"
111111
tslib "^2.4.0"
112112
viem "^2.7.15"
113113
zod "^3.23.8"
114114

115-
"@aztec/foundation@0.68.2":
116-
version "0.68.2"
117-
resolved "https://registry.yarnpkg.com/@aztec/foundation/-/foundation-0.68.2.tgz#6210be15fccd2c1648a0bdb2ed38272eb622a05f"
118-
integrity sha512-Cbe/fZEg7VPhrFKT+ba4grX3OZGY4V76Qd3H8v86czF91J8JUs3iVbqkqufeMLP3tJEqFwc0J7U9Pko64c2ftQ==
115+
"@aztec/foundation@0.69.0":
116+
version "0.69.0"
117+
resolved "https://registry.yarnpkg.com/@aztec/foundation/-/foundation-0.69.0.tgz#19e88e4b9f0cbf36e1afd93d8c7e75e73ee0e2e6"
118+
integrity sha512-60NeM9S5MR+5OUX0+mp8AwxfBVRH9ubuWgf7BlTIdQ0Nf7ss/6r9/QkjJUAsRgtHpr2rxzIy6t+dSA6BFnE6vA==
119119
dependencies:
120-
"@aztec/bb.js" "0.68.2"
120+
"@aztec/bb.js" "0.69.0"
121121
"@koa/cors" "^5.0.0"
122122
"@noble/curves" "^1.2.0"
123123
bn.js "^5.2.1"
@@ -142,40 +142,40 @@
142142
sha3 "^2.1.4"
143143
zod "^3.23.8"
144144

145-
"@aztec/l1-artifacts@0.68.2":
146-
version "0.68.2"
147-
resolved "https://registry.yarnpkg.com/@aztec/l1-artifacts/-/l1-artifacts-0.68.2.tgz#ef704671cbc53cbfd7b4ebad6eb6477c878513a1"
148-
integrity sha512-8RmpCC5PiZY7fDXJb20mbhgPSADG/Q+bK/tMV4+U68Xfew7yTN+Lxv5+HJan7R+UOcGUN7pU8BrMgrABvYHuHw==
145+
"@aztec/l1-artifacts@0.69.0":
146+
version "0.69.0"
147+
resolved "https://registry.yarnpkg.com/@aztec/l1-artifacts/-/l1-artifacts-0.69.0.tgz#661935d60dc0c6cf338d517f38fec1fab0ce258c"
148+
integrity sha512-We8uxlAoG/TcB27wI8FaW2rzTi33Xxtee2gi8xiQ8w8zWpuFdyIFZIqsHmGRpqv4Q3h4no9T0/Mmy1Z3VRANGw==
149149
dependencies:
150150
tslib "^2.4.0"
151151

152-
"@aztec/noir-contracts.js@0.68.2":
153-
version "0.68.2"
154-
resolved "https://registry.yarnpkg.com/@aztec/noir-contracts.js/-/noir-contracts.js-0.68.2.tgz#9fd45932d236fd6379331c82e56962f398dba801"
155-
integrity sha512-I9yv3CaDoa79xe/cV2+EUSF/AyDZ/TndHbEylaFr9+jVjG8aOOrCyoq6LwDPNT3nW5fyeDaBrfWa1CSmz/BXAw==
152+
"@aztec/noir-contracts.js@0.69.0":
153+
version "0.69.0"
154+
resolved "https://registry.yarnpkg.com/@aztec/noir-contracts.js/-/noir-contracts.js-0.69.0.tgz#6123c06f4f34095db231845db8f90865fad4ad0d"
155+
integrity sha512-72/8IAGQXv85m0MmwNLJ+dfTIYbc8AoTl90uMOhzwdXEKPSELy30OZZc1ngLxLgZL6OrXOVkYfuVWYWWbLpDuQ==
156156
dependencies:
157-
"@aztec/aztec.js" "0.68.2"
157+
"@aztec/aztec.js" "0.69.0"
158158
tslib "^2.4.0"
159159

160-
"@aztec/protocol-contracts@0.68.2":
161-
version "0.68.2"
162-
resolved "https://registry.yarnpkg.com/@aztec/protocol-contracts/-/protocol-contracts-0.68.2.tgz#c5d701e7222cd09345e60d7a0f1ee1939932eaa7"
163-
integrity sha512-fBqYCQDcfvJYQEw8rGWrei/DSqhIpT+PWern+H3VZ1bBPJK70JPFizKEP/bSKfE8UuAsOy8FnItUwQdMH+vQ8A==
160+
"@aztec/protocol-contracts@0.69.0":
161+
version "0.69.0"
162+
resolved "https://registry.yarnpkg.com/@aztec/protocol-contracts/-/protocol-contracts-0.69.0.tgz#2676efb1b836ec8692673fff1833a5f7115a3da0"
163+
integrity sha512-iCE9p9trz1op0nlTIyLtaUKtkxDMtvmQJJgGpGdMzSe4Uyz9NXb45110lK9cZ9s75BYMr0sa2xw/lla4GEkZqg==
164164
dependencies:
165-
"@aztec/circuits.js" "0.68.2"
166-
"@aztec/foundation" "0.68.2"
167-
"@aztec/types" "0.68.2"
165+
"@aztec/circuits.js" "0.69.0"
166+
"@aztec/foundation" "0.69.0"
167+
"@aztec/types" "0.69.0"
168168
lodash.chunk "^4.2.0"
169169
lodash.omit "^4.5.0"
170170
tslib "^2.4.0"
171171

172-
"@aztec/types@0.68.2":
173-
version "0.68.2"
174-
resolved "https://registry.yarnpkg.com/@aztec/types/-/types-0.68.2.tgz#ecbf4f85d6670b27a175595203abc2480e20ff21"
175-
integrity sha512-wiOEiuoDjJuwBcoMUjUWD4aYA0CUIMXOsmBt7T0L2XOYuVUo5NcXS5hsXyubGMMwaUzkeATXr/kT6R7UU1xVuQ==
172+
"@aztec/types@0.69.0":
173+
version "0.69.0"
174+
resolved "https://registry.yarnpkg.com/@aztec/types/-/types-0.69.0.tgz#b4960d14769dc84e64fcbb7ac9755eafe151aa86"
175+
integrity sha512-xweBKDHcLAC2iUGrXkh7DBtxBOp8+oI7mb3U3jZjhVdEcOUHFCm4lAUJGmjrGc8J1aQoCkoyQJTIF+W4Wokp8w==
176176
dependencies:
177-
"@aztec/ethereum" "0.68.2"
178-
"@aztec/foundation" "0.68.2"
177+
"@aztec/ethereum" "0.69.0"
178+
"@aztec/foundation" "0.69.0"
179179

180180
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7":
181181
version "7.24.7"

0 commit comments

Comments
 (0)