Release Notes
🚀 Features
- Implement mini-blockfrost emulator (#447)
- Implement new chain store (#451)
- (minibf) Implement
/txs/<hash>/cbor
endpoint (#465)
🐛 Bug Fixes
- Remove deprecated GenesisValues (#454)
- Use look-ahead WAL reader for the ledger rebuild procedure (#453)
- Prompt for storage upgrade on init (#464)
📚 Documentation
- Propose ADR for P2P features (#460)
⚙️ Miscellaneous Tasks
- Fix lint warnings (#459)
- Update Pallas to latest main (#463)
- Add minibf prompt to init (#466)
- Refresh example configs (#467)
Install dolos 0.20.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.20.0/dolos-installer.sh | sh
Install prebuilt binaries into your npm project
npm install @txpipe/dolos@0.20.0
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.20.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 |