Skip to content

Commit 3f5efe3

Browse files
authored
Merge pull request #57 from AztecProtocol/jc/76.4
update to 76.4
2 parents b5da5ee + 56788b6 commit 3f5efe3

File tree

5 files changed

+105
-99
lines changed

5 files changed

+105
-99
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Set Aztec version and start sandbox
3030
run: |
31-
VERSION=0.76.2 aztec-up
31+
VERSION=0.76.4 aztec-up
3232
aztec start --sandbox &
3333
3434
- name: Install project dependencies

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.76.2", directory = "noir-projects/aztec-nr/aztec" }
8+
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "aztec-packages-v0.76.4", directory = "noir-projects/aztec-nr/aztec" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bash -i <(curl -s https://install.aztec.network)
4040
Install the correct version of the toolkit with:
4141

4242
```bash
43-
aztec-up 0.76.2
43+
aztec-up 0.76.4
4444
```
4545

4646
Start the sandbox with:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"update-readme-version": "node ./.github/scripts/update-readme-version.js"
2121
},
2222
"dependencies": {
23-
"@aztec/accounts": "0.76.2",
24-
"@aztec/aztec.js": "0.76.2",
25-
"@aztec/noir-contracts.js": "0.76.2",
23+
"@aztec/accounts": "0.76.4",
24+
"@aztec/aztec.js": "0.76.4",
25+
"@aztec/noir-contracts.js": "0.76.4",
2626
"@types/node": "^22.5.1"
2727
},
2828
"devDependencies": {

yarn.lock

Lines changed: 99 additions & 93 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/[email protected].2":
19-
version "0.76.2"
20-
resolved "https://registry.yarnpkg.com/@aztec/accounts/-/accounts-0.76.2.tgz#0f1899bb58068fca854d5aed6423533162dfc84d"
21-
integrity sha512-Az5wkkMpchi9N4b5kXN4EdymXjcqUtHkzujSjHjcUvOd8n1oHYPBVBKmi2pywr0IMFaFXA+opBq+iMuJE16Gpw==
22-
dependencies:
23-
"@aztec/aztec.js" "0.76.2"
24-
"@aztec/circuit-types" "0.76.2"
25-
"@aztec/circuits.js" "0.76.2"
26-
"@aztec/entrypoints" "0.76.2"
27-
"@aztec/ethereum" "0.76.2"
28-
"@aztec/foundation" "0.76.2"
29-
"@aztec/types" "0.76.2"
18+
"@aztec/[email protected].4":
19+
version "0.76.4"
20+
resolved "https://registry.yarnpkg.com/@aztec/accounts/-/accounts-0.76.4.tgz#78d6252f2282cfd83a606def612b721d8556da66"
21+
integrity sha512-e9swAhOjzmNIL13nHsBV3Mvq3UCqcT3ocmzDLdrDmaWs4SreB4Wdom7pL0oyGvLwR6rtV36KJskkOT81YUj8Mg==
22+
dependencies:
23+
"@aztec/aztec.js" "0.76.4"
24+
"@aztec/circuit-types" "0.76.4"
25+
"@aztec/circuits.js" "0.76.4"
26+
"@aztec/entrypoints" "0.76.4"
27+
"@aztec/ethereum" "0.76.4"
28+
"@aztec/foundation" "0.76.4"
29+
"@aztec/types" "0.76.4"
3030
tslib "^2.4.0"
3131

32-
"@aztec/[email protected].2":
33-
version "0.76.2"
34-
resolved "https://registry.yarnpkg.com/@aztec/aztec.js/-/aztec.js-0.76.2.tgz#bffa370b45af29d83efa79d944ac14ac6bf92e79"
35-
integrity sha512-8ri4OQIrRIgu4EOSl00ixc8gZhCmEUbyhVIkaX3xUTTXgcQZgU8RlKBv3OoJd4gmdYwKB/x0puHXSIF2ELebNA==
36-
dependencies:
37-
"@aztec/circuit-types" "0.76.2"
38-
"@aztec/circuits.js" "0.76.2"
39-
"@aztec/ethereum" "0.76.2"
40-
"@aztec/foundation" "0.76.2"
41-
"@aztec/l1-artifacts" "0.76.2"
42-
"@aztec/protocol-contracts" "0.76.2"
43-
"@aztec/types" "0.76.2"
32+
"@aztec/[email protected].4":
33+
version "0.76.4"
34+
resolved "https://registry.yarnpkg.com/@aztec/aztec.js/-/aztec.js-0.76.4.tgz#02c2c882432654a36d80c5fd8f74a8fb4279b9e1"
35+
integrity sha512-cqrYLS0/lhy99lqQdUFA8eZM3Dby4NWyfV7b9uhxIsKtJAWabdgCNIXJkVVTp/ORo5f5AACLU09xT4wf96pr+A==
36+
dependencies:
37+
"@aztec/circuit-types" "0.76.4"
38+
"@aztec/circuits.js" "0.76.4"
39+
"@aztec/ethereum" "0.76.4"
40+
"@aztec/foundation" "0.76.4"
41+
"@aztec/l1-artifacts" "0.76.4"
42+
"@aztec/protocol-contracts" "0.76.4"
43+
"@aztec/types" "0.76.4"
4444
axios "^1.7.2"
4545
tslib "^2.4.0"
4646
viem "2.22.8"
4747

48-
"@aztec/[email protected].2":
49-
version "0.76.2"
50-
resolved "https://registry.yarnpkg.com/@aztec/bb.js/-/bb.js-0.76.2.tgz#2efdc9bdbc044f89f7f66060921e1b26a467ecad"
51-
integrity sha512-kIgaB2TElJ5VFbFXuVHc/aR6K8fxoQPVAnQE8M0xH1bZPbDk8EHOSK7NM34GtNAgG6sakOL6DBUnH5PInB4RhQ==
48+
"@aztec/[email protected].4":
49+
version "0.76.4"
50+
resolved "https://registry.yarnpkg.com/@aztec/bb.js/-/bb.js-0.76.4.tgz#755eb6ea8814c96fb9672db60903745468f80107"
51+
integrity sha512-KCQ/y5RDxXvX6LIGTfAlqH0LhiVJK54tbehrjIBEs/KBLSHdaTm/mWsd/nu7YupD4t6doCoqODapmu7Dly1NxQ==
5252
dependencies:
5353
comlink "^4.4.1"
5454
commander "^12.1.0"
@@ -57,77 +57,77 @@
5757
pako "^2.1.0"
5858
tslib "^2.4.0"
5959

60-
"@aztec/[email protected].2":
61-
version "0.76.2"
62-
resolved "https://registry.yarnpkg.com/@aztec/blob-lib/-/blob-lib-0.76.2.tgz#ac4df650540cdff7a4c8706f496d9114dfc7cf95"
63-
integrity sha512-pWcDliu+v7gYCMfd6+jo0U4ivEVtcUWMXwOfyjq5rqI9IcuzxeBzU9RccN3rm+9uRnU+GcuI7G02ugNQufKVQw==
60+
"@aztec/[email protected].4":
61+
version "0.76.4"
62+
resolved "https://registry.yarnpkg.com/@aztec/blob-lib/-/blob-lib-0.76.4.tgz#57eaa7b633eb2b76d17f953d98099fee3159a0b5"
63+
integrity sha512-Pn6hS7ZGozPAFIX96Wmn8F5XXVfviKFhpstJygq9tSluaG5d0jR7nC2+T1KGx2RGBrRSNz7HN37DzbLgIN/mGQ==
6464
dependencies:
65-
"@aztec/foundation" "0.76.2"
65+
"@aztec/foundation" "0.76.4"
6666
c-kzg "4.0.0-alpha.1"
6767
tslib "^2.4.0"
6868

69-
"@aztec/[email protected].2":
70-
version "0.76.2"
71-
resolved "https://registry.yarnpkg.com/@aztec/circuit-types/-/circuit-types-0.76.2.tgz#c967fde91d104c1d644383ce3b3d81a2048336a7"
72-
integrity sha512-2Y7bY+RagEC4dxfAmm2mduI5kkQUhj17jp5WFgaGNpaIWXF937i0XGLHzQoH2ergkcxqYyqQVYwH61EqBuJRIA==
69+
"@aztec/[email protected].4":
70+
version "0.76.4"
71+
resolved "https://registry.yarnpkg.com/@aztec/circuit-types/-/circuit-types-0.76.4.tgz#f938d1dcd5a147b6233373e34ad47352d7d35198"
72+
integrity sha512-oNdkcJgx85ALrk1tOtPSBVHAjLlR847ox/0Gp5WkrYz8w+X6nOLJJjpH1SIQYqQXhRc4cuBhIm7nhOTnmX/6yA==
7373
dependencies:
74-
"@aztec/circuits.js" "0.76.2"
75-
"@aztec/ethereum" "0.76.2"
76-
"@aztec/foundation" "0.76.2"
77-
"@aztec/types" "0.76.2"
74+
"@aztec/circuits.js" "0.76.4"
75+
"@aztec/ethereum" "0.76.4"
76+
"@aztec/foundation" "0.76.4"
77+
"@aztec/types" "0.76.4"
7878
browserify-cipher "^1.0.1"
7979
lodash.clonedeep "^4.5.0"
8080
lodash.isequal "^4.5.0"
8181
lodash.times "^4.3.2"
8282
tslib "^2.5.0"
8383
zod "^3.23.8"
8484

85-
"@aztec/[email protected].2":
86-
version "0.76.2"
87-
resolved "https://registry.yarnpkg.com/@aztec/circuits.js/-/circuits.js-0.76.2.tgz#8f2b0712f1bbc9b6a94cec57f1f54adcf11281ba"
88-
integrity sha512-k85TuEAZfeja/APjVC1ONslV/jgbMVu2uYm9hdPrVFoTmrXgKlnJkbopcfQddIjH03tVHkcxVb+mgqwGJFtVrw==
85+
"@aztec/[email protected].4":
86+
version "0.76.4"
87+
resolved "https://registry.yarnpkg.com/@aztec/circuits.js/-/circuits.js-0.76.4.tgz#dceea197c1c21936d9b76517d973190dc4208986"
88+
integrity sha512-vHXnQjZN8uT3+4rVJfdEpBJ04GiZ1SS4FOUs34EJedsZY84uDN//iZ9yEqyzyBLqs+MAf+ltGrZ7dWPafukAFQ==
8989
dependencies:
90-
"@aztec/bb.js" "0.76.2"
91-
"@aztec/blob-lib" "0.76.2"
92-
"@aztec/ethereum" "0.76.2"
93-
"@aztec/foundation" "0.76.2"
94-
"@aztec/types" "0.76.2"
90+
"@aztec/bb.js" "0.76.4"
91+
"@aztec/blob-lib" "0.76.4"
92+
"@aztec/ethereum" "0.76.4"
93+
"@aztec/foundation" "0.76.4"
94+
"@aztec/types" "0.76.4"
9595
msgpackr "^1.11.2"
9696
tslib "^2.4.0"
9797
zod "^3.23.8"
9898

99-
"@aztec/[email protected].2":
100-
version "0.76.2"
101-
resolved "https://registry.yarnpkg.com/@aztec/entrypoints/-/entrypoints-0.76.2.tgz#e6d4d3ea8382805bd1c1abae0b6168bb20edfb49"
102-
integrity sha512-QMxGX8YCEAamqh+xWEXm8ODMHg1UcZ8wo8uJKrS38aFBTZxWjDTPGRsuI58iv+/ZgM1P2o3O4T12/IoktUJE2g==
99+
"@aztec/[email protected].4":
100+
version "0.76.4"
101+
resolved "https://registry.yarnpkg.com/@aztec/entrypoints/-/entrypoints-0.76.4.tgz#68248753a4bf7cf31b135e49c74c22ed94b7ef5e"
102+
integrity sha512-KpW3TBHtwRm3JCNuTWnTIicw08/OnzVobiKygqo3Wz5v8djs3BlZYyMKBHZLONwgFIlT4X48oIPzooGMCw/hrA==
103103
dependencies:
104-
"@aztec/aztec.js" "0.76.2"
105-
"@aztec/circuit-types" "0.76.2"
106-
"@aztec/circuits.js" "0.76.2"
107-
"@aztec/foundation" "0.76.2"
108-
"@aztec/protocol-contracts" "0.76.2"
104+
"@aztec/aztec.js" "0.76.4"
105+
"@aztec/circuit-types" "0.76.4"
106+
"@aztec/circuits.js" "0.76.4"
107+
"@aztec/foundation" "0.76.4"
108+
"@aztec/protocol-contracts" "0.76.4"
109109
tslib "^2.4.0"
110110

111-
"@aztec/[email protected].2":
112-
version "0.76.2"
113-
resolved "https://registry.yarnpkg.com/@aztec/ethereum/-/ethereum-0.76.2.tgz#4c4d79e60707346c7864f2f323688c96278cd623"
114-
integrity sha512-UWeKm30l5cbaFTgiwVSXd3k84RF2+ZLsnXTa4VUkY0olElgJS9MfrncuYFPBfl85Sb68n7jWYHsY3/M/5dAw1A==
111+
"@aztec/[email protected].4":
112+
version "0.76.4"
113+
resolved "https://registry.yarnpkg.com/@aztec/ethereum/-/ethereum-0.76.4.tgz#11c24b1478e7805ef12830b91c92657c9d2ea120"
114+
integrity sha512-Ih/0a8tqv4CWK5WVt0r74YrGREQPlNoyo46/tVXlEXQVGnUua+H0QEjMB9wuqf5uXUiObB3/rT7NlcHIz60EAw==
115115
dependencies:
116-
"@aztec/blob-lib" "0.76.2"
117-
"@aztec/foundation" "0.76.2"
118-
"@aztec/l1-artifacts" "0.76.2"
116+
"@aztec/blob-lib" "0.76.4"
117+
"@aztec/foundation" "0.76.4"
118+
"@aztec/l1-artifacts" "0.76.4"
119119
"@viem/anvil" "^0.0.10"
120120
dotenv "^16.0.3"
121121
tslib "^2.4.0"
122122
viem "2.22.8"
123123
zod "^3.23.8"
124124

125-
"@aztec/[email protected].2":
126-
version "0.76.2"
127-
resolved "https://registry.yarnpkg.com/@aztec/foundation/-/foundation-0.76.2.tgz#6182b29e8ff686c1a734b539127f3c105353690e"
128-
integrity sha512-AHG/1GL0C9o0IbD0B4xwYVz2Kt/hbqbWpQKhPVTT4EuEsynn1MeziVXAmrJ2h1tVzW28A2eR3CuXIs+0mz42/w==
125+
"@aztec/[email protected].4":
126+
version "0.76.4"
127+
resolved "https://registry.yarnpkg.com/@aztec/foundation/-/foundation-0.76.4.tgz#337c963f6796991a5a05dbd9debb72024ca489b8"
128+
integrity sha512-DOqIva956YAbVZfftIyINaxjOYV2Y0N+0O6mR9MlYGKIJ/ilvAG8WiBW+8jblwX5NIly9CpFD/oGadYNo5YxXg==
129129
dependencies:
130-
"@aztec/bb.js" "0.76.2"
130+
"@aztec/bb.js" "0.76.4"
131131
"@koa/cors" "^5.0.0"
132132
"@noble/curves" "^1.2.0"
133133
bn.js "^5.2.1"
@@ -150,42 +150,43 @@
150150
pino "^9.5.0"
151151
pino-pretty "^13.0.0"
152152
sha3 "^2.1.4"
153+
undici "^7.3.0"
153154
zod "^3.23.8"
154155

155-
"@aztec/[email protected].2":
156-
version "0.76.2"
157-
resolved "https://registry.yarnpkg.com/@aztec/l1-artifacts/-/l1-artifacts-0.76.2.tgz#4c35d40234e4fafba7f5631b19fd6bd271bb7b03"
158-
integrity sha512-t6V9NGWOIpj3aNkWVjKAI+AWvzyfrAuJi0LdQvkQLDEGArpr4nPTV504ib8aooc67iHLyuz9f6IDPMAl2kgsbQ==
156+
"@aztec/[email protected].4":
157+
version "0.76.4"
158+
resolved "https://registry.yarnpkg.com/@aztec/l1-artifacts/-/l1-artifacts-0.76.4.tgz#e4e13e0adbc9d0c0ebc0e58acbc9bcef1e2c6808"
159+
integrity sha512-Ap/wK1+IQlLMKtMcy0dWDFumonUvUcVaIiNAoHf4sCL6AOz4Zx0EwisIPGKTDLd/jWbv++H43T7QSFsTYBkqkA==
159160
dependencies:
160161
tslib "^2.4.0"
161162

162-
"@aztec/[email protected].2":
163-
version "0.76.2"
164-
resolved "https://registry.yarnpkg.com/@aztec/noir-contracts.js/-/noir-contracts.js-0.76.2.tgz#e10e80ef471a98462cb24fd44c505b23ebbe499f"
165-
integrity sha512-VY73fODgu8RZTFa9gOzhg9j1AjI6DgqMrZWbHVfDZUtXak/GTEH9aFsRC5vBJAQLb1S1XW7sPRbPzUmsvPvQsw==
163+
"@aztec/[email protected].4":
164+
version "0.76.4"
165+
resolved "https://registry.yarnpkg.com/@aztec/noir-contracts.js/-/noir-contracts.js-0.76.4.tgz#5d8d40d8f2069ffc5e40925712001781de34126b"
166+
integrity sha512-+fsse+DFwI8RG0iRd/zCuruHCHi22F0rZtZvJNbEtBsFl0ob/jTxEj+UMNcfMXBE+qDiL/5Ek2CJBUJgxrFKjQ==
166167
dependencies:
167-
"@aztec/aztec.js" "0.76.2"
168+
"@aztec/aztec.js" "0.76.4"
168169
tslib "^2.4.0"
169170

170-
"@aztec/[email protected].2":
171-
version "0.76.2"
172-
resolved "https://registry.yarnpkg.com/@aztec/protocol-contracts/-/protocol-contracts-0.76.2.tgz#33b41173e2316aae43797f948383b38ff3ee9d46"
173-
integrity sha512-wpU1Yqk4b2oOjzvznCEDvKvadnwcZ3uyxxAvGxQhiMsFYXtlkHjRfZV+ApMy8J3OofLhUAkdmt1eSLWT1JZaBQ==
171+
"@aztec/[email protected].4":
172+
version "0.76.4"
173+
resolved "https://registry.yarnpkg.com/@aztec/protocol-contracts/-/protocol-contracts-0.76.4.tgz#6db61dba9f31413d7a18d5525d18923062db75ff"
174+
integrity sha512-UWJFmD4ddGRUQpf4Oz3DPxGwzcg5z3cTpGkQm2EcWvqDvSIcmyTRyrZbe3dW0bNBgAjkDYQY9YGegRvKMFACJw==
174175
dependencies:
175-
"@aztec/circuits.js" "0.76.2"
176-
"@aztec/foundation" "0.76.2"
177-
"@aztec/types" "0.76.2"
176+
"@aztec/circuits.js" "0.76.4"
177+
"@aztec/foundation" "0.76.4"
178+
"@aztec/types" "0.76.4"
178179
lodash.chunk "^4.2.0"
179180
lodash.omit "^4.5.0"
180181
tslib "^2.4.0"
181182

182-
"@aztec/[email protected].2":
183-
version "0.76.2"
184-
resolved "https://registry.yarnpkg.com/@aztec/types/-/types-0.76.2.tgz#d71b7de9746bbd2a616b3561b4f513e0bda80dad"
185-
integrity sha512-R7CpYwn71wQMRPRV3se+z7c93KpiPF6iWXThO7EaIZgEbc+RB0FBFOjQjcYmT9hkXSsbKdPwBpXv9Y2ZwCBR2A==
183+
"@aztec/[email protected].4":
184+
version "0.76.4"
185+
resolved "https://registry.yarnpkg.com/@aztec/types/-/types-0.76.4.tgz#00051a8a0445398a841d52f1744a82d01078eab2"
186+
integrity sha512-WWbjKLdiXb47o1saCGIfK4r0Tbjr/WlWwxgMfkzbqIPdDXcOyEmc2aiaKKzviQa1FMSKDLHZLI8qhhK3zxbh1A==
186187
dependencies:
187-
"@aztec/ethereum" "0.76.2"
188-
"@aztec/foundation" "0.76.2"
188+
"@aztec/ethereum" "0.76.4"
189+
"@aztec/foundation" "0.76.4"
189190

190191
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7":
191192
version "7.24.7"
@@ -3736,6 +3737,11 @@ undici-types@~6.19.2:
37363737
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
37373738
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
37383739

3740+
undici@^7.3.0:
3741+
version "7.3.0"
3742+
resolved "https://registry.yarnpkg.com/undici/-/undici-7.3.0.tgz#87e48cc9728f3d09bf7b34635e9b63886873ac3e"
3743+
integrity sha512-Qy96NND4Dou5jKoSJ2gm8ax8AJM/Ey9o9mz7KN1bb9GP+G0l20Zw8afxTnY2f4b7hmhn/z8aC2kfArVQlAhFBw==
3744+
37393745
37403746
version "1.0.0"
37413747
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"

0 commit comments

Comments
 (0)