Release Notes
🚀 Features
- (cardano) Introduce custom utxos via config (#796)
- (trp) Implement utxo temp locking mechanism (#800)
- Introduce relaxed arithmetic option (#809)
- (minibf) Introduce metrics endpoint (#810)
🐛 Bug Fixes
- (minibf) Fetch pool metadata in parallel (#790)
- Enable relaxed mode for Pallas (#792)
- Honor until-tip sync option (#545)
- (cardano) Burn fees for Byron epoch pots (#804)
- (cardano) Track MIRs as part of epoch rewards (#806)
🚜 Refactor
- Adjust Mithril features to simplify build process (#795)
- Unify all configs into single core location (#799)
- Turn on relaxed mode by default
📚 Documentation
- Update chain config schema reference (#794)
⚙️ Miscellaneous Tasks
- (cardano) Update missing hack for preview network (#791)
- Update Pallas to v1.0.0-alpha.3
- Remove legacy test-vectors crate (#797)
- Unify both redb crates (#798)
- (minibf) Update blockfrost-openapi to v0.1.83 (#801)
Install dolos 1.0.0-rc.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-rc.3/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.3/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.3Download dolos 1.0.0-rc.3
| File | Platform | Checksum |
|---|---|---|
| dolos-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-x86_64-apple-darwin.tar.gz | Intel 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 |