github txpipe/dolos v0.33.0
0.33.0 - 2025-12-29

7 hours ago

Release Notes

🚀 Features

  • (trp) Implement utxo temp locking mechanism (#800)
  • Introduce mempool-aware utxo store
  • (trp) Update tx3 framework to v0.14 (#824)

🐛 Bug Fixes

  • Honor until-tip sync option (#545)
  • (minibf) Fix BF openapi dep to prior version

🔧 Continuous Integration

  • Add lts/v0 to docker build branches

Install dolos 0.33.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v0.33.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@0.33.0

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