Skip to content

Commit a01b5d2

Browse files
authored
Merge pull request #47 from AztecProtocol/jc/0.75
update to 0.75
2 parents 7f7156a + 1606476 commit a01b5d2

File tree

5 files changed

+92
-92
lines changed

5 files changed

+92
-92
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.74.0 aztec-up
31+
VERSION=0.75.0 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.74.0", directory = "noir-projects/aztec-nr/aztec" }
8+
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "aztec-packages-v0.75.0", 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.74.0
43+
aztec-up 0.75.0
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.74.0",
24-
"@aztec/aztec.js": "0.74.0",
25-
"@aztec/noir-contracts.js": "0.74.0",
23+
"@aztec/accounts": "0.75.0",
24+
"@aztec/aztec.js": "0.75.0",
25+
"@aztec/noir-contracts.js": "0.75.0",
2626
"@types/node": "^22.5.1"
2727
},
2828
"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.74.0":
19-
version "0.74.0"
20-
resolved "https://registry.yarnpkg.com/@aztec/accounts/-/accounts-0.74.0.tgz#1afe3031585c2f0eeaa38cb0d7d0de3df018de27"
21-
integrity sha512-XqfeFR5UHfAAwq4uEWc07MIKslb8ZxPNQEVsTNSJgYHQ6wrizXPFTQLChMyyPgcZZIkEFJJnq2EecYhidL24Wg==
22-
dependencies:
23-
"@aztec/aztec.js" "0.74.0"
24-
"@aztec/circuit-types" "0.74.0"
25-
"@aztec/circuits.js" "0.74.0"
26-
"@aztec/entrypoints" "0.74.0"
27-
"@aztec/ethereum" "0.74.0"
28-
"@aztec/foundation" "0.74.0"
29-
"@aztec/types" "0.74.0"
18+
"@aztec/accounts@0.75.0":
19+
version "0.75.0"
20+
resolved "https://registry.yarnpkg.com/@aztec/accounts/-/accounts-0.75.0.tgz#0b52b012df45d84ca6701f2f510626b026635406"
21+
integrity sha512-6raGcrZRZjZVtvWMXbFVN2jZKasjvxUFpWKJmmEDkjDig6L8Epng0xt/2OCtKUSbe/iIUu0WYHoVcTAUlTti8w==
22+
dependencies:
23+
"@aztec/aztec.js" "0.75.0"
24+
"@aztec/circuit-types" "0.75.0"
25+
"@aztec/circuits.js" "0.75.0"
26+
"@aztec/entrypoints" "0.75.0"
27+
"@aztec/ethereum" "0.75.0"
28+
"@aztec/foundation" "0.75.0"
29+
"@aztec/types" "0.75.0"
3030
tslib "^2.4.0"
3131

32-
"@aztec/aztec.js@0.74.0":
33-
version "0.74.0"
34-
resolved "https://registry.yarnpkg.com/@aztec/aztec.js/-/aztec.js-0.74.0.tgz#e2003e539e0bb329430daec5727dd77835093fcc"
35-
integrity sha512-VSSeL5s7z/0t8xttz7h8owoyaEFHEKmgwwk1+WL+hUroLmwxTYphu9WpdwMCOwFHtRsjYXmhmMbgtTYfRO53IA==
36-
dependencies:
37-
"@aztec/circuit-types" "0.74.0"
38-
"@aztec/circuits.js" "0.74.0"
39-
"@aztec/ethereum" "0.74.0"
40-
"@aztec/foundation" "0.74.0"
41-
"@aztec/l1-artifacts" "0.74.0"
42-
"@aztec/protocol-contracts" "0.74.0"
43-
"@aztec/types" "0.74.0"
32+
"@aztec/aztec.js@0.75.0":
33+
version "0.75.0"
34+
resolved "https://registry.yarnpkg.com/@aztec/aztec.js/-/aztec.js-0.75.0.tgz#da833fd02313ff9865d74e1e6521518480052777"
35+
integrity sha512-CRf2J+UxQH7A3RBbLoAjVrcfKRI4GZqblXDESTxElBwvIfCF/wiEBLakx2nKuwOUsk+4PsRul0xShg4aIciWaA==
36+
dependencies:
37+
"@aztec/circuit-types" "0.75.0"
38+
"@aztec/circuits.js" "0.75.0"
39+
"@aztec/ethereum" "0.75.0"
40+
"@aztec/foundation" "0.75.0"
41+
"@aztec/l1-artifacts" "0.75.0"
42+
"@aztec/protocol-contracts" "0.75.0"
43+
"@aztec/types" "0.75.0"
4444
axios "^1.7.2"
4545
tslib "^2.4.0"
4646
viem "2.22.8"
4747

48-
"@aztec/bb.js@0.74.0":
49-
version "0.74.0"
50-
resolved "https://registry.yarnpkg.com/@aztec/bb.js/-/bb.js-0.74.0.tgz#261a8438b5bc9ca54b13256a42d62e388d1e08a1"
51-
integrity sha512-hdFfAqjiy5xbqcNHXlnfRHqLGrlKz2nTq+5FiIUFLYZvBvfv4FilI7psy1dp0kSihFh5cjhatXwiQN1uRIAqNQ==
48+
"@aztec/bb.js@0.75.0":
49+
version "0.75.0"
50+
resolved "https://registry.yarnpkg.com/@aztec/bb.js/-/bb.js-0.75.0.tgz#d2069e1cc3fb36ade9dfa79bcdb5ef59018f9347"
51+
integrity sha512-Kw61Hv75HLmT9pUo+ebKA6vj5Dnb+6ZNkECX6P05RcvmAZKO1hXW2hA+k5JVEVEv/VJf+G+Hjd1Z6ir66DyGCA==
5252
dependencies:
5353
comlink "^4.4.1"
5454
commander "^12.1.0"
@@ -57,66 +57,66 @@
5757
pako "^2.1.0"
5858
tslib "^2.4.0"
5959

60-
"@aztec/circuit-types@0.74.0":
61-
version "0.74.0"
62-
resolved "https://registry.yarnpkg.com/@aztec/circuit-types/-/circuit-types-0.74.0.tgz#8bb19a821f2f1462f35ce88d854a7963f97eb1a3"
63-
integrity sha512-A3HmcOLz4B6e5kaacu0ZIQSgZUI4rIiWc/aydSOh7OBKrgPCaIIEdobPqfHv/M5pgR5q4KrDCgJlRQxBq1UC6g==
60+
"@aztec/circuit-types@0.75.0":
61+
version "0.75.0"
62+
resolved "https://registry.yarnpkg.com/@aztec/circuit-types/-/circuit-types-0.75.0.tgz#f15f2d7685d7904b9252bcb2c375153b83faadd6"
63+
integrity sha512-TVEKeEu+ulovwmLpI+QEMFWcYhQBxdHBzsh0rEUYtenV6np6LLy8kzHp39SDoje9rKdWKCdjruc2mrtGhDOdpQ==
6464
dependencies:
65-
"@aztec/circuits.js" "0.74.0"
66-
"@aztec/ethereum" "0.74.0"
67-
"@aztec/foundation" "0.74.0"
68-
"@aztec/types" "0.74.0"
65+
"@aztec/circuits.js" "0.75.0"
66+
"@aztec/ethereum" "0.75.0"
67+
"@aztec/foundation" "0.75.0"
68+
"@aztec/types" "0.75.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.74.0":
77-
version "0.74.0"
78-
resolved "https://registry.yarnpkg.com/@aztec/circuits.js/-/circuits.js-0.74.0.tgz#030a789dc99680ad01f0170b97994d8958e34d70"
79-
integrity sha512-GdsiyymQbPdWeboqPozQRtIaffgZWmjiC7HN9QLLRpdwZDgBSgTRMBeUNNrDoZQ7VxETQY2BYLNY7vkgnESV9w==
76+
"@aztec/circuits.js@0.75.0":
77+
version "0.75.0"
78+
resolved "https://registry.yarnpkg.com/@aztec/circuits.js/-/circuits.js-0.75.0.tgz#163a3cb54ca63a31b8749815616d77fbc16e99db"
79+
integrity sha512-ZVWKp7NSFqIOXfc9/YcBAKniWQgSA/jUleqeDPD6rTXeDq2ElzVmbeduJ+495Uq7qllhvbGI5BNfa7pTgDaBwg==
8080
dependencies:
81-
"@aztec/bb.js" "0.74.0"
82-
"@aztec/ethereum" "0.74.0"
83-
"@aztec/foundation" "0.74.0"
84-
"@aztec/types" "0.74.0"
81+
"@aztec/bb.js" "0.75.0"
82+
"@aztec/ethereum" "0.75.0"
83+
"@aztec/foundation" "0.75.0"
84+
"@aztec/types" "0.75.0"
8585
msgpackr "^1.11.2"
8686
tslib "^2.4.0"
8787
zod "^3.23.8"
8888

89-
"@aztec/entrypoints@0.74.0":
90-
version "0.74.0"
91-
resolved "https://registry.yarnpkg.com/@aztec/entrypoints/-/entrypoints-0.74.0.tgz#3f6de580b72e33944783882cd247c5b30b1a012a"
92-
integrity sha512-xt6On6+piauJFQpTTXWhca/iTxIBJa9C442IW2G6wWPpkQV8nB4YMUyosTOIugH8dLxtfjdtqhF8rF94yFsyjQ==
89+
"@aztec/entrypoints@0.75.0":
90+
version "0.75.0"
91+
resolved "https://registry.yarnpkg.com/@aztec/entrypoints/-/entrypoints-0.75.0.tgz#0968c4e7f75b8e3ce1d086cd1ce709c4dcc7bc20"
92+
integrity sha512-WHNvdNIwBQ9AZ6XBglEPSOCmqjeTvA899HGtqFCcCfzCRx1DlSFylnJ2tgBLSd1C87JbOduZTVMH3hLZOscAbg==
9393
dependencies:
94-
"@aztec/aztec.js" "0.74.0"
95-
"@aztec/circuit-types" "0.74.0"
96-
"@aztec/circuits.js" "0.74.0"
97-
"@aztec/foundation" "0.74.0"
98-
"@aztec/protocol-contracts" "0.74.0"
94+
"@aztec/aztec.js" "0.75.0"
95+
"@aztec/circuit-types" "0.75.0"
96+
"@aztec/circuits.js" "0.75.0"
97+
"@aztec/foundation" "0.75.0"
98+
"@aztec/protocol-contracts" "0.75.0"
9999
tslib "^2.4.0"
100100

101-
"@aztec/ethereum@0.74.0":
102-
version "0.74.0"
103-
resolved "https://registry.yarnpkg.com/@aztec/ethereum/-/ethereum-0.74.0.tgz#1eec6e0ca8227ef15a111c73660929a9bad543e4"
104-
integrity sha512-gfJ5GaLT7xUrijm6y45nFTVJ1K5U1QWNdJVCUI3NKl7J3nZ0C5Xu39ZlcRBKm3S2iHHbyGbsRG4QmV+LsD0M1Q==
101+
"@aztec/ethereum@0.75.0":
102+
version "0.75.0"
103+
resolved "https://registry.yarnpkg.com/@aztec/ethereum/-/ethereum-0.75.0.tgz#b913421959c5d6765ed6fb6dab5561541912f097"
104+
integrity sha512-bXt7fr+tM2oiFqWpdlAmLIQERe02wx6mkZjrkRZNeMl9g22dTVsEE21qkeMMY+obp0+7nnEXLrvZquumWcPrEQ==
105105
dependencies:
106-
"@aztec/foundation" "0.74.0"
107-
"@aztec/l1-artifacts" "0.74.0"
106+
"@aztec/foundation" "0.75.0"
107+
"@aztec/l1-artifacts" "0.75.0"
108108
"@viem/anvil" "^0.0.10"
109109
dotenv "^16.0.3"
110110
tslib "^2.4.0"
111111
viem "2.22.8"
112112
zod "^3.23.8"
113113

114-
"@aztec/foundation@0.74.0":
115-
version "0.74.0"
116-
resolved "https://registry.yarnpkg.com/@aztec/foundation/-/foundation-0.74.0.tgz#5fcfe0af768a33aff18b95e73beaeb0c7f967f85"
117-
integrity sha512-L7N2WxOAJFh2pgMRLVNHuqeKBShxmAr1/7zzqcA4i4do038b1EQKWXdssPknI63XO+oXUV14Lr3z3n7kOxRt3Q==
114+
"@aztec/foundation@0.75.0":
115+
version "0.75.0"
116+
resolved "https://registry.yarnpkg.com/@aztec/foundation/-/foundation-0.75.0.tgz#fe688230a1a2dd001f9ee08858530defefc0f3b1"
117+
integrity sha512-ujFlotej4ac4CzA3SqNp2ktTa9+9k6lSlSNTJA9V4JnMybNBiPPq2kEVjrb0w/CK5PrvFgrDNGmneJd9I/okpQ==
118118
dependencies:
119-
"@aztec/bb.js" "0.74.0"
119+
"@aztec/bb.js" "0.75.0"
120120
"@koa/cors" "^5.0.0"
121121
"@noble/curves" "^1.2.0"
122122
bn.js "^5.2.1"
@@ -141,40 +141,40 @@
141141
sha3 "^2.1.4"
142142
zod "^3.23.8"
143143

144-
"@aztec/l1-artifacts@0.74.0":
145-
version "0.74.0"
146-
resolved "https://registry.yarnpkg.com/@aztec/l1-artifacts/-/l1-artifacts-0.74.0.tgz#5178e8818283e02fae98108f31e4ad458d8f7cea"
147-
integrity sha512-BSPoJij5fyIDXI9MRPRGm0QIKnYVP4FhpyVFB0v/zfgCz8rwG2hvwz7DEnTATUEqNWKX/f5nDlri5pHe9mizzA==
144+
"@aztec/l1-artifacts@0.75.0":
145+
version "0.75.0"
146+
resolved "https://registry.yarnpkg.com/@aztec/l1-artifacts/-/l1-artifacts-0.75.0.tgz#da7179b4a0e991a772cd207e9a44a3bd6d8740d4"
147+
integrity sha512-pNSDCumbO82IPZEQhQwewak5x7FHGdaPofe8BIHDEOsUN97E5xUJ3HRL1yJLxTWYBVHtVnLWaeuMdsjJwXDFJQ==
148148
dependencies:
149149
tslib "^2.4.0"
150150

151-
"@aztec/noir-contracts.js@0.74.0":
152-
version "0.74.0"
153-
resolved "https://registry.yarnpkg.com/@aztec/noir-contracts.js/-/noir-contracts.js-0.74.0.tgz#d5ef6de823ec150433771588d92ad25a3e704a0a"
154-
integrity sha512-USbjqKi2HJIdeI1bS2g0N5xhmv9OLNT2N7VxwIfeSUq32SxepjKDJ48uWizDHlUZvtJ5ZWy6PyqJuCrfmKYTNg==
151+
"@aztec/noir-contracts.js@0.75.0":
152+
version "0.75.0"
153+
resolved "https://registry.yarnpkg.com/@aztec/noir-contracts.js/-/noir-contracts.js-0.75.0.tgz#ea3de243baab780a1a88cd294faac6a8c1b5e800"
154+
integrity sha512-2WMzOcAM/pb5lpM+QMNaJUgVcjV37fBuwVZS6Tm23nejgxUgBwrfozLgN8g6Zbiw38lF5ZBqBWmB/bmkT2smcQ==
155155
dependencies:
156-
"@aztec/aztec.js" "0.74.0"
156+
"@aztec/aztec.js" "0.75.0"
157157
tslib "^2.4.0"
158158

159-
"@aztec/protocol-contracts@0.74.0":
160-
version "0.74.0"
161-
resolved "https://registry.yarnpkg.com/@aztec/protocol-contracts/-/protocol-contracts-0.74.0.tgz#0f88c394b6bae8f666f93bf02420578b7b77368f"
162-
integrity sha512-grJs2fxzlZacYBEcRwiXvquWYCeQdz36JKpJnn8Cc65hD2LkGQ2DzvhzdZ+RXbup6/cdDUnn+vsJVGCJrvhE+Q==
159+
"@aztec/protocol-contracts@0.75.0":
160+
version "0.75.0"
161+
resolved "https://registry.yarnpkg.com/@aztec/protocol-contracts/-/protocol-contracts-0.75.0.tgz#ce8530e67ce6bbc130ed59121a90ea06fad5fda5"
162+
integrity sha512-JPQC2MzxmmB7+GkwQfORSOBkgWhzW9lguNxPC2mVzwf+y/ehGTFWzaOSQ3DVGkAj3jVg1hiSAWlJ312KhE6LWw==
163163
dependencies:
164-
"@aztec/circuits.js" "0.74.0"
165-
"@aztec/foundation" "0.74.0"
166-
"@aztec/types" "0.74.0"
164+
"@aztec/circuits.js" "0.75.0"
165+
"@aztec/foundation" "0.75.0"
166+
"@aztec/types" "0.75.0"
167167
lodash.chunk "^4.2.0"
168168
lodash.omit "^4.5.0"
169169
tslib "^2.4.0"
170170

171-
"@aztec/types@0.74.0":
172-
version "0.74.0"
173-
resolved "https://registry.yarnpkg.com/@aztec/types/-/types-0.74.0.tgz#875a309536f14c43c52822b5969e95b695d53f18"
174-
integrity sha512-2YKIBFehlobJwQTX4WXr5E4NLktSozaHN2II4j5zCF2/5nSBCMHTBtXd8m+zQPl9UnXt1zH+2I2KuAHiLzNDSw==
171+
"@aztec/types@0.75.0":
172+
version "0.75.0"
173+
resolved "https://registry.yarnpkg.com/@aztec/types/-/types-0.75.0.tgz#51bcd8c3dc1c44849fa38fe7472ca47c9567c71a"
174+
integrity sha512-GiqBi4poIhHz1GI1dGMb10Z2EPDDhnxWFNQdE6+fMhpctiofjU9S9sC1F9BPWxxYnrtva3+iwUZtZ8/qsrahVA==
175175
dependencies:
176-
"@aztec/ethereum" "0.74.0"
177-
"@aztec/foundation" "0.74.0"
176+
"@aztec/ethereum" "0.75.0"
177+
"@aztec/foundation" "0.75.0"
178178

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

0 commit comments

Comments
 (0)