Release Notes
๐ Features
- Introduce mini-kupo api (#898)
- (cli) Introduce doctor check command
- (cli) Improve init flow with better UX (#942)
๐ Bug Fixes
- (minikupo) Nest endpoints under
/v1prefix for compatibility (#937) - Don't fail trying to remove non-existing socket file
- (storage) Set quick repair for redb state store (#943)
๐ Refactor
- (cardano) Remove track config in favor of simplicity (#933)
- Remove explicit defaults from storage configs (#935)
- Use custom tracing target for axum requests (#936)
- (storage) Split index tags keyspace to follow access pattern (#908)
- (config) Turn pull_batch_size into implicit default
- Turn max_history into a sync config
- Turn WAL max rollback into a sync config
- Skip serializing default storage config
- Move magic field to the chain config
- Use implicit defaults for logging config
- Use implicit defaults for telemetry config
- Treat many defaults as a config concern
- Skip serializing sync and serve configs if default
๐ Documentation
๐งช Testing
- Improve e2e test with latest config changes
โ๏ธ Miscellaneous Tasks
- (trp) Update tx3 deps to v0.16.2 (#931)
- (fjall) Bump to fjall 3.1.0 and remove patch (#934)
- Remove data folder from example
- (trp) Bump tx3 to v0.16.3 (#938)
- Apply config changes review feedback
- Improve log messages severity across the board (#941)
Install dolos 1.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0/dolos-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0/dolos-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolosInstall prebuilt binaries into your npm project
npm install @txpipe/dolos@1.0.0Download dolos 1.0.0
| File | Platform | Checksum |
|---|---|---|
| dolos-aarch64-apple-darwin.tar.gz | Apple Silicon 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 |