github txpipe/dolos v1.0.0-rc.10
1.0.0-rc.10 - 2026-02-17

pre-release4 hours ago

Release Notes

๐Ÿš€ Features

  • Introduce OTLP integration with focus on mempool (#891)
  • Introduce comprehensive mempool support (#901)
  • (cli) Improve flags for the bootstrap command (#909)
  • (minibf) Adjust max scan limit via config (#911)

๐Ÿ› Bug Fixes

  • Unregistered dreps should not figure as expired (#887)
  • (minibf) Follow redirects for pool offchain metadata (#888)
  • (minbf) Compute Byron tx fees during mapping (#886)
  • (cardano) Add strict metadata checks for CIP25 (#882)
  • (minibf) Improve handling of tx metadata on AssetState (#881)
  • (index) Fine-tune fjall default for expected write throughput (#896)
  • Adapt data export command to new storage structure (#892)
  • (cardano) Apply mainnet-specific historical edge-cases (#895)
  • (cli) Remove wal from snapshot (#897)
  • Hook mempool confirm in sync pipeline (#904)
  • Avoid excessive mem increase during boundary (#905)
  • (trp) Adjust interface to match available mempool data (#910)

๐Ÿšœ Refactor

  • Formalize strict feature flag (ex relaxed) (#902)
  • Move rollback logic to core (#907)

๐Ÿงช Testing

  • Treat epoch tests as best-effort (#903)

โš™๏ธ Miscellaneous Tasks

  • (minibf) Fallback to genesis tx if hash not found (#884)
  • Bump fjall to v3.0.2 (#906)

Install dolos 1.0.0-rc.10

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-rc.10/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-rc.10/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-rc.10

Download dolos 1.0.0-rc.10

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.