Releases: txpipe/dolos
Releases · txpipe/dolos
0.13.0 - 2024-07-18
Release Notes
🚀 Features
- Bootstrap in-memory and with defered indexes (#308)
🐛 Bug Fixes
- (state) Use cursor value to decide if db is empty (#302)
Install dolos 0.13.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.13.0/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.13.0/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.13.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.12.0 - 2024-07-16
Release Notes
🚀 Features
⚙️ Miscellaneous Tasks
Install dolos 0.12.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.12.0/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.12.0/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.12.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.11.1 - 2024-07-14
Release Notes
🐛 Bug Fixes
- (serve) Don't break socket listening loop on connect error (#297)
⚙️ Miscellaneous Tasks
- Update Pallas with input ordering interop fix (#296)
Install dolos 0.11.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.11.1/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.11.1/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.11.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.11.0 - 2024-07-13
Release Notes
🚜 Refactor
⚙️ Miscellaneous Tasks
Install dolos 0.11.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.11.0/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.11.0/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.11.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.10.1 - 2024-07-05
Release Notes
🐛 Bug Fixes
- Change Mithril dep to use rustls (#284)
📚 Documentation
- Simplify readme (#281)
Install dolos 0.10.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.10.1/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.10.1/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.10.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.10.0 - 2024-06-24
Release Notes
🚀 Features
- Implement input resolver for gRPC endpoint (#149)
- Implement utxorpc watch module (#270)
- Integrate tokio traces & debug console (#275)
- (storage) Allow configurable cache size (#277)
🐛 Bug Fixes
🚜 Refactor
- (grpc) Improve sync mapping (#276)
📚 Documentation
- Improve configuration docs (#260)
- Add bootstrap instructions (#261)
- Add quickstart guide (#262)
- Improve running instructions (#263)
- Improve API documentation (#264)
- Document latest config changes (#279)
🔧 Continuous Integration
- Remove mdbook workflow (#203)
🧪 Testing
- Implement pparams testing (#217)
⚙️ Miscellaneous Tasks
Install dolos 0.10.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.10.0/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.10.0/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.10.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.9.0 - 2024-05-28
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
🧪 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 |
v0.8.0
Install dolos 0.8.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.8.0/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.8.0/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.8.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-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v0.7.0
v0.7.0-alpha.5
v0.7.0-alpha.5 (2024-03-31)
Release
- v0.7.0-alpha.5
Features
- implement submit pipeline (#150)
Bug Fixes
Docs
- draft ADR for extra ledger queries (#178)
Code Refactoring
- sync: fetch blocks in batches (#189)
Continuous Integration
- add new testnet genesis to docker build
- migrate to artifact action v4 (#188)