bump to v0.1.3

This commit is contained in:
Eric 2024-07-01 23:12:53 +10:00
parent eef0390302
commit fe8c296d09
No known key found for this signature in database
9 changed files with 11 additions and 11 deletions

View File

@ -12,6 +12,6 @@ On-site, before the workshop starts:
- [ ] Check wifi credentials in slides
- [ ] Check internet access on wifi
- [ ] Start bootstrap node on NUC
- [ ] Start serve in /codex/v0.1.1
- [ ] Start serve in /codex/v0.1.3
- [ ] Check bootstrap node SPR against SPR stored in workshop-bootstrapnode.info. If changed: UPDATE scripts in this repository quickly!
- [ ] Start host node on NUC

View File

@ -1,4 +1,4 @@
curl -o codex-prover-v0.1.1-linux-amd64.tar.gz -L https://github.com/codex-storage/nim-codex/releases/download/v0.1.1/codex-prover-v0.1.1-linux-amd64.tar.gz
tar -xvzf codex-prover-v0.1.1-linux-amd64.tar.gz
curl -o codex-prover-v0.1.3-linux-amd64.tar.gz -L https://github.com/codex-storage/nim-codex/releases/download/v0.1.3/codex-prover-v0.1.3-linux-amd64.tar.gz
tar -xvzf codex-prover-v0.1.3-linux-amd64.tar.gz
chmod +x codex-prover-v0.1.1-linux-amd64
chmod +x codex-prover-v0.1.3-linux-amd64

View File

@ -1,6 +1,6 @@
# Start script for bootstrap node on local network NUC
./codex-v0.1.1-linux-amd64 \
./codex-v0.1.3-linux-amd64 \
--data-dir=data_bootstrap \
--nat=192.168.88.253 \
--api-port=8078 \

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.1.1-linux-amd64 \
./codex-prover-v0.1.3-linux-amd64 \
--data-dir=data_host \
--circuit-dir=circuit \
--storage-quota=11811160064 \

View File

@ -19,7 +19,7 @@
"nodes": []
},
"codex": {
"version": "v0.1.1",
"version": "v0.1.3",
"revision": "15ff87a"
}
}

View File

@ -48,7 +48,7 @@ else
ARCHIVE_EXT=".tar.gz"
EXE_EXT=""
fi
VERSION="v0.1.1"
VERSION="v0.1.3"
BASE_URL="https://github.com/codex-storage/nim-codex/releases/download/${VERSION}"
EXTRACT_DIR="./"
# Use BINARY_NAMES=("codex" "codex-prover") to also download/verify/extract prover binary

View File

@ -22,7 +22,7 @@ if [ ! -f eth.key ]; then
fi
# Set variables
VERSION="v0.1.1"
VERSION="v0.1.3"
OS=$(get_os)
ARCH=$(get_arch)
DATA_DIR="data_client"

View File

@ -8,7 +8,7 @@ set "OS=windows"
call :get_arch ARCH
set "ARCHIVE_EXT=.zip"
set "EXE_EXT=.exe"
set "VERSION=v0.1.1"
set "VERSION=v0.1.3"
set "BASE_URL=https://github.com/codex-storage/nim-codex/releases/download/%VERSION%"
set "EXTRACT_DIR=.\"
set "BINARY_NAMES=codex"

View File

@ -18,7 +18,7 @@ if not exist eth.key (
)
:: Set variables
set "VERSION=v0.1.1"
set "VERSION=v0.1.3"
set "OS=windows"
call :get_arch ARCH
set "DATA_DIR=data_client"