Release Notes
🚀 Features
- (utxorpc) Expose configurable HTTP/2 transport tuning (#1011)
- (utxorpc) Honor field_mask in Sync service to skip unused block representations (#1012)
🐛 Bug Fixes
- (cardano) Surface lagging pool snapshots in RUPD instead of obscure panic (#1016)
- (cardano) Fail loud on lagging pool snapshots and unfinished epoch boundaries (#1017)
- (minibf) Source address-utxo tx_hash from TxoRef, not archive block_data (#1009)
📚 Documentation
- Re-generate wiped-out changelog
⚙️ Miscellaneous Tasks
- (cardano) Add more gov proposal mappings (#1013)
- Switch snapshot source to R2 (#1014)
- (cardano) Update gov proposal mappings (#1023)
- (trp) Bump tx3-cardano and tx3-resolver to 0.22.0 (#1022)
- Bump pallas to 1.1.1 (#1024)
Install dolos 1.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.3.0/dolos-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.3.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.3.0Download dolos 1.3.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 |