chore: release v1.7.85-alpha

This commit is contained in:
archipelago 2026-06-12 03:14:59 -04:00
parent d6f108d818
commit 00c32688f8
5 changed files with 42 additions and 41 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "archipelago" name = "archipelago"
version = "1.7.84-alpha" version = "1.7.85-alpha"
edition = "2021" edition = "2021"
description = "Archipelago Bitcoin Node OS - Native backend" description = "Archipelago Bitcoin Node OS - Native backend"
authors = ["Archipelago Team"] authors = ["Archipelago Team"]

View File

@ -1,12 +1,12 @@
{ {
"name": "neode-ui", "name": "neode-ui",
"version": "1.7.84-alpha", "version": "1.7.85-alpha",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "neode-ui", "name": "neode-ui",
"version": "1.7.84-alpha", "version": "1.7.85-alpha",
"dependencies": { "dependencies": {
"@types/dompurify": "^3.0.5", "@types/dompurify": "^3.0.5",
"@vue-leaflet/vue-leaflet": "^0.10.1", "@vue-leaflet/vue-leaflet": "^0.10.1",

View File

@ -1,7 +1,7 @@
{ {
"name": "neode-ui", "name": "neode-ui",
"private": true, "private": true,
"version": "1.7.84-alpha", "version": "1.7.85-alpha",
"type": "module", "type": "module",
"scripts": { "scripts": {
"start": "./start-dev.sh", "start": "./start-dev.sh",

View File

@ -1,29 +1,30 @@
{ {
"version": "1.7.84-alpha", "version": "1.7.85-alpha",
"release_date": "2026-06-11", "release_date": "2026-06-12",
"changelog": [ "changelog": [
"Bitcoin trusted-node relay approvals now generate restricted `txrelay` RPC credentials when needed and restart the active Bitcoin backend so bitcoind loads the new `rpcauth` whitelist.", "ElectrumX now runs with less cache pressure and more memory headroom, reducing the restart loop seen during sync catch-up.",
"Bitcoin Core now matches Bitcoin Knots for restricted relay RPC support, including the txrelay secret injection and sendrawtransaction-focused whitelist.", "Portainer is pinned to `2.19.4` instead of `latest`, avoiding schema-drift restarts from surprise image updates.",
"The Bitcoin UI companion image is pinned to `1.7.84-alpha` across release metadata and the Quadlet fallback path, avoiding stale `latest` detection during OTA updates.", "LND receive-address creation now asks for a native SegWit address and returns clearer wallet/readiness failures when an address is not available.",
"Container scanning now uses an RAII in-flight guard so timeout and error paths cannot leave the scanner stuck in a permanently busy state.", "Fleet telemetry now carries server name, hostname, and server URL, and the Fleet dashboard shows those names instead of hashed node ids.",
"Validation passed with `cargo fmt`, `cargo check -p archipelago`, `git diff --check`, and focused source review of the relay message/approval path." "Trusted federation peers are still auto-added transitively, but the local node no longer imports itself back into the fleet list.",
"Validation passed locally for the touched frontend helpers, `git diff --check`, and Rust formatting."
], ],
"components": [ "components": [
{ {
"name": "archipelago", "name": "archipelago",
"current_version": "1.7.84-alpha", "current_version": "1.7.85-alpha",
"new_version": "1.7.84-alpha", "new_version": "1.7.85-alpha",
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.84-alpha/archipelago", "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.85-alpha/archipelago",
"sha256": "620743db2cb0839e56d126a8eac18612a1e54ea15ee6eb412a036f80d54717e7", "sha256": "06a6fe6e8f2e50bcda6c152c2de1a874edc84b2e65377f6e06d195c4eebc9cde",
"size_bytes": 43891848 "size_bytes": 44049488
}, },
{ {
"name": "archipelago-frontend-1.7.84-alpha.tar.gz", "name": "archipelago-frontend-1.7.85-alpha.tar.gz",
"current_version": "1.7.84-alpha", "current_version": "1.7.85-alpha",
"new_version": "1.7.84-alpha", "new_version": "1.7.85-alpha",
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.84-alpha/archipelago-frontend-1.7.84-alpha.tar.gz", "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.85-alpha/archipelago-frontend-1.7.85-alpha.tar.gz",
"sha256": "be9a572ee749d9f7f1f8a93a0bee96f30c58aa3ba245bc63763c07fdf000faf9", "sha256": "c809fb27772773925d89b711236a81834465229d9f544bd65cf5816776cfda76",
"size_bytes": 184083908 "size_bytes": 184057997
} }
] ]
} }

View File

@ -1,30 +1,30 @@
{ {
"version": "1.7.84-alpha", "version": "1.7.85-alpha",
"release_date": "2026-06-11", "release_date": "2026-06-12",
"changelog": [ "changelog": [
"Bitcoin trusted-node relay approvals now generate restricted `txrelay` RPC credentials when needed and restart the active Bitcoin backend so bitcoind loads the new `rpcauth` whitelist.", "ElectrumX now runs with less cache pressure and more memory headroom, reducing the restart loop seen during sync catch-up.",
"Bitcoin Core now matches Bitcoin Knots for restricted relay RPC support, including the txrelay secret injection and transaction broadcast whitelist.", "Portainer is pinned to `2.19.4` instead of `latest`, avoiding schema-drift restarts from surprise image updates.",
"The restricted Bitcoin relay whitelist now includes `submitpackage` and `gettxout`, covering newer wallet/package-relay broadcast flows without opening wallet/admin RPC.", "LND receive-address creation now asks for a native SegWit address and returns clearer wallet/readiness failures when an address is not available.",
"The Bitcoin UI companion image is pinned to `1.7.84-alpha` across release metadata and the Quadlet fallback path, avoiding stale `latest` detection during OTA updates.", "Fleet telemetry now carries server name, hostname, and server URL, and the Fleet dashboard shows those names instead of hashed node ids.",
"Container scanning now uses an RAII in-flight guard so timeout and error paths cannot leave the scanner stuck in a permanently busy state.", "Trusted federation peers are still auto-added transitively, but the local node no longer imports itself back into the fleet list.",
"Validation passed with `cargo fmt`, `cargo check -p archipelago`, `git diff --check`, and focused source review of the relay message/approval path." "Validation passed locally for the touched frontend helpers, `git diff --check`, and Rust formatting."
], ],
"components": [ "components": [
{ {
"name": "archipelago", "name": "archipelago",
"current_version": "1.7.84-alpha", "current_version": "1.7.85-alpha",
"new_version": "1.7.84-alpha", "new_version": "1.7.85-alpha",
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.84-alpha/archipelago", "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.85-alpha/archipelago",
"sha256": "620743db2cb0839e56d126a8eac18612a1e54ea15ee6eb412a036f80d54717e7", "sha256": "06a6fe6e8f2e50bcda6c152c2de1a874edc84b2e65377f6e06d195c4eebc9cde",
"size_bytes": 43891848 "size_bytes": 44049488
}, },
{ {
"name": "archipelago-frontend-1.7.84-alpha.tar.gz", "name": "archipelago-frontend-1.7.85-alpha.tar.gz",
"current_version": "1.7.84-alpha", "current_version": "1.7.85-alpha",
"new_version": "1.7.84-alpha", "new_version": "1.7.85-alpha",
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.84-alpha/archipelago-frontend-1.7.84-alpha.tar.gz", "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.85-alpha/archipelago-frontend-1.7.85-alpha.tar.gz",
"sha256": "be9a572ee749d9f7f1f8a93a0bee96f30c58aa3ba245bc63763c07fdf000faf9", "sha256": "c809fb27772773925d89b711236a81834465229d9f544bd65cf5816776cfda76",
"size_bytes": 184083908 "size_bytes": 184057997
} }
] ]
} }