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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/noirup@v0.1.4
with:
toolchain: v1.0.0-beta.3
toolchain: v1.0.0-beta.15
- name: Cache node modules
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/noirup@v0.1.4
with:
toolchain: v1.0.0-beta.3
toolchain: v1.0.0-beta.15

- name: Install wasm-pack
uses: ./.github/actions/install-wasm-pack
Expand Down Expand Up @@ -521,7 +521,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/noirup@v0.1.4
with:
toolchain: v1.0.0-beta.3
toolchain: v1.0.0-beta.15

- name: Check formatting
working-directory: ./circuits
Expand Down
8 changes: 4 additions & 4 deletions circuits/crates/libs/greco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ This has been developed and tested with

```bash
nargo --version
nargo version = 1.0.0-beta.11
noirc version = 1.0.0-beta.11+fd3925aaaeb76c76319f44590d135498ef41ea6c
(git version hash: fd3925aaaeb76c76319f44590d135498ef41ea6c, is dirty: false)
nargo version = 1.0.0-beta.15
noirc version = 1.0.0-beta.15+83245db91dcf63420ef4bcbbd85b98f397fee663
(git version hash: 83245db91dcf63420ef4bcbbd85b98f397fee663, is dirty: false)
```

```bash
bb --version
v0.87.0
3.0.0-nightly.20251104
```
8 changes: 4 additions & 4 deletions circuits/crates/libs/polynomial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ This has been developed and tested with

```bash
nargo --version
nargo version = 1.0.0-beta.11
noirc version = 1.0.0-beta.11+fd3925aaaeb76c76319f44590d135498ef41ea6c
(git version hash: fd3925aaaeb76c76319f44590d135498ef41ea6c, is dirty: false)
nargo version = 1.0.0-beta.15
noirc version = 1.0.0-beta.15+83245db91dcf63420ef4bcbbd85b98f397fee663
(git version hash: 83245db91dcf63420ef4bcbbd85b98f397fee663, is dirty: false)
```

```bash
bb --version
v0.87.0
3.0.0-nightly.20251104
```
2 changes: 1 addition & 1 deletion circuits/crates/libs/safe/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ license = "MIT"

[dependencies]
poseidon = { tag = "v0.1.1", git = "https://github.com/noir-lang/poseidon" }
sha256 = { tag = "v0.1.0", git = "https://github.com/noir-lang/sha256" }
sha256 = { tag = "v0.2.0", git = "https://github.com/noir-lang/sha256" }
8 changes: 4 additions & 4 deletions circuits/crates/libs/safe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ This has been developed and tested with

```bash
nargo --version
nargo version = 1.0.0-beta.11
noirc version = 1.0.0-beta.11+fd3925aaaeb76c76319f44590d135498ef41ea6c
(git version hash: fd3925aaaeb76c76319f44590d135498ef41ea6c, is dirty: false)
nargo version = 1.0.0-beta.15
noirc version = 1.0.0-beta.15+83245db91dcf63420ef4bcbbd85b98f397fee663
(git version hash: 83245db91dcf63420ef4bcbbd85b98f397fee663, is dirty: false)
```

```bash
bb --version
v0.87.0
3.0.0-nightly.20251104
```
2 changes: 1 addition & 1 deletion examples/CRISP/client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineConfig({
},
optimizeDeps: {
esbuildOptions: { target: 'esnext' },
exclude: ['@rollup/browser', '@noir-lang/noirc_abi', '@noir-lang/acvm_js', '@noir-lang/noir_js', '@aztec/bb.js'],
exclude: ['@rollup/browser', '@noir-lang/noirc_abi', '@noir-lang/acvm_js', '@noir-lang/noir_js'],
},
resolve: {
alias: {
Expand Down
4 changes: 2 additions & 2 deletions examples/CRISP/enclave.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ chains:
rpc_url: ws://localhost:8545
contracts:
e3_program:
address: '0xc5a5C42992dECbae36851359345FE25997F5C42d'
address: '0x67d269191c92Caf3cD7723F116c85e6E9bf55933'
deploy_block: 1
enclave:
address: '0xA51c1fc2f0D1a1b8494Ed1FE312d7C3a78Ed91C0'
Expand All @@ -17,7 +17,6 @@ chains:
fee_token:
address: '0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0'
deploy_block: 4

program:
dev: true
nodes:
Expand Down Expand Up @@ -53,3 +52,4 @@ nodes:
autopassword: true
role:
type: aggregator

Loading