chore: update codex to release 0.2.5 (#47)

https://github.com/codex-storage/nim-codex/issues/1282
This commit is contained in:
Slava 2025-06-20 13:41:46 +03:00 committed by GitHub
parent e62d7e5d10
commit 8da26be8e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -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 \

View File

@ -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}"

View File

@ -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"

View File

@ -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"

View File

@ -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"