Skip to content

0.9.0 - 2024-05-28

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 01:05
· 12 commits to main since this release
4567c26

Release Notes

๐Ÿš€ Features

  • Improve cli entry-point ux (#232)
  • Implement ledger compact logic (#235)
  • Improve bootstrap procedure (#237)
  • Add wal integrity doctor utility (#240)
  • Add util to output wal data (#242)
  • Add utility to trim wal db (#244)
  • Implement n2c chainsync (#248)
  • Introduce config init command (#249)
  • Add next step msg on init finish (#251)

๐Ÿ› Bug Fixes

  • Fix bad equality op messing up rollbacks (#243)
  • Implement missing chainsync logic (#245)
  • Ensure graceful shutdown (#250)
  • Use filepath to check empty stores (#252)

๐Ÿšœ Refactor

  • Use unapplied deltas in ledger slice (#234)
  • Remove chain db in favor of wal (#238)
  • Ensure wal is initialized on every open (#239)

๐Ÿ“š Documentation

  • Improve installation instructions (#233)

๐Ÿ”ง Continuous Integration

  • Enable linux aarch64 builds (#231)
  • Restore docker builds (#255)
  • Fix docker arm build (#256)

๐Ÿงช Testing

  • Add WAL tests (#241)

โš™๏ธ Miscellaneous Tasks

  • Fix lint warnings (#246)
  • Tidy up info-level tracing (#247)
  • Migrate to git-cliff for changelog updates (#253)
  • Remove legacy ci files (#254)
  • Exclude heavy features from Pallas (#257)
  • Move release config to cargo toml (#258)
  • Update example config files (#259)

Install dolos 0.9.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install txpipe/tap/dolos

Download dolos 0.9.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