github txpipe/dolos v1.2.0
1.2.0 - 2026-06-01

5 hours ago

Release Notes

🚀 Features

  • (utxorpc) Support certificate pattern matching in the watch service (#994)
  • (utxorpc) Honor height & hash params in dump history calls (#993)
  • (trp) Populate reference script expression in TRP UTxO mapping (#1007)

🐛 Bug Fixes

  • (utxorpc) Honor search of utxo by policy id and asset name (#992)
  • (u5c) Populate block_ref in AnyUtxoData via block_by_tx_hash (#1000)
  • (u5c) Convert ChainPoint/BlockRef timestamp from seconds to ms (#1003)
  • (testing) Use Waker::noop() to satisfy clippy::manual_noop_waker
  • Use Waker::noop() to satisfy clippy::manual_noop_waker (#1004)
  • (cli) Shutdown databases before export (#1005)

🚜 Refactor

  • Extend BlockRefMeta and use on the other drivers (#1006)

📚 Documentation

  • Add performance subsection (#1001)

⚙️ Miscellaneous Tasks

  • Update preview enactments (#996)
  • (minibf) Upgrade blockfrost crate to 0.1.88 (#1002)
  • (trp) Bump tx3-cardano and tx3-resolver to 0.21.0 (#1008)

Install dolos 1.2.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.2.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.2.0

Download dolos 1.2.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.