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

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

Botanix v1.2.0

Release Channel: stable
Release Date: 2025-08-05 23:35:06 UTC
Git Tag: v1.2.0
Git SHA: aec429e498a958291924e695ce811fb441873712

Release Notes

Features

  • abci: Adjust floor base fee per gas & GPO default values (hotfix) (#893) (9a5e728)
  • runtime version 3 adjust floor base fee! (#901) (2ad22b0)

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)
  • priority fee: remove enforced minimum (80e7dd9)
  • priority fee: remove enforced minimum (#883) (c399b5b)

Code Refactoring

  • set floor base fee to 0.0005 GWEI (fb62d01)

Continuous Integration

  • allow for stable release to persist (b0cb977)
  • allow for stable release to persist (#898) (9785f86)
  • allow last stable release to persist on public release pags (cef35fd)
  • explicit tags on readme (bf4d903)
  • modify release flow (#873) (566d39a)
  • refactor release flow to publish only stable releases to public repo (b4e4d5b)
  • refactor release flow to publish only stable releases to public repo (#896) (5e17625)

Miscellaneous

  • docs: remove network launch docs until upstream merge (2d2b256)
  • release: back-merge v1.1.13 from main to hotfix (29fdbf5)
  • release: bump version to 1.1.14-hotfix.1 (e7cdb3e)
  • release: bump version to 1.1.14-hotfix.2 (3567987)
  • release: bump version to 1.1.14-hotfix.2 (f906a06)
  • release: bump version to 1.1.14-hotfix.3 (ad6386e)
  • release: bump version to 1.2.0-hotfix.1 (a233dff)
  • release: bump version to 1.2.0-hotfix.2 (85589bf)
  • release: bump version to 1.2.0-hotfix.3 (f220c38)
  • 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
docker pull ghcr.io/botanix-labs/botanix-btc-server:stable

Reth Node

docker pull ghcr.io/botanix-labs/botanix-reth-node:1.2.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.2.0/reth-x86_64-unknown-linux-gnu.tar.gz
wget https://storage.googleapis.com/botanix-artifact-registry/releases/reth/stable/1.2.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.2.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.2.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.2.0

Binary Installation

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