Release Notes
๐ Features
- Introduce OTLP integration with focus on mempool (#891)
- Introduce comprehensive mempool support (#901)
- (cli) Improve flags for the bootstrap command (#909)
- (minibf) Adjust max scan limit via config (#911)
๐ Bug Fixes
- Unregistered dreps should not figure as expired (#887)
- (minibf) Follow redirects for pool offchain metadata (#888)
- (minbf) Compute Byron tx fees during mapping (#886)
- (cardano) Add strict metadata checks for CIP25 (#882)
- (minibf) Improve handling of tx metadata on AssetState (#881)
- (index) Fine-tune fjall default for expected write throughput (#896)
- Adapt data export command to new storage structure (#892)
- (cardano) Apply mainnet-specific historical edge-cases (#895)
- (cli) Remove wal from snapshot (#897)
- Hook mempool confirm in sync pipeline (#904)
- Avoid excessive mem increase during boundary (#905)
- (trp) Adjust interface to match available mempool data (#910)
๐ Refactor
๐งช Testing
- Treat epoch tests as best-effort (#903)
โ๏ธ Miscellaneous Tasks
Install dolos 1.0.0-rc.10
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-rc.10/dolos-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0-rc.10/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.0-rc.10Download dolos 1.0.0-rc.10
| 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 |