Skip to content

Releases: Arch-Network/arch-node

Release v0.6.1

17 Feb 13:43

Choose a tag to compare

Nightly Build 20260218 (12c6da12)

18 Feb 04:08

Choose a tag to compare

Pre-release

🌙 Nightly Build - Automated build from latest code

Build Date: 20260218
Commit: 12c6da12
Build timestamp: 2026-02-18 03:02:20 UTC
Branch: dev


⚠️ Important: This is an automated nightly build from the latest development code.
Not intended for production use - use at your own risk.

What's included:

  • Latest changes from dev branch
  • All platform binaries (Linux, macOS Intel, macOS ARM64)
  • Docker images tagged with nightly identifiers

Download URLs:

  • S3 Path: s3://arch-network-dev-releases/nightly-20260218-12c6da12/
  • Latest Nightly: s3://arch-network-dev-releases/nightly/latest/

Docker Images:

  • ghcr.io/arch-network/validator:nightly-20260218-12c6da12
  • ghcr.io/arch-network/validator:nightly-latest

Feedback: Report any issues through GitHub issues.

Release v0.6.0

09 Feb 18:08

Choose a tag to compare

Nightly Build 20260217 (1be2dcbb)

17 Feb 04:59

Choose a tag to compare

Pre-release

🌙 Nightly Build - Automated build from latest code

Build Date: 20260217
Commit: 1be2dcbb
Build timestamp: 2026-02-17 03:01:20 UTC
Branch: dev


⚠️ Important: This is an automated nightly build from the latest development code.
Not intended for production use - use at your own risk.

What's included:

  • Latest changes from dev branch
  • All platform binaries (Linux, macOS Intel, macOS ARM64)
  • Docker images tagged with nightly identifiers

Download URLs:

  • S3 Path: s3://arch-network-dev-releases/nightly-20260217-1be2dcbb/
  • Latest Nightly: s3://arch-network-dev-releases/nightly/latest/

Docker Images:

  • ghcr.io/arch-network/validator:nightly-20260217-1be2dcbb
  • ghcr.io/arch-network/validator:nightly-latest

Feedback: Report any issues through GitHub issues.

Nightly Build 20260213 (099a2197)

13 Feb 04:52

Choose a tag to compare

Pre-release

🌙 Nightly Build - Automated build from latest code

Build Date: 20260213
Commit: 099a2197
Build timestamp: 2026-02-13 03:03:57 UTC
Branch: dev


⚠️ Important: This is an automated nightly build from the latest development code.
Not intended for production use - use at your own risk.

What's included:

  • Latest changes from dev branch
  • All platform binaries (Linux, macOS Intel, macOS ARM64)
  • Docker images tagged with nightly identifiers

Download URLs:

  • S3 Path: s3://arch-network-dev-releases/nightly-20260213-099a2197/
  • Latest Nightly: s3://arch-network-dev-releases/nightly/latest/

Docker Images:

  • ghcr.io/arch-network/validator:nightly-20260213-099a2197
  • ghcr.io/arch-network/validator:nightly-latest

Feedback: Report any issues through GitHub issues.

Nightly Build 20260212 (e7a362e6)

12 Feb 05:11

Choose a tag to compare

Pre-release

🌙 Nightly Build - Automated build from latest code

Build Date: 20260212
Commit: e7a362e6
Build timestamp: 2026-02-12 03:03:52 UTC
Branch: dev


⚠️ Important: This is an automated nightly build from the latest development code.
Not intended for production use - use at your own risk.

What's included:

  • Latest changes from dev branch
  • All platform binaries (Linux, macOS Intel, macOS ARM64)
  • Docker images tagged with nightly identifiers

Download URLs:

  • S3 Path: s3://arch-network-dev-releases/nightly-20260212-e7a362e6/
  • Latest Nightly: s3://arch-network-dev-releases/nightly/latest/

Docker Images:

  • ghcr.io/arch-network/validator:nightly-20260212-e7a362e6
  • ghcr.io/arch-network/validator:nightly-latest

Feedback: Report any issues through GitHub issues.

Nightly Build 20260210 (269c6c1c)

10 Feb 04:59

Choose a tag to compare

Pre-release

🌙 Nightly Build - Automated build from latest code

Build Date: 20260210
Commit: 269c6c1c
Build timestamp: 2026-02-10 03:04:10 UTC
Branch: dev


⚠️ Important: This is an automated nightly build from the latest development code.
Not intended for production use - use at your own risk.

What's included:

  • Latest changes from dev branch
  • All platform binaries (Linux, macOS Intel, macOS ARM64)
  • Docker images tagged with nightly identifiers

Download URLs:

  • S3 Path: s3://arch-network-dev-releases/nightly-20260210-269c6c1c/
  • Latest Nightly: s3://arch-network-dev-releases/nightly/latest/

Docker Images:

  • ghcr.io/arch-network/validator:nightly-20260210-269c6c1c
  • ghcr.io/arch-network/validator:nightly-latest

Feedback: Report any issues through GitHub issues.

Release v0.5.15

11 Nov 17:27

Choose a tag to compare

Arch Network v0.5.15 (2025-11-11)

  • Compare: v0.5.14...v0.5.15

  • Date range: 2025-10-14 → 2025-11-11

  • Stats: 233 files changed, +12821 / −6086

  • Top impact areas: validator (42), e2e-tests (17), docker (13), db_utils (10), db_core (10), sdk (9), network (8), examples (8), bootnode (8), state-sync (7), structs (6), config-params (6), token (5), snapshot-manager (5), runtime (5), local_validator (5), common (5), bitcoin-internal (5), transaction_pool (4), telemetry (4)

Highlights

  • Validator and state sync: Stability and performance improvements across validation paths and state synchronization routines.

  • Testing: Expanded e2e coverage and flake reductions to harden CI and release quality.

  • Infra and packaging: Docker and build updates for more repeatable, slimmer artifacts and faster local/dev cycles.

  • SDK: Iterative enhancements and fixes improving client ergonomics and correctness.

  • Storage and DB: Targeted tuning and fixes in db_core/db_utils to stabilize I/O and throughput.

Added

  • New e2e scenarios and utilities to improve regression coverage.

  • Additional telemetry signals to aid runtime and network visibility.

  • Docker/build improvements for local validator and release images.

  • SDK helpers and types to streamline common client operations.

Changed

  • Refactors in validator critical paths for clarity and maintainability.

  • db_core/db_utils adjustments for safer defaults and better performance under load.

  • Configuration updates in config-params with improved validation and defaults.

  • Networking and bootnode tweaks to improve startup and peer handling.

  • Adopted Speedb as the embedded storage engine and deprecated RocksDB; on-disk format remains compatible and no data migration is required.

Fixed

  • Snapshot manager stability issues observed under concurrent workloads.

  • Intermittent validator edge cases during high-throughput apply-block flows.

  • Flaky e2e tests and minor race conditions in async task lifecycles.

  • Miscellaneous correctness fixes across runtime, token, and transaction_pool.

Performance and Observability

  • Reduced tail latencies in validator hot paths and steadier state-sync throughput.

  • Enriched metrics for network/validator subsystems to aid debugging and capacity planning.

RPC and API Changes

  • No breaking RPC changes.

  • Minor SDK ergonomics and type improvements for downstream consumers.

Breaking Changes

  • None known.

Migration Guidance

  • No action required for node operators.

  • Consumers can adopt the latest SDK changes at their convenience; no config changes required.

Documentation

  • Updated references for Docker workflows, local validator usage, and expanded e2e/testing guidance.

Contributors (v0.5.14 → v0.5.15)

  • Amine ElQaraoui, Rahul Subramaniyam, Marcos, Marouane, Brian Hoffman, Silur, Deepanshu Hooda, Perelyn-Arch

Nightly Build 20251218 (02526b7f)

18 Dec 04:26

Choose a tag to compare

Pre-release

🌙 Nightly Build - Automated build from latest code

Build Date: 20251218
Commit: 02526b7f
Build timestamp: 2025-12-18 02:35:56 UTC
Branch: dev


⚠️ Important: This is an automated nightly build from the latest development code.
Not intended for production use - use at your own risk.

What's included:

  • Latest changes from dev branch
  • All platform binaries (Linux, macOS Intel, macOS ARM64)
  • Docker images tagged with nightly identifiers

Download URLs:

  • S3 Path: s3://arch-network-dev-releases/nightly-20251218-02526b7f/
  • Latest Nightly: s3://arch-network-dev-releases/nightly/latest/

Docker Images:

  • ghcr.io/arch-network/validator:nightly-20251218-02526b7f
  • ghcr.io/arch-network/validator:nightly-latest

Feedback: Report any issues through GitHub issues.

Nightly Build 20251217 (aa52c4e1)

17 Dec 04:18

Choose a tag to compare

Pre-release

🌙 Nightly Build - Automated build from latest code

Build Date: 20251217
Commit: aa52c4e1
Build timestamp: 2025-12-17 02:35:54 UTC
Branch: dev


⚠️ Important: This is an automated nightly build from the latest development code.
Not intended for production use - use at your own risk.

What's included:

  • Latest changes from dev branch
  • All platform binaries (Linux, macOS Intel, macOS ARM64)
  • Docker images tagged with nightly identifiers

Download URLs:

  • S3 Path: s3://arch-network-dev-releases/nightly-20251217-aa52c4e1/
  • Latest Nightly: s3://arch-network-dev-releases/nightly/latest/

Docker Images:

  • ghcr.io/arch-network/validator:nightly-20251217-aa52c4e1
  • ghcr.io/arch-network/validator:nightly-latest

Feedback: Report any issues through GitHub issues.