From 291f00f712ce783255eb10fbd83a8ccaedb11401 Mon Sep 17 00:00:00 2001 From: Guy Davis Date: Tue, 1 Oct 2024 16:46:58 -0600 Subject: [PATCH 1/5] Chia @ v2.4.4 rc1 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- scripts/forks/chia_install.sh | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8bf07f..d7a68163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4.4] - 2024-10-? +### Added +### Changed +### Updated + - [Chia](https://github.com/Chia-Network/chia-blockchain/releases/tag/2.4.4) to v2.4.4 - misc improvements, see their release notes. + ## [2.4.3] - 2024-08-27 ### Added ### Changed diff --git a/VERSION b/VERSION index 6550da69..ab6d2789 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.3 \ No newline at end of file +2.4.4 \ No newline at end of file diff --git a/scripts/forks/chia_install.sh b/scripts/forks/chia_install.sh index 1be9e563..a853afc6 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.4.3/chia-blockchain-cli_2.4.3-1_amd64.deb + curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4-rc1/chia-blockchain-cli_2.4.4-rc1-1_amd64.deb apt-get install ./chia-blockchain-cli*.deb else - curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.3/chia-blockchain-cli_2.4.3-1_arm64.deb + curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4-rc1/chia-blockchain-cli_2.4.4-rc1-1_arm64.deb apt-get install ./chia-blockchain-cli*.deb fi From 3de1d271f2ebda475997735c8f293d734b0c076e Mon Sep 17 00:00:00 2001 From: Guy Davis Date: Sun, 6 Oct 2024 09:10:47 -0600 Subject: [PATCH 2/5] Chia @ v2.4.4rc2 --- scripts/forks/chia_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/forks/chia_install.sh b/scripts/forks/chia_install.sh index a853afc6..b52df519 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.4.4-rc1/chia-blockchain-cli_2.4.4-rc1-1_amd64.deb + curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4-rc2/chia-blockchain-cli_2.4.4-rc2-1_amd64.deb apt-get install ./chia-blockchain-cli*.deb else - curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4-rc1/chia-blockchain-cli_2.4.4-rc1-1_arm64.deb + curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4-rc2/chia-blockchain-cli_2.4.4-rc2-1_arm64.deb apt-get install ./chia-blockchain-cli*.deb fi From 22b1f722c27cf9ac97da884dae68a315266bae15 Mon Sep 17 00:00:00 2001 From: Guy Davis Date: Tue, 8 Oct 2024 16:32:02 -0600 Subject: [PATCH 3/5] Chia 2.4.4 rc3 --- scripts/forks/chia_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/forks/chia_install.sh b/scripts/forks/chia_install.sh index b52df519..5db90622 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.4.4-rc2/chia-blockchain-cli_2.4.4-rc2-1_amd64.deb + curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4-rc3/chia-blockchain-cli_2.4.4-rc3-1_amd64.deb apt-get install ./chia-blockchain-cli*.deb else - curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4-rc2/chia-blockchain-cli_2.4.4-rc2-1_arm64.deb + curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4-rc3/chia-blockchain-cli_2.4.4-rc3-1_arm64.deb apt-get install ./chia-blockchain-cli*.deb fi From 4460e3f86e7fe80ad7d874d2129e3a2b506dbc5c Mon Sep 17 00:00:00 2001 From: Guy Davis Date: Mon, 14 Oct 2024 10:11:52 -0600 Subject: [PATCH 4/5] Ignore superfluous output from Chia connection listing. --- scripts/pull_3rd_party_libs.sh | 6 +++--- web/models/chia.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/pull_3rd_party_libs.sh b/scripts/pull_3rd_party_libs.sh index 96a7b883..d745d432 100755 --- a/scripts/pull_3rd_party_libs.sh +++ b/scripts/pull_3rd_party_libs.sh @@ -13,9 +13,9 @@ LEAFLET_VERSION=1.9.4 # List of other css/js links LIST=" -https://cdn.datatables.net/2.1.4/css/dataTables.bootstrap5.css -https://cdn.datatables.net/2.1.4/js/dataTables.bootstrap5.js -https://cdn.datatables.net/2.1.4/js/dataTables.min.js +https://cdn.datatables.net/2.1.8/css/dataTables.bootstrap5.css +https://cdn.datatables.net/2.1.8/js/dataTables.bootstrap5.js +https://cdn.datatables.net/2.1.8/js/dataTables.min.js https://cdn.jsdelivr.net/npm/chart.js@4.4.4/dist/chart.umd.js.map https://cdn.jsdelivr.net/npm/chart.js@4.4.4/dist/chart.umd.min.js https://cdn.jsdelivr.net/npm/chartjs-adapter-luxon@1.3.1/dist/chartjs-adapter-luxon.umd.min.js diff --git a/web/models/chia.py b/web/models/chia.py index 05616af7..fc996aae 100644 --- a/web/models/chia.py +++ b/web/models/chia.py @@ -775,7 +775,7 @@ def parse_chia(self, connection, blockchain, geoip_cache, lang): 'mib_up': float(vals[7].split('|')[0]), 'mib_down': float(vals[7].split('|')[1]) } - if len(vals) > 9: # HDDCoin keeps SBHeight and Hash on same line + if len(vals) > 9 and vals[8] != '-Trusted:': # HDDCoin keeps SBHeight and Hash on same line connection['height'] = vals[8] connection['hash'] = vals[9] try: From 8c3f5e0a244f5b96467f373b9b9cdc322aa620ae Mon Sep 17 00:00:00 2001 From: Guy Davis Date: Wed, 16 Oct 2024 11:50:01 -0600 Subject: [PATCH 5/5] Chia @v2.4.4 --- CHANGELOG.md | 2 +- scripts/forks/chia_install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a68163..5c8d0b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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.4.4] - 2024-10-? +## [2.4.4] - 2024-10-17 ### Added ### Changed ### Updated diff --git a/scripts/forks/chia_install.sh b/scripts/forks/chia_install.sh index 5db90622..730b6c8d 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.4.4-rc3/chia-blockchain-cli_2.4.4-rc3-1_amd64.deb + curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4/chia-blockchain-cli_2.4.4-1_amd64.deb apt-get install ./chia-blockchain-cli*.deb else - curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4-rc3/chia-blockchain-cli_2.4.4-rc3-1_arm64.deb + curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4/chia-blockchain-cli_2.4.4-1_arm64.deb apt-get install ./chia-blockchain-cli*.deb fi