Skip to content

Commit

Permalink
Chia @ v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Feb 19, 2025
1 parent fe213d7 commit d3f09a6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-blockchains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
file: docker/dockerfile
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
provenance: false
push: true
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-blockchains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
file: docker/dockerfile
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
provenance: false
push: true
build-args: |
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).

## [Unreleased] - ?
### Added
### Changed
### Updated
- [Chia](https://github.com/Chia-Network/chia-blockchain/releases/tag/2.5.2) to v2.5.2 - misc improvements, see their release notes.

## [2.5.1] - 2025-02-17
### 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.1
2.5.2
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.1/chia-blockchain-cli_2.5.1-1_amd64.deb
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.5.2-rc2/chia-blockchain-cli_2.5.2-rc2-1_amd64.deb
apt-get install ./chia-blockchain-cli*.deb
else
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.5.1/chia-blockchain-cli_2.5.1-1_arm64.deb
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.5.2-rc2/chia-blockchain-cli_2.5.2-rc2-1_arm64.deb
apt-get install ./chia-blockchain-cli*.deb
fi

Expand Down

0 comments on commit d3f09a6

Please sign in to comment.