github txpipe/dolos v1.0.0-beta.8
1.0.0-beta.8 - 2025-10-27

pre-release2 days ago

Release Notes

🐛 Bug Fixes

  • (cardano) Use correct timing for pool params activation (#764)
  • (cardano) Skip retired pools from active stake snapshot (#765)
  • (cardano) Treat pool retire epoch as inclusive
  • (cardano) Adjust multiple reward-related issues (#766)
  • (cardano) Fix multiple accounting details (#767)
  • (cardano) Make sure all staking rules are followed (#771)
  • (cardano) Take into account preprod pointer addresses
  • (minibf) Fix /network endpoint mappings (#773)

⚙️ Miscellaneous Tasks

  • (cardano) Avoid panic on undo logic (#772)

Install dolos 1.0.0-beta.8

Install prebuilt binaries via shell script

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

Download dolos 1.0.0-beta.8

File Platform Checksum
dolos-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
dolos-x86_64-apple-darwin.tar.gz Intel 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.