From 8da26be8e2fe370dfe46075fe9c88b1e0689b90b Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Fri, 20 Jun 2025 13:41:46 +0300 Subject: [PATCH] chore: update codex to release 0.2.5 (#47) https://github.com/codex-storage/nim-codex/issues/1282 --- forcodexers/run_host.sh | 2 +- scripts/utils.sh | 2 +- scripts/windows/download-online.bat | 2 +- scripts/windows/download.bat | 2 +- scripts/windows/run-client.bat | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/forcodexers/run_host.sh b/forcodexers/run_host.sh index 6bd0113..d70a6fc 100755 --- a/forcodexers/run_host.sh +++ b/forcodexers/run_host.sh @@ -5,7 +5,7 @@ BOOTSPR=$(curl http://localhost:8078/api/codex/v1/spr | cut -d '"' -f4) # Quota = 11 GB # Availability = 10 GB -./codex-prover-v0.2.4-linux-amd64 \ +./codex-prover-v0.2.5-linux-amd64 \ --data-dir=data_host \ --circuit-dir=circuit \ --storage-quota=11811160064 \ diff --git a/scripts/utils.sh b/scripts/utils.sh index ecedb20..8b5c46a 100755 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -2,7 +2,7 @@ # Variables NETWORK="${NETWORK:-testnet}" -VERSION="${VERSION:-v0.2.4}" +VERSION="${VERSION:-v0.2.5}" LOG_LEVEL="${LOG_LEVEL:-info}" DOWNLOAD="${DOWNLOAD}" diff --git a/scripts/windows/download-online.bat b/scripts/windows/download-online.bat index abe3d2e..e349122 100644 --- a/scripts/windows/download-online.bat +++ b/scripts/windows/download-online.bat @@ -9,7 +9,7 @@ set "OS=windows" call :get_arch ARCH set "ARCHIVE_EXT=.zip" set "EXE_EXT=.exe" -set "VERSION=v0.2.4" +set "VERSION=v0.2.5" set "BASE_URL=https://github.com/codex-storage/nim-codex/releases/download/%VERSION%" set "EXTRACT_DIR=.\" set "BINARY_NAMES=codex" diff --git a/scripts/windows/download.bat b/scripts/windows/download.bat index f96724f..c251dbb 100644 --- a/scripts/windows/download.bat +++ b/scripts/windows/download.bat @@ -9,7 +9,7 @@ set "OS=windows" call :get_arch ARCH set "ARCHIVE_EXT=.zip" set "EXE_EXT=.exe" -set "VERSION=v0.2.4" +set "VERSION=v0.2.5" set "BASE_URL=http://192.168.88.253:8080" set "EXTRACT_DIR=.\" set "BINARY_NAMES=codex" diff --git a/scripts/windows/run-client.bat b/scripts/windows/run-client.bat index d71ae42..2a1d5bb 100644 --- a/scripts/windows/run-client.bat +++ b/scripts/windows/run-client.bat @@ -44,7 +44,7 @@ if errorlevel 1 ( ) :: Set variables -set "VERSION=v0.2.4" +set "VERSION=v0.2.5" set "OS=windows" call :get_arch ARCH set "DATA_DIR=data_client"