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
2 changes: 1 addition & 1 deletion crates/zk-prover/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const VERSIONS_MANIFEST_URL: &str =
"https://raw.githubusercontent.com/gnosisguild/enclave/main/crates/zk-prover/versions.json";

const BB_VERSION: &str = "3.0.0-nightly.20251104";
const CIRCUITS_VERSION: &str = "0.1.11";
const CIRCUITS_VERSION: &str = "0.1.13";

/// Supported bb binary targets
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
Expand Down
2 changes: 1 addition & 1 deletion crates/zk-prover/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"required_bb_version": "3.0.0-nightly.20251104",
"required_circuits_version": "0.1.11",
"required_circuits_version": "0.1.13",
"bb_download_url": "https://github.com/AztecProtocol/aztec-packages/releases/download/v{version}/barretenberg-{arch}-{os}.tar.gz",
"bb_checksums": {
"amd64-linux": "9740013d1aa0eb1b0bb2d71484c8b3debc5050a409bd5f12f8454fbfc7cb5419",
Expand Down