github txpipe/dolos v1.0.0
1.0.0 - 2026-03-13

4 hours ago

Release Notes

๐Ÿš€ Features

  • Introduce mini-kupo api (#898)
  • (cli) Introduce doctor check command
  • (cli) Improve init flow with better UX (#942)

๐Ÿ› Bug Fixes

  • (minikupo) Nest endpoints under /v1 prefix for compatibility (#937)
  • Don't fail trying to remove non-existing socket file
  • (storage) Set quick repair for redb state store (#943)

๐Ÿšœ Refactor

  • (cardano) Remove track config in favor of simplicity (#933)
  • Remove explicit defaults from storage configs (#935)
  • Use custom tracing target for axum requests (#936)
  • (storage) Split index tags keyspace to follow access pattern (#908)
  • (config) Turn pull_batch_size into implicit default
  • Turn max_history into a sync config
  • Turn WAL max rollback into a sync config
  • Skip serializing default storage config
  • Move magic field to the chain config
  • Use implicit defaults for logging config
  • Use implicit defaults for telemetry config
  • Treat many defaults as a config concern
  • Skip serializing sync and serve configs if default

๐Ÿ“š Documentation

  • Improve readme ahead of v1 (#932)
  • Overhaul documentation ahead of v1 (#944)
  • Improve readme header

๐Ÿงช Testing

  • Improve e2e test with latest config changes

โš™๏ธ Miscellaneous Tasks

  • (trp) Update tx3 deps to v0.16.2 (#931)
  • (fjall) Bump to fjall 3.1.0 and remove patch (#934)
  • Remove data folder from example
  • (trp) Bump tx3 to v0.16.3 (#938)
  • Apply config changes review feedback
  • Improve log messages severity across the board (#941)

Install dolos 1.0.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0/dolos-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0/dolos-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install txpipe/tap/dolos

Install prebuilt binaries into your npm project

npm install @txpipe/dolos@1.0.0

Download dolos 1.0.0

File Platform Checksum
dolos-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
dolos-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
dolos-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
dolos-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

Don't miss a new dolos release

NewReleases is sending notifications on new releases.