Release Notes
๐ Features
- (minibf) Implement
/addresses/{address}endpoint (#925) - Introduce script indexes and related minibf endpoints (#899)
๐ Bug Fixes
- (trp) Avoid overriding existing tx witnesses (#926)
- (minibf) Avoid 500 error on
/txs/{hash}for current epoch txs (#918) - Avoid TOCTOU race on submit utxos (#929)
- (fjall) Use patched version of fjall with deadlock fix (#930)
- (u5c) Fix
outputs_match_assetto not require asset_name (#833)
๐งช Testing
- (trp) Improve coverage of submit method (#927)
โ๏ธ Miscellaneous Tasks
- (trp) Update tx3 deps to v0.16.1 (#928)
Install dolos 1.0.0-rc.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-rc.12/dolos-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0-rc.12/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.0.0-rc.12Download dolos 1.0.0-rc.12
| 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 |