github botanix-labs/botanix-releases v1.3.0
Botanix v1.3.0

latest releases: v1.5.2, v1.5.2-hotfix.1, v1.5.1...
3 months ago

Botanix v1.3.0

Release Channel: stable
Release Date: 2025-08-11 19:32:22 UTC
Git Tag: v1.3.0
Git SHA: 844163e84961a8e218dc334add0e6dd74f415475

Release Notes

Features

Bug Fixes

  • abci: set version 0 to recover testnet (#914) (1b9f87c)
  • botanix-up: pass is_rpc_node param (1cb555a)
  • import: remove duplicate import (b6621dc)

Code Refactoring

  • peers: add upstream trusted peers logic (ffd5d95)
  • peers: add upstream trusted peers logic (#913) (0bb1c0d)

Tests

  • rpc_node: port changes from closed pr 740 (0dff40d)
  • rpc_node: refactor setup and test (eef415a)
  • rpc_node: spawn cometbft node for each rpc node (6acf5ac)
  • rpc: and zmq address to bitcoind (274477d)

Build System

  • import: add back missed import (c5c23c8)

Miscellaneous

  • release: back-merge v1.2.0 from main to hotfix (e1cf64f)
  • release: bump version to 1.3.0-hotfix.1 (4ac14db)
  • release: bump version to 1.3.0-hotfix.2 (8676d1c)
  • release: bump version to 1.3.0-hotfix.3 (4c98011)
  • release: bump version to 1.3.0-hotfix.4 (89c4926)
  • release: bump version to 1.3.0-hotfix.5 (72abd13)

Downloads

Binaries

Reth Node

BTC Server

Docker Images

BTC Server

docker pull ghcr.io/botanix-labs/botanix-btc-server:1.3.0
docker pull ghcr.io/botanix-labs/botanix-btc-server:stable

Reth Node

docker pull ghcr.io/botanix-labs/botanix-reth-node:1.3.0
docker pull ghcr.io/botanix-labs/botanix-reth-node:stable

Verification

Binary Checksums

# Download and verify checksums
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/stable/1.3.0/reth-x86_64-unknown-linux-gnu.tar.gz
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/stable/1.3.0/reth-x86_64-unknown-linux-gnu.tar.gz.sha256sum
sha256sum -c reth-x86_64-unknown-linux-gnu.tar.gz.sha256sum

Docker Image Verification

# Inspect image labels
docker inspect ghcr.io/botanix-labs/botanix-btc-server:1.3.0 --format='{{.Config.Labels}}'

Installation

Quick Start with Docker

# Run BTC Server
docker run -d --name botanix-btc-server \
  -p 8080:8080 \
  ghcr.io/botanix-labs/botanix-btc-server:1.3.0

# Run Reth Node
docker run -d --name botanix-reth-node \
  -p 30303:30303 -p 8545:8545 \
  ghcr.io/botanix-labs/botanix-reth-node:1.3.0

Binary Installation

# Download and extract
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/stable/1.3.0/reth-x86_64-unknown-linux-gnu.tar.gz
tar -xzf reth-x86_64-unknown-linux-gnu.tar.gz
sudo mv reth /usr/local/bin/

Previous Releases

See all releases for version history.

Don't miss a new botanix-releases release

NewReleases is sending notifications on new releases.