Releases: txpipe/dolos
Releases · txpipe/dolos
1.0.0-rc.2 - 2025-11-13
Release Notes
🚀 Features
- (cardano) Support genesis bootstrap of custom staking (#788)
🐛 Bug Fixes
- (cli) Remove bad force protocol in preprod init (#782)
- (cardano) Make sure sync can continue after stop epoch (#786)
- (cardano) Make genesis nonce aware of protocol (#783)
- (minibf) Adjust conformance of pools and rewards endpoints (#784)
- (minibf) Map circulating supply to BF semantics (#789)
⚙️ Miscellaneous Tasks
- Fix broken tests (#781)
- (trp) Update tx3 deps to v0.12 (#785)
- (cardano) Reduce excessive log levels (#787)
Install dolos 1.0.0-rc.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-rc.2/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.2/dolos-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolosInstall prebuilt binaries into your npm project
npm install @txpipe/[email protected]Download dolos 1.0.0-rc.2
| File | Platform | Checksum |
|---|---|---|
| dolos-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-x86_64-apple-darwin.tar.gz | Intel 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 |
1.0.0-rc.1 - 2025-11-06
Release Notes
🚀 Features
- (cli) Add proposal state dump command
- (cli) Add single entitty dump command
- (cli) Add update entity command
🐛 Bug Fixes
- (cardano) Move era transition to estart (#777)
- (cardano) Force protocol version value on forks
- (cardano) Adjust pot logic to support pre-shelley eras
- (cardano) Skip nonce calc before Shelley
- (cardano) Take into account Byron tx fees
- (cardano) Support era transition hacks
- (cardano) Assign rewards using only account state at ewrap
- (cardano) Compute eta using mark pparams
- Handle default wal log on emulator pipeline (#780)
- Take into account empty WAL during origin sync
- (cli) Remove double async runtime in bootstrap command
🚜 Refactor
- (core) Remove chain-specific batching from core
- (cardano) Use genesis data for protocol constants instead of epoch state
- (cardano) Move params migration to inside delta on estart
- (cardano) Simplify genesis pot logic
- (cardano) Treat pre-conway protocol updates as proposals
- (cardano) Materialize proposal lifecycle as state
- (core) Make chain logic safe for async runtimes
⚙️ Miscellaneous Tasks
- (cardano) Remove excessive logs
- Fix lint warnings
- Bump Pallas to latest main branch (#779)
Install dolos 1.0.0-rc.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-rc.1/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.1/dolos-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolosInstall prebuilt binaries into your npm project
npm install @txpipe/[email protected]Download dolos 1.0.0-rc.1
| File | Platform | Checksum |
|---|---|---|
| dolos-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-x86_64-apple-darwin.tar.gz | Intel 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 |
1.0.0-beta.8 - 2025-10-27
Release Notes
🐛 Bug Fixes
- (cardano) Use correct timing for pool params activation (#764)
- (cardano) Skip retired pools from active stake snapshot (#765)
- (cardano) Treat pool retire epoch as inclusive
- (cardano) Adjust multiple reward-related issues (#766)
- (cardano) Fix multiple accounting details (#767)
- (cardano) Make sure all staking rules are followed (#771)
- (cardano) Take into account preprod pointer addresses
- (minibf) Fix
/networkendpoint mappings (#773)
⚙️ Miscellaneous Tasks
- (cardano) Avoid panic on undo logic (#772)
Install dolos 1.0.0-beta.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.8/dolos-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.8/dolos-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolosInstall prebuilt binaries into your npm project
npm install @txpipe/[email protected]Download dolos 1.0.0-beta.8
| File | Platform | Checksum |
|---|---|---|
| dolos-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-x86_64-apple-darwin.tar.gz | Intel 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 |
1.0.0-beta.7 - 2025-10-17
Release Notes
🐛 Bug Fixes
- (cardano) Treat pool params as an epoch-dependant value (#759)
- (cardano) Move reward apply after epoch snapshot (#761)
- (minibf) Use inaccurate but compatible pool fees value (#762)
- (cardano) Allow delegation to unregistered dreps (#763)
- (cardano) Fix incentives calc on epoch 0
Install dolos 1.0.0-beta.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.7/dolos-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.7/dolos-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolosInstall prebuilt binaries into your npm project
npm install @txpipe/[email protected]Download dolos 1.0.0-beta.7
| File | Platform | Checksum |
|---|---|---|
| dolos-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-x86_64-apple-darwin.tar.gz | Intel 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 |
1.0.0-beta.6 - 2025-10-16
Release Notes
🚀 Features
- (cardano) Implement pixel-perfect reward calc (#757)
🐛 Bug Fixes
- (cardano) Don't forget about Byron pparams updates (#752)
- (minibf) Offset constructor index on datums (#755)
- (cardano) Make reward data optional on ewrap
⚙️ Miscellaneous Tasks
- Fix broken tests and lint warning (#753)
- Disable publish for test-vectors crate
- Fix failing tests and lint warnings (#754)
- Formalize v2 as new internal storage version (#758)
- (cli) Make storage v2 the default during init
Install dolos 1.0.0-beta.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.6/dolos-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.6/dolos-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolosInstall prebuilt binaries into your npm project
npm install @txpipe/[email protected]Download dolos 1.0.0-beta.6
| File | Platform | Checksum |
|---|---|---|
| dolos-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-x86_64-apple-darwin.tar.gz | Intel 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 |
1.0.0-beta.5 - 2025-10-06
Release Notes
🚀 Features
- (minibf) Implement
/epochs/{epoch}/blocksendpoint (#731) - (minibf) Implement
scripts/datum/{datum_hash}endpoint (#734) - (minibf) Implement more
/assets/{asset}/*endpoints (#735) - (cardano) Track detailed pool logs and expose via minibf (#736)
- (archive) Add index for tx metadata (#741)
🐛 Bug Fixes
- (minibf) Handle cost models updates from proposals (#737)
- (minibf) Fetch correct epoch for params endpoints (#738)
- (cardano) Avoid using push for epoch value
- (cardano) Reset epoch minted blocks on boundary
- (cardano) Improve reward logic accuracy (#745)
- (cardano) Treat current pparams as effective (#747)
- (cardano) Interpret Byron epoch length correctly (#748)
- (cardano) Consider all Conway certs (#742)
- (cardano) Be explicit about hardfork versions (#749)
- (minibf) Avoid rounding errors on fee calc (#750)
- (minibf) Skip pool history with empty stake (#751)
🚜 Refactor
- (cardano) Tidy up reward calculation logic (#740)
- (cardano) Move reward calc into its own module (#746)
⚙️ Miscellaneous Tasks
- Fix lint warnings across the board (#732)
- Fix build errors on support crates
dolos 1.0.0-beta.5
Install dolos 1.0.0-beta.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.5/dolos-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.5/dolos-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolosInstall prebuilt binaries into your npm project
npm install @txpipe/[email protected]Download dolos 1.0.0-beta.5
| File | Platform | Checksum |
|---|---|---|
| dolos-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-x86_64-apple-darwin.tar.gz | Intel 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 |
dolos-test-vectors 1.0.0-beta.5
Install dolos-test-vectors 1.0.0-beta.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.5/dolos-test-vectors-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.5/dolos-test-vectors-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos-test-vectorsInstall prebuilt binaries into your npm project
npm install @txpipe/[email protected]Download dolos-test-vectors 1.0.0-beta.5
| File | Platform | Checksum |
|---|---|---|
| dolos-test-vectors-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-test-vectors-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| dolos-test-vectors-x86_64-pc-windows-msvc.tar.gz | x64 Windows | checksum |
| dolos-test-vectors-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| dolos-test-vectors-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
1.0.0-beta.4 - 2025-09-29
Release Notes
🚀 Features
- (cardano) Track governance artifacts (#714)
- (cli) Introduce dump-logs data command
🐛 Bug Fixes
- (cardano) Nonce after Conway uses different eta_h (#712)
- (minibf) Redeemers fee calculation (#716)
- (minibf) Add missing mapping of redeemer datum hash (#718)
- (cardano) Add missing proposal entity sweep (#722)
- (cardano) Stop epoch before boundary work (#726)
- (cardano) Use big rationals for reward calc (#727)
- (cardano) Handle bootstrap for all networks (#728)
- (cardano) Handle pledge mismatch during pool reward calc (#729)
- (minibf) Adjust drep active model mapping (#730)
🚜 Refactor
- (archive) Support time-series logs of arbitrary shape (#713)
- (cardano) Use deltas for the sweep process (#717)
- (cardano) Interleave logs in boundary visitors (#719)
- (cardano) Track total vs epoch minted blocks (#720)
- (cardano) Log ending epoch on sweep (#721)
- (cardano) Track deposits explicitly in each entity (#723)
- (core) Move sweep / genesis ops inside chain logic (#724)
- (cardano) Unify track & log config sections (#725)
dolos 1.0.0-beta.4
Install dolos 1.0.0-beta.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.4/dolos-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.4/dolos-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolosInstall prebuilt binaries into your npm project
npm install @txpipe/[email protected]Download dolos 1.0.0-beta.4
| File | Platform | Checksum |
|---|---|---|
| dolos-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-x86_64-apple-darwin.tar.gz | Intel 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 |
dolos-test-vectors 1.0.0-beta.4
Install dolos-test-vectors 1.0.0-beta.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.4/dolos-test-vectors-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.4/dolos-test-vectors-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos-test-vectorsInstall prebuilt binaries into your npm project
npm install @txpipe/[email protected]Download dolos-test-vectors 1.0.0-beta.4
| File | Platform | Checksum |
|---|---|---|
| dolos-test-vectors-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-test-vectors-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| dolos-test-vectors-x86_64-pc-windows-msvc.tar.gz | x64 Windows | checksum |
| dolos-test-vectors-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| dolos-test-vectors-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
1.0.0-beta.3 - 2025-09-22
Release Notes
🐛 Bug Fixes
- (minibf) Handle block 0 edge case for preview network (#701)
- (minibf) Save pool register slot for later sorting (#702)
- (cardano) Handle drep activity during roll (#703)
- (cardano) Clear delegators on retiring pools (#705)
- (cardano) Clear delegators on retiring drep (#707)
- (cardano) Make sure to evolve pparams during forks (#708)
- (minibf) Handle drep_id and include nonce in parameters (#706)
- (cardano) Fix Byron check logic for initial epochs
- (cardano) Use epoch+1 for era end boundary
- (minibf) Avoid edge case of pool bech32 passing as hex
- (minibf) Load pparams before reading redeemers
🚜 Refactor
- (cardano) Handle drep and pool retirement during roll (#704)
- (cardano) Deprecate redundant drep id state value (#709)
- (minibf) Implement same era hardcoding as BF (#700)
⚙️ Miscellaneous Tasks
- Improve trace level for verbose logs
- Fix lint warnings across the board
dolos 1.0.0-beta.3
Install dolos 1.0.0-beta.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.3/dolos-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.3/dolos-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolosInstall prebuilt binaries into your npm project
npm install @txpipe/[email protected]Download dolos 1.0.0-beta.3
| File | Platform | Checksum |
|---|---|---|
| dolos-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-x86_64-apple-darwin.tar.gz | Intel 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 |
dolos-test-vectors 1.0.0-beta.3
Install dolos-test-vectors 1.0.0-beta.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.3/dolos-test-vectors-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.3/dolos-test-vectors-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos-test-vectorsInstall prebuilt binaries into your npm project
npm install @txpipe/[email protected]Download dolos-test-vectors 1.0.0-beta.3
| File | Platform | Checksum |
|---|---|---|
| dolos-test-vectors-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-test-vectors-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| dolos-test-vectors-x86_64-pc-windows-msvc.tar.gz | x64 Windows | checksum |
| dolos-test-vectors-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| dolos-test-vectors-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
1.0.0-beta.2 - 2025-09-19
Release Notes
🚀 Features
- Track account certs as a slot tag (#697)
🐛 Bug Fixes
- (archive) Include missing full-address filter insert
- (cardano) Make epoch boundary work for Byron (#698)
🚜 Refactor
- (cardano) Interleave member rewards calc during pool sweep step (#694)
- Use xxh3 hash algorithm for entity keys (#695)
⚙️ Miscellaneous Tasks
- Update Redb to v3 (#696)
dolos 1.0.0-beta.2
Install dolos 1.0.0-beta.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.2/dolos-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.2/dolos-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolosInstall prebuilt binaries into your npm project
npm install @txpipe/[email protected]Download dolos 1.0.0-beta.2
| File | Platform | Checksum |
|---|---|---|
| dolos-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-x86_64-apple-darwin.tar.gz | Intel 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 |
dolos-test-vectors 1.0.0-beta.2
Install dolos-test-vectors 1.0.0-beta.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.2/dolos-test-vectors-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.2/dolos-test-vectors-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos-test-vectorsInstall prebuilt binaries into your npm project
npm install @txpipe/[email protected]Download dolos-test-vectors 1.0.0-beta.2
| File | Platform | Checksum |
|---|---|---|
| dolos-test-vectors-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-test-vectors-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| dolos-test-vectors-x86_64-pc-windows-msvc.tar.gz | x64 Windows | checksum |
| dolos-test-vectors-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| dolos-test-vectors-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
1.0.0-beta.1 - 2025-09-17
Release Notes
🚀 Features
🐛 Bug Fixes
- (cardano) Contemplate negative utxo delta on epoch state roll (#687)
- (cardano) Track block number during roll visitor
- (cardano) Use fingerprint for asset keys (#693)
🚜 Refactor
- (cardano) Unpack address tags during roll (#679)
- (cardano) Unpack asset tags inside a roll visitor (#680)
- (cardano) Track datums archive tags in roll visitor (#681)
- (archive) Use writer semantic for batched updates (#683)
- (core) Switch to state-undo rollback mechanism (#684)
- (cardano) Compute nonce as part of the sweep process (#688)
- (core) Use WAL to store consumed inputs (#690)
🧪 Testing
- Add drep test vectors import (#678)
- Add era summaries to test vectors (#682)
- Fix test after epoch state changes
⚙️ Miscellaneous Tasks
- Fix lint warnings across the board (#689)
dolos 1.0.0-beta.1
Install dolos 1.0.0-beta.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.1/dolos-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.1/dolos-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolosInstall prebuilt binaries into your npm project
npm install @txpipe/[email protected]Download dolos 1.0.0-beta.1
| File | Platform | Checksum |
|---|---|---|
| dolos-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-x86_64-apple-darwin.tar.gz | Intel 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 |
dolos-test-vectors 1.0.0-beta.1
Install dolos-test-vectors 1.0.0-beta.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.1/dolos-test-vectors-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/dolos/releases/download/v1.0.0-beta.1/dolos-test-vectors-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos-test-vectorsInstall prebuilt binaries into your npm project
npm install @txpipe/[email protected]Download dolos-test-vectors 1.0.0-beta.1
| File | Platform | Checksum |
|---|---|---|
| dolos-test-vectors-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| dolos-test-vectors-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| dolos-test-vectors-x86_64-pc-windows-msvc.tar.gz | x64 Windows | checksum |
| dolos-test-vectors-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| dolos-test-vectors-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |