Skip to content

Commit 7f7156a

Browse files
authored
Merge pull request #46 from AztecProtocol/jc/0.74
update to 0.74
2 parents dbbb846 + 132abd8 commit 7f7156a

File tree

6 files changed

+93
-93
lines changed

6 files changed

+93
-93
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.73.0 aztec-up
31+
VERSION=0.74.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.73.0", directory = "noir-projects/aztec-nr/aztec" }
8+
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "aztec-packages-v0.74.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.73.0
43+
aztec-up 0.74.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.73.0",
24-
"@aztec/aztec.js": "0.73.0",
25-
"@aztec/noir-contracts.js": "0.73.0",
23+
"@aztec/accounts": "0.74.0",
24+
"@aztec/aztec.js": "0.74.0",
25+
"@aztec/noir-contracts.js": "0.74.0",
2626
"@types/node": "^22.5.1"
2727
},
2828
"devDependencies": {

src/main.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mod test;
22
use dep::aztec::macros::aztec;
33

44
#[aztec]
5-
contract EasyPrivateVoting {
5+
pub contract EasyPrivateVoting {
66
use dep::aztec::{
77
keys::getters::get_public_keys,
88
macros::{functions::{initializer, internal, private, public}, storage::storage},

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.73.0":
19-
version "0.73.0"
20-
resolved "https://registry.yarnpkg.com/@aztec/accounts/-/accounts-0.73.0.tgz#25e1348876652554e897ed8a0d96ee31106bec38"
21-
integrity sha512-YeeysrfYOaKPLWgE5vJYxWqezTTO7YdywWSa6FGMdQ+Ano35AEvIsR1c+TjRMLQun+rLY1quyhJisqsukPfIWA==
22-
dependencies:
23-
"@aztec/aztec.js" "0.73.0"
24-
"@aztec/circuit-types" "0.73.0"
25-
"@aztec/circuits.js" "0.73.0"
26-
"@aztec/entrypoints" "0.73.0"
27-
"@aztec/ethereum" "0.73.0"
28-
"@aztec/foundation" "0.73.0"
29-
"@aztec/types" "0.73.0"
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"
3030
tslib "^2.4.0"
3131

32-
"@aztec/aztec.js@0.73.0":
33-
version "0.73.0"
34-
resolved "https://registry.yarnpkg.com/@aztec/aztec.js/-/aztec.js-0.73.0.tgz#3ceb0471cd7276d37b51c42b8a6f530672a3b1ac"
35-
integrity sha512-CY9WGy6sYMV9RgZevvcIu/dAmFYw1wZAFicNk0RpmlYF6jgfTy8yw8Pe8Bu/lGLGke0P2oI/dx4JHNxW/m866g==
36-
dependencies:
37-
"@aztec/circuit-types" "0.73.0"
38-
"@aztec/circuits.js" "0.73.0"
39-
"@aztec/ethereum" "0.73.0"
40-
"@aztec/foundation" "0.73.0"
41-
"@aztec/l1-artifacts" "0.73.0"
42-
"@aztec/protocol-contracts" "0.73.0"
43-
"@aztec/types" "0.73.0"
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"
4444
axios "^1.7.2"
4545
tslib "^2.4.0"
4646
viem "2.22.8"
4747

48-
"@aztec/bb.js@0.73.0":
49-
version "0.73.0"
50-
resolved "https://registry.yarnpkg.com/@aztec/bb.js/-/bb.js-0.73.0.tgz#63f3660b6bdcd39375c7a6bcfa6eec411a3033bc"
51-
integrity sha512-2ueBjgUlSMNjNqd0hVCgL7Un6FDUsZjhWY7TSTce5wOMb4K2rUGxOCX8gKEXqbs8+f9+e705Uvms4CBgN0bwKg==
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==
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.73.0":
61-
version "0.73.0"
62-
resolved "https://registry.yarnpkg.com/@aztec/circuit-types/-/circuit-types-0.73.0.tgz#bcea081530a66a70dd7dac936d7401cb41a2a1f9"
63-
integrity sha512-Y9EVxH/FsWtvDyfsKjfgiH0RHM7qMm/sGYrfvHasR1bPBvuYv3FMShtjWDTfH/hQpCSe4LVmq5OoHqBxCNIpDw==
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==
6464
dependencies:
65-
"@aztec/circuits.js" "0.73.0"
66-
"@aztec/ethereum" "0.73.0"
67-
"@aztec/foundation" "0.73.0"
68-
"@aztec/types" "0.73.0"
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"
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.73.0":
77-
version "0.73.0"
78-
resolved "https://registry.yarnpkg.com/@aztec/circuits.js/-/circuits.js-0.73.0.tgz#c39433812c7a6e8dbaa1935f40437fcc26de10a1"
79-
integrity sha512-4qDAkb3zrqZ8DR5afottzPi7+d43/kT9hGAceksw9U4VaZu062rhgYRz2NEqXcsO3kQHjuZJpF6oroyeK9JBiA==
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==
8080
dependencies:
81-
"@aztec/bb.js" "0.73.0"
82-
"@aztec/ethereum" "0.73.0"
83-
"@aztec/foundation" "0.73.0"
84-
"@aztec/types" "0.73.0"
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"
8585
msgpackr "^1.11.2"
8686
tslib "^2.4.0"
8787
zod "^3.23.8"
8888

89-
"@aztec/entrypoints@0.73.0":
90-
version "0.73.0"
91-
resolved "https://registry.yarnpkg.com/@aztec/entrypoints/-/entrypoints-0.73.0.tgz#9cb326ebcbfa8cbcefe2928cc50ac2e6b7f27969"
92-
integrity sha512-GNgfb5SMArGuozOGpukqtjfKQxtBefBmdcUMB8KP6w346d9xVFjS5FIeA/UBmtSIFLUHpjeK5E8MAASn1jKXPA==
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==
9393
dependencies:
94-
"@aztec/aztec.js" "0.73.0"
95-
"@aztec/circuit-types" "0.73.0"
96-
"@aztec/circuits.js" "0.73.0"
97-
"@aztec/foundation" "0.73.0"
98-
"@aztec/protocol-contracts" "0.73.0"
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"
9999
tslib "^2.4.0"
100100

101-
"@aztec/ethereum@0.73.0":
102-
version "0.73.0"
103-
resolved "https://registry.yarnpkg.com/@aztec/ethereum/-/ethereum-0.73.0.tgz#75611d633d39362b69c1e5517781c8af8a1689c4"
104-
integrity sha512-zNGxf63bOcIC2TjybK+lGQnjzuyfLjsYEtxzS1PN/cqMuiM3BzpA7+2a8xCHUAD2RgGCJM+61r2WIEMc2eD2RA==
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==
105105
dependencies:
106-
"@aztec/foundation" "0.73.0"
107-
"@aztec/l1-artifacts" "0.73.0"
106+
"@aztec/foundation" "0.74.0"
107+
"@aztec/l1-artifacts" "0.74.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.73.0":
115-
version "0.73.0"
116-
resolved "https://registry.yarnpkg.com/@aztec/foundation/-/foundation-0.73.0.tgz#5671745a79c0de03b084e68f830fb7fe05b9384a"
117-
integrity sha512-hMckEqS0//5w0/oEiHbgvoigpJbwPquVaJejF/+ssIh4x+ck2qV4lpqo+DWmjn1Me0wtxSy1E+4sMeNatCdecQ==
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==
118118
dependencies:
119-
"@aztec/bb.js" "0.73.0"
119+
"@aztec/bb.js" "0.74.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.73.0":
145-
version "0.73.0"
146-
resolved "https://registry.yarnpkg.com/@aztec/l1-artifacts/-/l1-artifacts-0.73.0.tgz#aad9f0c9caeed7424833af3c51de7207cea7363a"
147-
integrity sha512-dQa4pzcKbJHZLY7TUegTsJKBOWNy3aRCENS0LiTnXLZ/kpTQLyOZTSDk9Z9z8w+CO9OmXHDls6kyue9zte6d5w==
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==
148148
dependencies:
149149
tslib "^2.4.0"
150150

151-
"@aztec/noir-contracts.js@0.73.0":
152-
version "0.73.0"
153-
resolved "https://registry.yarnpkg.com/@aztec/noir-contracts.js/-/noir-contracts.js-0.73.0.tgz#9cdc603cb63fc9153435660386f894e8e2b3b204"
154-
integrity sha512-EUt9nQmOBnxTijQ4vWJV5RmrbNfe82aztqZ1SpVP7fj3qZggSuYvC6SlHOd5HquOpqvLKFJvQjNfZJTXNy+FPw==
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==
155155
dependencies:
156-
"@aztec/aztec.js" "0.73.0"
156+
"@aztec/aztec.js" "0.74.0"
157157
tslib "^2.4.0"
158158

159-
"@aztec/protocol-contracts@0.73.0":
160-
version "0.73.0"
161-
resolved "https://registry.yarnpkg.com/@aztec/protocol-contracts/-/protocol-contracts-0.73.0.tgz#97ca7bcae81def0d7f9840e0a2611af5e9095813"
162-
integrity sha512-EDu96p78sIDmqMmeK7F2fBXzCi5ix7z/vpSNPW1A3sm/tnvsDs9zLJBaFc4aS2lw/IQW0Godi+D0XSaZCVixTQ==
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==
163163
dependencies:
164-
"@aztec/circuits.js" "0.73.0"
165-
"@aztec/foundation" "0.73.0"
166-
"@aztec/types" "0.73.0"
164+
"@aztec/circuits.js" "0.74.0"
165+
"@aztec/foundation" "0.74.0"
166+
"@aztec/types" "0.74.0"
167167
lodash.chunk "^4.2.0"
168168
lodash.omit "^4.5.0"
169169
tslib "^2.4.0"
170170

171-
"@aztec/types@0.73.0":
172-
version "0.73.0"
173-
resolved "https://registry.yarnpkg.com/@aztec/types/-/types-0.73.0.tgz#ee096d4dbeb299626e7e4b090c15f3c37ca9a322"
174-
integrity sha512-w+/j0J3Bg3IxcrpQKKgb8UJTNCqMkbKXiCRT7R61+tcf7tJoKXSVb52anxmobCBKNdVg+QCE8EmwCoYfV5weTA==
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==
175175
dependencies:
176-
"@aztec/ethereum" "0.73.0"
177-
"@aztec/foundation" "0.73.0"
176+
"@aztec/ethereum" "0.74.0"
177+
"@aztec/foundation" "0.74.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)