Release Notes
๐ Features
- (minibf) Implement
txs/{hash}/stakes
endpoint (#605) - (minibf) Implement
accounts/{stake}
endpoint (#608) - (minibf) Implement
accounts/{stake}/addresses
endpoint (#610) - (minibf) Implement
metadata/txs/{label}
endpoints (#611) - (minibf) Implement
/assets/{asset}
endpoint (#612) - (minibf) Implement
/pools/extended
endpoint (#613) - (minibf) Implement
/pool/{id}/delegators
endpoint (#614) - (minibf) Implement
/network/eras
endpoint (#615) - (minibf) Implement
/network
endpoint (#617) - (minibf) Implement
accounts/{stake_address}/delegations
endpoint (#618) - (minibf) Implement
/accounts/{stake_address}/registrations
endpoint (#619) - (minibf) Implement
txs/{hash}/redeemers
endpoint (#556) - (minibf) Implement
accounts/{stake_address}/rewards
endpoint (#628) - (minibf) Implement
governance/dreps/{drepid}
endpoint (#626)
๐ Bug Fixes
- (minibf) Improve endpoint conformance (#627)
๐ Refactor
- Introduce chain-agnostic state interface (#607)
๐งช Testing
- Fix fake block hash mismatch
โ๏ธ Miscellaneous Tasks
Install dolos 0.29.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.29.0/dolos-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Install prebuilt binaries into your npm project
npm install @txpipe/dolos@0.29.0
Download dolos 0.29.0
File | Platform | Checksum |
---|---|---|
dolos-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
dolos-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
dolos-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
dolos-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |