Release Notes
๐ Bug Fixes
- (wal) Correct slot-range endianness so pruning and lookups work (#1045)
- (cli) Make wal-integrity tool robust to synthetic entries and discontinuities (#1046)
- (core) Unify store catch-up policy after crash (#1048)
- (cardano) Add missing enacted governance proposals to hacks.rs (#1052)
- (cardano) Inject Plutus POSIXTime in milliseconds for mempool validation (#1028)
๐ Refactor
- (sync) Add apply-side block-sequence continuity guard (#1049)
๐ Documentation
- Document issue label structure in CONTRIBUTING (#1030)
- Add architecture section describing internals (#1044)
๐ง Continuous Integration
- Harden Rust CI (#1051)
๐งช Testing
- Harden housekeeping test coverage (#1047)
โ๏ธ Miscellaneous Tasks
- Link high-stakes TODOs to tracking issues (#1043)
Install dolos 1.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.4.0/dolos-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.4.0/dolos-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolosInstall prebuilt binaries into your npm project
npm install @txpipe/dolos@1.4.0Download dolos 1.4.0
| File | Platform | Checksum |
|---|---|---|
| dolos-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-x86_64-pc-windows-msvc.tar.gz | x64 Windows | checksum |
| dolos-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| dolos-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |