Release Notes
🐛 Bug Fixes
- (minibf) Handle block 0 edge case for preview network (#701)
- (minibf) Save pool register slot for later sorting (#702)
- (cardano) Handle drep activity during roll (#703)
- (cardano) Clear delegators on retiring pools (#705)
- (cardano) Clear delegators on retiring drep (#707)
- (cardano) Make sure to evolve pparams during forks (#708)
- (minibf) Handle drep_id and include nonce in parameters (#706)
- (cardano) Fix Byron check logic for initial epochs
- (cardano) Use epoch+1 for era end boundary
- (minibf) Avoid edge case of pool bech32 passing as hex
- (minibf) Load pparams before reading redeemers
🚜 Refactor
- (cardano) Handle drep and pool retirement during roll (#704)
- (cardano) Deprecate redundant drep id state value (#709)
- (minibf) Implement same era hardcoding as BF (#700)
⚙️ Miscellaneous Tasks
- Improve trace level for verbose logs
- Fix lint warnings across the board
dolos 1.0.0-beta.3
Install dolos 1.0.0-beta.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.3/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.3/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.3
Download dolos 1.0.0-beta.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 |
dolos-test-vectors 1.0.0-beta.3
Install dolos-test-vectors 1.0.0-beta.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.3/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.3/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.3
Download dolos-test-vectors 1.0.0-beta.3
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 |