Releases: txpipe/dolos
Releases · txpipe/dolos
0.18.2 - 2024-11-02
Release Notes
🐛 Bug Fixes
- Use s3 accelerate endpoint for snapshots (#377)
Install dolos 0.18.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.18.2/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.18.2/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.18.2
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 |
0.18.1 - 2024-10-25
Release Notes
🐛 Bug Fixes
⚙️ Miscellaneous Tasks
- Fix lint warnings (#374)
Install dolos 0.18.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.18.1/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.18.1/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.18.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 |
0.18.0 - 2024-10-24
Release Notes
🚀 Features
- Add flag to quit when reaching tip (#369)
🐛 Bug Fixes
Install dolos 0.18.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.18.0/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.18.0/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.18.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 |
0.17.0 - 2024-10-17
Release Notes
🚀 Features
- Skip redundant bootstrap in overriding init (#364)
🐛 Bug Fixes
- Apply missing pparams in update logic (#361)
Install dolos 0.17.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.17.0/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.17.0/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.17.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 |
0.16.0 - 2024-10-13
Release Notes
🚀 Features
- Introduce direct snapshot bootstrap (#336)
- Automate WAL housekeeping procedure (#347)
- Allow manual wal pruning via CLI (#349)
- Ask for history pruning during init (#351)
- Improve bootstrap experience (#353)
- Trigger bootstrap right after init (#354)
🐛 Bug Fixes
- Fix typo in bootstrap question (#271)
- Fix build / lint issues (#346)
- Make CORS config optional (#348)
- Avoid crashing on WAL pruning edge case (#350)
- Use saturating substract in housekeeping logic (#355)
📚 Documentation
- Add reference to wal history setting (#352)
⚙️ Miscellaneous Tasks
- Update blaze docs with latest version (#338)
- Add support for CORS in gRPC-web (#339)
- Fix lint warnings (#356)
Install dolos 0.16.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.16.0/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.16.0/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.16.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 |
0.15.1 - 2024-09-07
Release Notes
🐛 Bug Fixes
📚 Documentation
- Add Blaze example (#334)
Install dolos 0.15.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.15.1/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.15.1/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.15.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 |
0.15.0 - 2024-09-06
Release Notes
🐛 Bug Fixes
- Provide initial mempool tx stage when asked (#330)
🚜 Refactor
⚙️ Miscellaneous Tasks
Install dolos 0.15.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.15.0/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.15.0/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.15.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 |
0.14.1 - 2024-08-03
Release Notes
🐛 Bug Fixes
- Don't panic on Conway certs (#319)
Install dolos 0.14.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.14.1/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.14.1/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.14.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 |
0.14.0 - 2024-08-02
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 |
0.13.1 - 2024-07-19
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 |