Release Notes
๐ Features
- Improve cli entry-point ux (#232)
- Implement ledger compact logic (#235)
- Improve bootstrap procedure (#237)
- Add wal integrity doctor utility (#240)
- Add util to output wal data (#242)
- Add utility to trim wal db (#244)
- Implement n2c chainsync (#248)
- Introduce config init command (#249)
- Add next step msg on init finish (#251)
๐ Bug Fixes
- Fix bad equality op messing up rollbacks (#243)
- Implement missing chainsync logic (#245)
- Ensure graceful shutdown (#250)
- Use filepath to check empty stores (#252)
๐ Refactor
- Use unapplied deltas in ledger slice (#234)
- Remove chain db in favor of wal (#238)
- Ensure wal is initialized on every open (#239)
๐ Documentation
- Improve installation instructions (#233)
๐ง Continuous Integration
๐งช Testing
- Add WAL tests (#241)
โ๏ธ Miscellaneous Tasks
- Fix lint warnings (#246)
- Tidy up info-level tracing (#247)
- Migrate to git-cliff for changelog updates (#253)
- Remove legacy ci files (#254)
- Exclude heavy features from Pallas (#257)
- Move release config to cargo toml (#258)
- Update example config files (#259)
Install dolos 0.9.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.9.0/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.9.0/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.9.0
File | Platform | Checksum |
---|---|---|
dolos-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
dolos-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
dolos-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
dolos-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
dolos-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |