github botanix-labs/botanix-releases v1.2.0-hotfix.1
Botanix v1.2.0-hotfix.1 (hotfix)

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

Botanix v1.2.0-hotfix.1

Release Channel: hotfix
Release Date: 2025-08-05 01:38:13 UTC
Git Tag: v1.2.0-hotfix.1
Git SHA: 9a5e728825a2bc0d414c5bd23d546972bb04cecc

Release Notes

Features

  • abci: Adjust floor base fee per gas & GPO default values (hotfix) (#893) (9a5e728)

Bug Fixes

  • clippy: use keep() (3633747)
  • fee: add base fee to tx cost (1bdcf7d)
  • fee: fn effective tip per gas returns the final fee instead of the priority fee (#891) (38553e5)
  • fee: fn effective_tip_per_gas returns final fee (50e0a7e)
  • fee: use 0 if no basefee (7ff4f3f)

Miscellaneous

  • docs: remove network launch docs until upstream merge (2d2b256)
  • release: bump version to 1.1.14-hotfix.3 (ad6386e)
  • version: rollback to correct version (1183147)

Downloads

Binaries

Reth Node

BTC Server

Docker Images

BTC Server

docker pull ghcr.io/botanix-labs/botanix-btc-server:1.2.0-hotfix.1
docker pull ghcr.io/botanix-labs/botanix-btc-server:hotfix

Reth Node

docker pull ghcr.io/botanix-labs/botanix-reth-node:1.2.0-hotfix.1
docker pull ghcr.io/botanix-labs/botanix-reth-node:hotfix

Verification

Binary Checksums

# Download and verify checksums
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/hotfix/1.2.0-hotfix.1/reth-x86_64-unknown-linux-gnu.tar.gz
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/hotfix/1.2.0-hotfix.1/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.2.0-hotfix.1 --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-hotfix.1

# 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-hotfix.1

Binary Installation

# Download and extract
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/hotfix/1.2.0-hotfix.1/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.