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
๐งช Testing
- Introduce xtask for smoke tests (#524)
- Add daemon sync smoke test (#527)
- (redb) Add state store tests (#550)
โ๏ธ Miscellaneous Tasks
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 |