Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/develop-blockchains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
"CHIADOG_BRANCH=dev"
"CHIA_BRANCH=2.5.2"
"BLADEBIT_BRANCH=master"
"MADMAX_BRANCH=v2.5.3.giga36"
"MADMAX_BRANCH=v2.5.5.giga36"
"PLOTMAN_BRANCH=compress"
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/machinaris:develop
Expand Down Expand Up @@ -90,9 +90,9 @@ jobs:
"UBUNTU_VER=noble"
"MACHINARIS_STREAM=develop"
"CHIADOG_BRANCH=dev"
"GIGAHORSE_BRANCH=v2.5.3.giga36"
"GIGAHORSE_BRANCH=v2.5.5.giga36"
"CHIA_BRANCH=2.5.2"
"MADMAX_BRANCH=v2.5.3.giga36"
"MADMAX_BRANCH=v2.5.5.giga36"
"PLOTMAN_BRANCH=compress"
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/machinaris-gigahorse:develop
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main-blockchains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
"MACHINARIS_STREAM=latest"
"CHIA_BRANCH=2.5.2"
"BLADEBIT_BRANCH=master"
"MADMAX_BRANCH=v2.5.3.giga36"
"MADMAX_BRANCH=v2.5.5.giga36"
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/machinaris:latest
${{ secrets.DOCKERHUB_USERNAME }}/machinaris:v${{ github.event.inputs.version }}
Expand Down Expand Up @@ -90,8 +90,8 @@ jobs:
build-args: |
"UBUNTU_VER=noble"
"MACHINARIS_STREAM=latest"
"GIGAHORSE_BRANCH=v2.5.3.giga36"
"MADMAX_BRANCH=v2.5.3.giga36"
"GIGAHORSE_BRANCH=v2.5.5.giga36"
"MADMAX_BRANCH=v2.5.5.giga36"
"CHIA_BRANCH=2.5.2"
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/machinaris-gigahorse:latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-blockchains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
"CHIA_BRANCH=2.5.2"
"PLOTMAN_BRANCH=development"
"BLADEBIT_BRANCH=master"
"MADMAX_BRANCH=v2.5.3.giga36"
"MADMAX_BRANCH=v2.5.5.giga36"
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/machinaris:test
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/machinaris:test
Expand Down Expand Up @@ -90,9 +90,9 @@ jobs:
"UBUNTU_VER=noble"
"MACHINARIS_STREAM=test"
"CHIADOG_BRANCH=dev"
"GIGAHORSE_BRANCH=v2.5.3.giga36"
"GIGAHORSE_BRANCH=v2.5.5.giga36"
"CHIA_BRANCH=2.5.2"
"MADMAX_BRANCH=v2.5.3.giga36"
"MADMAX_BRANCH=v2.5.5.giga36"
"PLOTMAN_BRANCH=development"
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/machinaris-gigahorse:test
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.5.6] - 2025-09-26
### Added
### Changed
- [Chia](https://github.com/Chia-Network/chia-blockchain/releases/tag/2.5.6) to v2.5.6 - misc improvements, see their release notes.
- [Gigahorse](https://github.com/madMAx43v3r/chia-gigahorse/releases/tag/v2.5.5.giga36) to v2.5.5.giga36. NOTE: Only for AMD64, so ARM64 uses an old version.

## [2.5.5] - 2025-08-20
### Added
### Changed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.5
2.5.6
Empty file modified api/translations/de_DE/LC_MESSAGES/messages.po
100755 → 100644
Empty file.
Empty file modified api/translations/fr_FR/LC_MESSAGES/messages.po
100755 → 100644
Empty file.
Empty file modified api/translations/it_IT/LC_MESSAGES/messages.po
100755 → 100644
Empty file.
Empty file modified api/translations/nl_NL/LC_MESSAGES/messages.po
100755 → 100644
Empty file.
Empty file modified api/translations/pt_PT/LC_MESSAGES/messages.po
100755 → 100644
Empty file.
Empty file modified api/translations/zh/LC_MESSAGES/messages.po
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions scripts/forks/chia_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ else
echo "Installing Chia CUDA binaries on ${arch_name}..."
cd /tmp
if [[ "${arch_name}" == "x86_64" ]]; then
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.5.5/chia-blockchain-cli_2.5.5-1_amd64.deb
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.5.6/chia-blockchain-cli_2.5.6-1_amd64.deb
apt-get install ./chia-blockchain-cli*.deb
else
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.5.5/chia-blockchain-cli_2.5.5-1_arm64.deb
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.5.6/chia-blockchain-cli_2.5.6-1_arm64.deb
apt-get install ./chia-blockchain-cli*.deb
fi

Expand Down
2 changes: 1 addition & 1 deletion scripts/forks/gigahorse_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
tar -xzf chia-gigahorse-farmer*
else
# Max broke ARM64 support in v2.4.4.giga36, have to downgrade to 2.4.1
if [[ "${GIGAHORSE_BRANCH}" == "v2.5.3.giga36" ]]; then
if [[ "${GIGAHORSE_BRANCH}" == "v2.5.5.giga36" ]]; then
GIGAHORSE_BRANCH="v2.4.1.giga36" # old version
GIGAHORSE_VERSION=${GIGAHORSE_BRANCH#?}
fi
Expand Down
Empty file modified scripts/i18n/compile.sh
100755 → 100644
Empty file.
Empty file modified scripts/i18n/extract.sh
100755 → 100644
Empty file.
Empty file modified scripts/i18n/init.sh
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion scripts/pull_3rd_party_libs.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Bootstrap and Icons
BSI_VERSION=1.13.1
BOOTSTRAP_VERSION=5.3.7
BOOTSTRAP_VERSION=5.3.8
BASEPATH=${JS_LIBS_BASEPATH:-/machinaris/web/static/3rd_party}

# Mapping library
Expand Down
Empty file modified web/translations/de_DE/LC_MESSAGES/messages.po
100755 → 100644
Empty file.
Empty file modified web/translations/fr_FR/LC_MESSAGES/messages.po
100755 → 100644
Empty file.
Empty file modified web/translations/it_IT/LC_MESSAGES/messages.po
100755 → 100644
Empty file.
Empty file modified web/translations/nl_NL/LC_MESSAGES/messages.po
100755 → 100644
Empty file.
Empty file modified web/translations/pt_PT/LC_MESSAGES/messages.po
100755 → 100644
Empty file.
Empty file modified web/translations/zh/LC_MESSAGES/messages.po
100755 → 100644
Empty file.
Loading