From 3279f446e89e4f69697450cfd83bdcb8f49968b4 Mon Sep 17 00:00:00 2001 From: Guy Davis Date: Mon, 27 May 2024 09:38:14 -0600 Subject: [PATCH 1/2] Testing next version of Chia v2.3.1 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- scripts/forks/chia_install.sh | 4 ++-- web/static/landings/en.txt | 3 ++- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd9cd635..2b74ad4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.3.1] - Unreleased +### Added +### Changed +### Updated + - [Chia](https://github.com/Chia-Network/chia-blockchain/releases/tag/2.3.1) to v2.3.1 - misc improvements, see their release notes. +### Notes + - Support for new blockchains and tools DOES NOT imply my endorsement for them. *Only run those you are comfortable with.* + + ## [2.3.0] - 2024-05-06 ### Added - Gigahorse: Optionally launch `chia-exporter` [metrics endpoint](https://github.com/Chia-Network/chia-exporter) for Prometheus reporting if env var `chia_exporter=true` is set. diff --git a/VERSION b/VERSION index cc6612c3..a6254504 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.0 \ No newline at end of file +2.3.1 \ No newline at end of file diff --git a/scripts/forks/chia_install.sh b/scripts/forks/chia_install.sh index b93fc3a8..ab3c5b46 100644 --- a/scripts/forks/chia_install.sh +++ b/scripts/forks/chia_install.sh @@ -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.3.0/chia-blockchain-cli_2.3.0-1_amd64.deb + curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.3.1-rc1/chia-blockchain-cli_2.3.1rc1-1_amd64.deb apt-get install ./chia-blockchain-cli*.deb else - curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.3.0/chia-blockchain-cli_2.3.0-1_arm64.deb + curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.3.1-rc1/chia-blockchain-cli_2.3.1rc1-1_arm64.deb apt-get install ./chia-blockchain-cli*.deb fi diff --git a/web/static/landings/en.txt b/web/static/landings/en.txt index 03e887d8..8abeb45a 100644 --- a/web/static/landings/en.txt +++ b/web/static/landings/en.txt @@ -66,4 +66,5 @@ Lights out! Lets replot again! You said 'Buy Crypto'! No... I said 'Bye Crypto' 2023: Dust off your GPU, Chia is going PoW! :) 2024: Sure, everyone has a spare 24GB Nvidia GPU lying around. -2024: Wasn't the Chia halving supposed to raise the price of XCH? \ No newline at end of file +2024: Wasn't the Chia halving supposed to raise the price of XCH? +Yay! March 23rd is Chia Day! No, the other kind... \ No newline at end of file From 9e59855ccac95db0fc515d469823d33941aec45d Mon Sep 17 00:00:00 2001 From: Guy Davis Date: Mon, 3 Jun 2024 08:17:47 -0600 Subject: [PATCH 2/2] Chia at v2.3.1 --- CHANGELOG.md | 1 - scripts/forks/chia_install.sh | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b74ad4e..d8686f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ All notable changes to this project will be documented in this file. The format ### Notes - Support for new blockchains and tools DOES NOT imply my endorsement for them. *Only run those you are comfortable with.* - ## [2.3.0] - 2024-05-06 ### Added - Gigahorse: Optionally launch `chia-exporter` [metrics endpoint](https://github.com/Chia-Network/chia-exporter) for Prometheus reporting if env var `chia_exporter=true` is set. diff --git a/scripts/forks/chia_install.sh b/scripts/forks/chia_install.sh index ab3c5b46..f9b5c82f 100644 --- a/scripts/forks/chia_install.sh +++ b/scripts/forks/chia_install.sh @@ -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.3.1-rc1/chia-blockchain-cli_2.3.1rc1-1_amd64.deb + curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.3.1/chia-blockchain-cli_2.3.1-1_amd64.deb apt-get install ./chia-blockchain-cli*.deb else - curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.3.1-rc1/chia-blockchain-cli_2.3.1rc1-1_arm64.deb + curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.3.1/chia-blockchain-cli_2.3.1-1_arm64.deb apt-get install ./chia-blockchain-cli*.deb fi