Release Notes
๐ Features
- (o7s) Implement many missing LocalState queries to support cardano cli (#858)
๐ Bug Fixes
- Introduce async query facade to avoid starving the runtime
- (minibf) Improve conformance tests coverage (#847)
- (cardano) Take into account drained rewards in epoch state (#855)
- (cardano) Use mark protocol version for babbage pot calc (#857)
- (cardano) Bootstrap nonce in genesis if chain starts on Shelley
- Improve conformance tests coverage (#853)
- (minibf) Format special dreps on accounts (#861)
๐งช Testing
- Add comprehensive flow for cardano integration tests (#852)
- Fix nonce ground-truth checks
- Revisit cardano integration tests to include stake, delegation and rewards (#854)
- (cardano) Remove many false positives from ground-truth checks
โ๏ธ Miscellaneous Tasks
- Fix clippy warnings across the board (#851)
- Tidy up xtask for shared use (#856)
- Update pallas v1.0.0-alpha.4 (#859)
Install dolos 1.0.0-rc.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-rc.7/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.7/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.7Download dolos 1.0.0-rc.7
| 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 |