1.4.19 bugfix

This commit is contained in:
0xOzgur 2024-06-08 19:22:28 +03:00
parent c7ae28405a
commit fbff05db89
5 changed files with 8 additions and 7 deletions

3
.gitignore vendored
View File

@ -7,4 +7,5 @@ backup_ozgur.sh
backup.sh
backup/backup.sh
backup/backup_ozgur.sh
quilibrium_for_pros.sh
quilibrium_for_pros.sh
dataworker.py

View File

@ -60,7 +60,7 @@ git checkout release-cdn
# Step 7:Build Docker Container
echo "⏳Building Ceremonyclient Container"
sleep 2 # Add a 2-second delay
docker build --build-arg GIT_COMMIT=$(git log -1 --format=%h) -t quilibrium:1.4.19 .
docker build --build-arg GIT_COMMIT=$(git log -1 --format=%h) -t quilibrium:1.4.19 .1.4.19
# Step 8:Run Ceremonyclient Container
echo "✅Running Ceremonyclient Container"

View File

@ -43,7 +43,7 @@ else
fi
sudo apt upgrade -y
1.4.19
# Step 2: Adjust network buffer sizes
echo "Adjusting network buffer sizes..."

View File

@ -32,9 +32,9 @@ if [ "$ARCH" = "x86_64" ]; then
elif [ "$OS" = "Darwin" ]; then
NODE_BINARY='node-1.4.19-darwin-amd64'
fi
elif [ "$ARCH" = "aarch64" ]; then
if [ "$OS" = "Linux" ]; then
NODE_BINARY='node-1.4.19-linux-arm64'
elif [ "$ARCH" = "aarch64" ]; then1.4.19
if [ "$OS" = "Linux" ]; then1.4.19
NODE_BINARY='node-1.4.19-linux-arm64'1.4.19
elif [ "$OS" = "Darwin" ]; then
NODE_BINARY='node-1.4.19-darwin-arm64'
fi

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Set the version number
VERSION="1.4.18"
VERSION="1.4.19"
# Step 0: Welcome
echo "This script is made with ❤️ by https://quilibrium.space @ 0xOzgur.eth for scalepod.io"