chiapos to 12.45 for harvester multithread fix

This commit is contained in:
Gene Hoffman 2021-02-23 22:17:00 -08:00 committed by Gene Hoffman
parent bdcaab05e0
commit c35021339f
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ if [ ! "$CHIA_INSTALLER_VERSION" ]; then
CHIA_INSTALLER_VERSION="0.0.0"
fi
echo "Chia Installer Version is: $CHIA_INSTALLER_VERSION"
echo "SCM Version is: $SCM_VERSION"
echo "Installing npm and electron packagers"
npm install electron-installer-dmg -g

View File

@ -6,7 +6,7 @@ dependencies = [
"blspy==0.3.5", # Signature library
"chiavdf==0.15.0", # timelord and vdf verification
"chiabip158==0.19", # bip158-style wallet filters
"chiapos==0.12.44", # proof of space
"chiapos==0.12.45", # proof of space
"clvm==0.9.0",
"clvm_rs==0.1.3", # noqa
"clvm_tools==0.4.1", # noqa