Skip to content

0.14.0 - 2024-08-02

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 23:39
· 85 commits to main since this release
f42fb3e

Release Notes

๐Ÿš€ Features

  • Add find WAL sequence utility (#317)

๐Ÿ› Bug Fixes

  • (serve) Use correct function to filter utxos by asset (#313)
  • (serve) Skip the first block in the follow-tip grpc API (#298)
  • (serve) Send reset event on follow-tip intersect (#318)

โš™๏ธ Miscellaneous Tasks

  • Upgrade Pallas to use u5c v0.8 (#315)

Install dolos 0.14.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install txpipe/tap/dolos

Download dolos 0.14.0

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