Release Notes
🚀 Features
- (minibf) Implement
/epochs/{epoch}/blocks
endpoint (#731) - (minibf) Implement
scripts/datum/{datum_hash}
endpoint (#734) - (minibf) Implement more
/assets/{asset}/*
endpoints (#735) - (cardano) Track detailed pool logs and expose via minibf (#736)
- (archive) Add index for tx metadata (#741)
🐛 Bug Fixes
- (minibf) Handle cost models updates from proposals (#737)
- (minibf) Fetch correct epoch for params endpoints (#738)
- (cardano) Avoid using push for epoch value
- (cardano) Reset epoch minted blocks on boundary
- (cardano) Improve reward logic accuracy (#745)
- (cardano) Treat current pparams as effective (#747)
- (cardano) Interpret Byron epoch length correctly (#748)
- (cardano) Consider all Conway certs (#742)
- (cardano) Be explicit about hardfork versions (#749)
- (minibf) Avoid rounding errors on fee calc (#750)
- (minibf) Skip pool history with empty stake (#751)
🚜 Refactor
- (cardano) Tidy up reward calculation logic (#740)
- (cardano) Move reward calc into its own module (#746)
⚙️ Miscellaneous Tasks
- Fix lint warnings across the board (#732)
- Fix build errors on support crates
dolos 1.0.0-beta.5
Install dolos 1.0.0-beta.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.5/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.5/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.5
Download dolos 1.0.0-beta.5
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 |
dolos-test-vectors 1.0.0-beta.5
Install dolos-test-vectors 1.0.0-beta.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.5/dolos-test-vectors-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.5/dolos-test-vectors-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos-test-vectors
Install prebuilt binaries into your npm project
npm install @txpipe/dolos-test-vectors@1.0.0-beta.5
Download dolos-test-vectors 1.0.0-beta.5
File | Platform | Checksum |
---|---|---|
dolos-test-vectors-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
dolos-test-vectors-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
dolos-test-vectors-x86_64-pc-windows-msvc.tar.gz | x64 Windows | checksum |
dolos-test-vectors-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
dolos-test-vectors-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |