Upgrade ZisK to v0.10.0 (#95)

This commit is contained in:
Han
2025-08-18 22:35:04 +08:00
committed by GitHub
parent 80330caf59
commit 7749e1dfc6
8 changed files with 120 additions and 51 deletions

View File

@@ -32,7 +32,7 @@ ensure_tool_installed "cargo" "as cargo-zisk is a cargo subcommand"
# Step 1: Download and run the script that installs the ziskup binary itself.
# Export SETUP_KEY=proving to ensure no interactive options in `ziskup`.
export ZISK_VERSION="0.9.0"
export ZISK_VERSION="0.10.0"
export SETUP_KEY=${SETUP_KEY:=proving}
curl "https://raw.githubusercontent.com/0xPolygonHermez/zisk/main/ziskup/install.sh" | bash
unset SETUP_KEY