Release Notes
๐ Features
๐ Bug Fixes
- (cardano) Contemplate negative utxo delta on epoch state roll (#687)
- (cardano) Track block number during roll visitor
- (cardano) Use fingerprint for asset keys (#693)
๐ Refactor
- (cardano) Unpack address tags during roll (#679)
- (cardano) Unpack asset tags inside a roll visitor (#680)
- (cardano) Track datums archive tags in roll visitor (#681)
- (archive) Use writer semantic for batched updates (#683)
- (core) Switch to state-undo rollback mechanism (#684)
- (cardano) Compute nonce as part of the sweep process (#688)
- (core) Use WAL to store consumed inputs (#690)
๐งช Testing
- Add drep test vectors import (#678)
- Add era summaries to test vectors (#682)
- Fix test after epoch state changes
โ๏ธ Miscellaneous Tasks
- Fix lint warnings across the board (#689)
dolos 1.0.0-beta.1
Install dolos 1.0.0-beta.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.1/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.1/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.1
Download dolos 1.0.0-beta.1
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.1
Install dolos-test-vectors 1.0.0-beta.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.1/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.1/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.1
Download dolos-test-vectors 1.0.0-beta.1
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 |