github txpipe/dolos v0.31.0
0.31.0 - 2025-08-25

latest releases: v0.32.0, v0.31.1
11 days ago

Release Notes

๐Ÿ› Bug Fixes

  • (minifb) Improve conformance on /addresses endpoints (#644)
  • (minibf) Use correct mappings for assets metadata CIP68 and CIP25 (#649)
  • Fix windows compile-time errors (#656)

๐Ÿšœ Refactor

  • Go through the domain for rebuilding stores (#645)
  • (core) Split slice loading from delta in state3 (#653)
  • (bin) Improve Mithril bootstrap procedure (#654)

๐Ÿ”ง Continuous Integration

  • Bring back windows to the test matrix

๐Ÿงช Testing

  • (minibf) Fix conformance tests for metadata endpoints (#651)

โš™๏ธ Miscellaneous Tasks

  • Update tx3 to v0.11.3
  • Bump tx3 and pallas versions
  • Fix new lint warnings
  • Remove phase2 flag (#650)

Install dolos 0.31.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download dolos 0.31.0

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.