Skip to content

Commit 5fcc672

Browse files
committed
feat(spartan): cl layer in spartan
1 parent de64823 commit 5fcc672

File tree

54 files changed

+2404
-876
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+2404
-876
lines changed

.github/workflows/devnet-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
PXE_PORT="$(jq -r .pxe.service.nodePort helm_values.json)"
113113
FAUCET_PORT="$(jq -r .faucet.apiServerPort helm_values.json)"
114-
ETHEREUM_PORT="$(jq -r .ethereum.service.port helm_values.json)"
114+
ETHEREUM_PORT="$(jq -r .ethereum.execution.service.port helm_values.json)"
115115
L1_CHAIN_ID="$(jq -r .ethereum.chainId helm_values.json)"
116116
117117
MNEMONIC="$(jq -r .aztec.l1DeploymentMnemonic helm_values.json)"

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"yarn-project/aztec": "0.71.0",
55
"barretenberg": "0.71.0",
66
"barretenberg/ts": "0.71.0"
7-
}
7+
}

.yarn/install-state.gz

719 Bytes
Binary file not shown.

barretenberg/ts/CHANGELOG.md

Lines changed: 276 additions & 472 deletions
Large diffs are not rendered by default.

barretenberg/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@
102102
"webpack-dev-server": "^4.15.0",
103103
"worker-loader": "^3.0.8"
104104
}
105-
}
105+
}

noir-projects/noir-protocol-circuits/crates/private-kernel-init/Prover.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,7 @@ _value = "0x0000000000000000000000000000000000000000000000000000000000000000"
15081508

15091509
[app_public_inputs.historical_header.state.l1_to_l2_message_tree]
15101510
root = "0x2e33ee2008411c04b99c24b313513d097a0d21a5040b6193d1f978b8226892d6"
1511-
next_available_leaf_index = "0x0000000000000000000000000000000000000000000000000000000000000050"
1511+
next_available_leaf_index = "0x0000000000000000000000000000000000000000000000000000000000000080"
15121512

15131513
[app_public_inputs.historical_header.state.partial.note_hash_tree]
15141514
root = "0x0a17550139b25759dfb5ffb96aadf7463293b4d61ccc033e2e02a894d1dfb6bb"

noir-projects/noir-protocol-circuits/crates/private-kernel-inner/Prover.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ claimed_first_nullifier = "0x1c494a56b9781c466405f63904ecd9a4253c4473c4243025f8d
182182

183183
[previous_kernel_public_inputs.constants.historical_header.state.l1_to_l2_message_tree]
184184
root = "0x2e33ee2008411c04b99c24b313513d097a0d21a5040b6193d1f978b8226892d6"
185-
next_available_leaf_index = "0x0000000000000000000000000000000000000000000000000000000000000050"
185+
next_available_leaf_index = "0x0000000000000000000000000000000000000000000000000000000000000080"
186186

187187
[previous_kernel_public_inputs.constants.historical_header.state.partial.note_hash_tree]
188188
root = "0x0a17550139b25759dfb5ffb96aadf7463293b4d61ccc033e2e02a894d1dfb6bb"
@@ -6515,7 +6515,7 @@ _value = "0x0000000000000000000000000000000000000000000000000000000000000000"
65156515

65166516
[app_public_inputs.historical_header.state.l1_to_l2_message_tree]
65176517
root = "0x2e33ee2008411c04b99c24b313513d097a0d21a5040b6193d1f978b8226892d6"
6518-
next_available_leaf_index = "0x0000000000000000000000000000000000000000000000000000000000000050"
6518+
next_available_leaf_index = "0x0000000000000000000000000000000000000000000000000000000000000080"
65196519

65206520
[app_public_inputs.historical_header.state.partial.note_hash_tree]
65216521
root = "0x0a17550139b25759dfb5ffb96aadf7463293b4d61ccc033e2e02a894d1dfb6bb"

noir-projects/noir-protocol-circuits/crates/private-kernel-reset/Prover.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ claimed_first_nullifier = "0x29ad545dcad1584eae312702f7c4dbae93b65334000b6b340db
182182

183183
[previous_kernel_public_inputs.constants.historical_header.state.l1_to_l2_message_tree]
184184
root = "0x2e33ee2008411c04b99c24b313513d097a0d21a5040b6193d1f978b8226892d6"
185-
next_available_leaf_index = "0x0000000000000000000000000000000000000000000000000000000000000050"
185+
next_available_leaf_index = "0x0000000000000000000000000000000000000000000000000000000000000080"
186186

187187
[previous_kernel_public_inputs.constants.historical_header.state.partial.note_hash_tree]
188188
root = "0x0a17550139b25759dfb5ffb96aadf7463293b4d61ccc033e2e02a894d1dfb6bb"

noir-projects/noir-protocol-circuits/crates/private-kernel-tail-to-public/Prover.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ claimed_first_nullifier = "0x29ad545dcad1584eae312702f7c4dbae93b65334000b6b340db
182182

183183
[previous_kernel_public_inputs.constants.historical_header.state.l1_to_l2_message_tree]
184184
root = "0x2e33ee2008411c04b99c24b313513d097a0d21a5040b6193d1f978b8226892d6"
185-
next_available_leaf_index = "0x0000000000000000000000000000000000000000000000000000000000000050"
185+
next_available_leaf_index = "0x0000000000000000000000000000000000000000000000000000000000000080"
186186

187187
[previous_kernel_public_inputs.constants.historical_header.state.partial.note_hash_tree]
188188
root = "0x0a17550139b25759dfb5ffb96aadf7463293b4d61ccc033e2e02a894d1dfb6bb"

noir-projects/noir-protocol-circuits/crates/private-kernel-tail/Prover.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ claimed_first_nullifier = "0x1c494a56b9781c466405f63904ecd9a4253c4473c4243025f8d
182182

183183
[previous_kernel_public_inputs.constants.historical_header.state.l1_to_l2_message_tree]
184184
root = "0x2e33ee2008411c04b99c24b313513d097a0d21a5040b6193d1f978b8226892d6"
185-
next_available_leaf_index = "0x0000000000000000000000000000000000000000000000000000000000000050"
185+
next_available_leaf_index = "0x0000000000000000000000000000000000000000000000000000000000000080"
186186

187187
[previous_kernel_public_inputs.constants.historical_header.state.partial.note_hash_tree]
188188
root = "0x0a17550139b25759dfb5ffb96aadf7463293b4d61ccc033e2e02a894d1dfb6bb"

0 commit comments

Comments
 (0)