github txpipe/dolos v0.24.0
0.24.0 - 2025-06-19

latest releases: v0.32.0, v0.31.1, v0.31.0...
2 months ago

Release Notes

๐Ÿš€ Features

  • (trp) Improve argument decoding (#512)
  • (trp) Make arg decoding more flexible (#519)
  • Support sync limit via config (#526)
  • Add reset-genesis command (#532)
  • Improve data summary command (#536)
  • (minibf) Implement txs/{hash} endpoint (#537)
  • (minibf) Implement txs/{hash}/utxos endpoint (#538)
  • (redb) Use quick repair on all write transactions (#551)

๐Ÿ› Bug Fixes

  • Improve shutdown of stuck pipelines (#531)
  • (minibf) Implement cert count in tx model (#539)
  • (minibf) Include pagination in addresses utxos endpoint (#540)
  • (minibf) Handle trailing backlash (#541)
  • (minibf) Use full name for asset unit in utxos by address (#542)
  • (minibf) Sort utxos by slot in addresses/{address}/utxos endpoint (#543)
  • (minibf) Include block data in /addresses endpoints (#547)
  • (minibf) Include tx index in utxo ordering (#548)
  • (minibf) Show disaggregated output amounts (#549)
  • (redb) Skip index for addresses with empty delegation (#552)

๐Ÿšœ Refactor

  • Split Cardano ledger into new crate (#514)
  • Split minibf into new crate (#515)
  • Abstract core domain as trait (#521)
  • Introduce driver abstraction (#528)

๐Ÿ“š Documentation

  • Replace old docs with new structure (#513)

๐Ÿ”ง Continuous Integration

  • Improve PR workflow speed (#525)
  • Run tests for the whole workspace (#553)

๐Ÿงช Testing

  • Introduce xtask for smoke tests (#524)
  • Add daemon sync smoke test (#527)
  • (redb) Add state store tests (#550)

โš™๏ธ Miscellaneous Tasks

  • Update tx3 lib to v0.6.0 (#530)
  • Avoid commit of genesis files in test scenarios (#533)

Install dolos 0.24.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install txpipe/tap/dolos

Install prebuilt binaries into your npm project

npm install @txpipe/dolos@0.24.0

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