github txpipe/dolos v1.0.0-rc.5
1.0.0-rc.5 - 2026-01-07

pre-release3 days ago

Release Notes

๐Ÿš€ Features

  • Introduce mempool-aware utxo store
  • (trp) Update tx3 framework to v0.14 (#824)

๐Ÿ› Bug Fixes

  • Remove stage timeout (#811)
  • Use correct condition for notifying tip events (#812)
  • (cardano) Drop delegators for retiring dreps (#817)
  • (cardano) Avoid dropping delegators on retired pools (#818)
  • (cardano) Improve speed of RUPD work log (#819)
  • (cardano) Handle pool re-registrations (#822)

๐Ÿšœ Refactor

  • (trp) Remove dependency on tx3-sdk (#816)

๐Ÿ”ง Continuous Integration

  • Include adhoc branches on docker builds
  • Remove x86 apple binary build

๐Ÿงช Testing

  • (trp) Use tx3 sdk just for testing (#821)

โš™๏ธ Miscellaneous Tasks

  • Fix lint warnings (#820)
  • Update tx3 deps to v0.14.2

Release

  • V1.0.0-rc.4

Install dolos 1.0.0-rc.5

Install prebuilt binaries via shell script

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

Download dolos 1.0.0-rc.5

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.