Releases: txpipe/dolos
Releases · txpipe/dolos
v0.7.0
v0.7.0-alpha.5
v0.7.0-alpha.5 (2024-03-31)
Release
- v0.7.0-alpha.5
Features
- implement submit pipeline (#150)
Bug Fixes
Docs
- draft ADR for extra ledger queries (#178)
Code Refactoring
- sync: fetch blocks in batches (#189)
Continuous Integration
- add new testnet genesis to docker build
- migrate to artifact action v4 (#188)
Chore
v0.7.0-alpha.4
v0.7.0-alpha.4 (2024-02-20)
Release
- v0.7.0-alpha.4
Features
- integrate Babbage phase-1 validations (#169)
Chore
- update Pallas with latest Babbage validations (#170)
v0.7.0-alpha.3
v0.7.0-alpha.3 (2024-02-13)
Release
- v0.7.0-alpha.3 (#163)
Features
- mithril client increments snapshot statistics (#157)
Bug Fixes
- serve: handle intersection arg in follow tip (#162)
Docs
- add installation guide link to README (#153)
Chore
- update u5c specs to v0.3 (#159)
- deps: bump docker/metadata-action in /.github/workflows (#96)
- deps: bump docker/login-action from 2 to 3 in /.github/workflows (#97)
- deps: bump actions/checkout from 3 to 4 in /.github/workflows (#99)
- deps: bump docker/build-push-action in /.github/workflows (#100)
- deps: bump docker/setup-buildx-action in /.github/workflows (#114)
v0.7.0-alpha.2
v0.7.0-alpha.2 (2024-01-19)
Release
- v0.7.0-alpha.2 (#152)
Features
Chore
- deps: upgrade Pallas to v0.21 (#146)
v0.7.0-alpha.1
v0.7.0-alpha.1 (2023-12-16)
Features
- make phase-1 validations optional (#136)
- implement protocol params update logic (#135)
- integrate Pallas phase-1 validation function (#127)
- implement Mithril bootstrap mechanism (#129)
Bug Fixes
- remove Mithril from cross builds (#141)
- make Mithril dependency optional (#140)
- execute wal pruning after a few blocks (#137)
Docs
Continuous Integration
- fix arm linux compile target (#139)
v0.7.0-alpha.0
v0.7.0-alpha.0 (2023-11-09)
Features
- bumping Pallas version
- adding protocol parameters values
- integrate Pallas (Byron phase-1) validations
- provide install script (#120)
Docs
v0.6.0
v0.6.0 (2023-10-19)
Features
- improve logging options (#117)
- add basic data status command (#111)
- improve sync progress logs (#110)
- include genesis files in docker image (#107)
Bug Fixes
- avoid stage timeout when waiting for blocks (#119)
- ensure consistency between chain and ledger (#108)
- use new debain as docker base image (#106)
- storage: take into account same-block utxos (#116)
Chore
- add preprod sync example (#109)
v0.5.0
v0.5.0 (2023-10-14)
Features
- compute genesis utxos (#89)
- serve Ouroboros BlockFetch N2N miniprotocol (#83)
- allow retry policy via config (#81)
Docs
- fix daemon example (#80)
Code Refactoring
- migrate to Pallas RollDB (#102)
- rolldb: use iterator for chain rollback delete (#85)
- serve: unify serve bootstrapping procedure (#87)
- sync: turn apply stage into end of pipeline (#86)
Continuous Integration
- improve release workflow (#104)