Skip to content

0.13.1 - 2024-07-19

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 17:37
· 54 commits to main since this release
e7c155a

Release Notes

๐Ÿ› Bug Fixes

  • (bootstrap) Save ledger to disk before attempting upgrade (#310)

๐Ÿšœ Refactor

  • (state) Treat address parsing as a fallible operation (#309)

โš™๏ธ Miscellaneous Tasks

  • Use Pallas edge with long address fix (#311)

Install dolos 0.13.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.13.1/dolos-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.13.1/dolos-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install txpipe/tap/dolos

Download dolos 0.13.1

File Platform Checksum
dolos-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
dolos-x86_64-apple-darwin.tar.xz Intel macOS checksum
dolos-x86_64-pc-windows-msvc.zip x64 Windows checksum
dolos-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
dolos-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum