Release Notes
🚀 Features
- (cardano) Implement pixel-perfect reward calc (#757)
🐛 Bug Fixes
- (cardano) Don't forget about Byron pparams updates (#752)
- (minibf) Offset constructor index on datums (#755)
- (cardano) Make reward data optional on ewrap
⚙️ Miscellaneous Tasks
- Fix broken tests and lint warning (#753)
- Disable publish for test-vectors crate
- Fix failing tests and lint warnings (#754)
- Formalize v2 as new internal storage version (#758)
- (cli) Make storage v2 the default during init
Install dolos 1.0.0-beta.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.6/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.6/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Install prebuilt binaries into your npm project
npm install @txpipe/dolos@1.0.0-beta.6
Download dolos 1.0.0-beta.6
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 |