Release Notes
🚀 Features
- (cardano) Support genesis bootstrap of custom staking (#788)
🐛 Bug Fixes
- (cli) Remove bad force protocol in preprod init (#782)
- (cardano) Make sure sync can continue after stop epoch (#786)
- (cardano) Make genesis nonce aware of protocol (#783)
- (minibf) Adjust conformance of pools and rewards endpoints (#784)
- (minibf) Map circulating supply to BF semantics (#789)
⚙️ Miscellaneous Tasks
- Fix broken tests (#781)
- (trp) Update tx3 deps to v0.12 (#785)
- (cardano) Reduce excessive log levels (#787)
Install dolos 1.0.0-rc.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-rc.2/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.2/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.2Download dolos 1.0.0-rc.2
| 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 |