github txpipe/dolos v1.0.0-rc.7
1.0.0-rc.7 - 2026-02-04

pre-release7 hours ago

Release Notes

๐Ÿš€ Features

  • (o7s) Implement many missing LocalState queries to support cardano cli (#858)

๐Ÿ› Bug Fixes

  • Introduce async query facade to avoid starving the runtime
  • (minibf) Improve conformance tests coverage (#847)
  • (cardano) Take into account drained rewards in epoch state (#855)
  • (cardano) Use mark protocol version for babbage pot calc (#857)
  • (cardano) Bootstrap nonce in genesis if chain starts on Shelley
  • Improve conformance tests coverage (#853)
  • (minibf) Format special dreps on accounts (#861)

๐Ÿงช Testing

  • Add comprehensive flow for cardano integration tests (#852)
  • Fix nonce ground-truth checks
  • Revisit cardano integration tests to include stake, delegation and rewards (#854)
  • (cardano) Remove many false positives from ground-truth checks

โš™๏ธ Miscellaneous Tasks

  • Fix clippy warnings across the board (#851)
  • Tidy up xtask for shared use (#856)
  • Update pallas v1.0.0-alpha.4 (#859)

Install dolos 1.0.0-rc.7

Install prebuilt binaries via shell script

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

Download dolos 1.0.0-rc.7

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.