Botanix v1.2.0-rc.6
Release Channel: rc
Release Date: 2025-09-18 09:47:21 UTC
Git Tag: v1.2.0-rc.6
Git SHA: 46c377b79695c1415fb4cac14121fa18e5541a9f
Release Notes
Features
- Added get validator signatures cli command (e537bd2)
- Added get validator signatures cli command (#980) (3049958)
Bug Fixes
- btc-server: add backwards compatibility for RpcUtxo script format change (049e925)
- fixed metrics prefix using a global registry one (bade8dd)
- fixed metrics prefix using a global registry one (#979) (32c8169)
- rpc: Remove additional encoding for rpc utxo scripts (8949bcb)
- rpc: Remove additional encoding for rpc utxo scripts (#949) (ddeb402)
Code Refactoring
- cargo fmt (b0e374b)
Tests
- btc-server: add unit test for db rpc utxo conversion (09f57f6)
- btc-server: remove exact fee amount from psbt validation unit test (229b43b)
Miscellaneous
Downloads
Binaries
Reth Node
BTC Server
Docker Images
BTC Server
docker pull ghcr.io/botanix-labs/botanix-btc-server:1.2.0-rc.6
docker pull ghcr.io/botanix-labs/botanix-btc-server:rcReth Node
docker pull ghcr.io/botanix-labs/botanix-reth-node:1.2.0-rc.6
docker pull ghcr.io/botanix-labs/botanix-reth-node:rcVerification
Binary Checksums
# Download and verify checksums
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/rc/1.2.0-rc.6/reth-x86_64-unknown-linux-gnu.tar.gz
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/rc/1.2.0-rc.6/reth-x86_64-unknown-linux-gnu.tar.gz.sha256sum
sha256sum -c reth-x86_64-unknown-linux-gnu.tar.gz.sha256sumDocker Image Verification
# Inspect image labels
docker inspect ghcr.io/botanix-labs/botanix-btc-server:1.2.0-rc.6 --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.2.0-rc.6
# Run Reth Node
docker run -d --name botanix-reth-node \
-p 30303:30303 -p 8545:8545 \
ghcr.io/botanix-labs/botanix-reth-node:1.2.0-rc.6Binary Installation
# Download and extract
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/rc/1.2.0-rc.6/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.