Skip to content

Releases: txpipe/dolos

v0.7.0-alpha.4

21 Feb 01:02
1db9d09
Compare
Choose a tag to compare
v0.7.0-alpha.4 Pre-release
Pre-release

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

14 Feb 11:21
b3f8eb9
Compare
Choose a tag to compare
v0.7.0-alpha.3 Pre-release
Pre-release

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

20 Jan 02:13
bbdfae7
Compare
Choose a tag to compare
v0.7.0-alpha.2 Pre-release
Pre-release

v0.7.0-alpha.2 (2024-01-19)

Release

  • v0.7.0-alpha.2 (#152)

Features

  • integrate Alonzo phase-1 validations (#151)
  • serve: add gRPC reflection (#147)

Chore

  • deps: upgrade Pallas to v0.21 (#146)

v0.7.0-alpha.1

16 Dec 15:37
6cae882
Compare
Choose a tag to compare
v0.7.0-alpha.1 Pre-release
Pre-release

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

  • fix missing items in ToC (#125)
  • add Byron phase-1 resource footprint benchmark (#124)

Continuous Integration

  • fix arm linux compile target (#139)

v0.7.0-alpha.0

18 Nov 23:43
Compare
Choose a tag to compare
v0.7.0-alpha.0 Pre-release
Pre-release

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

  • add october long-running test results (#122)
  • improve documentation outline (#121)

v0.6.0

19 Oct 13:07
c349168
Compare
Choose a tag to compare

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

14 Oct 15:27
ec472ef
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

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)

Chore

  • fix lint warnings (#105)
  • remove unused deps (#92)
  • deps: bump serde_json from 1.0.106 to 1.0.107 (#90)
  • deps: update Cargo dependencies (#84)

v0.4.1

27 Jul 11:17
6a81321
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

v0.4.1 (2023-07-26)

Chore

  • deps: update all Pallas crates to v0.19.0-alpha.2 (#79)

v0.4.0

27 Jul 11:16
893b815
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

v0.4.0 (2023-07-26)

Features

  • add async streaming for rolldb (#75)
  • implement follow-tip as part of pipeline (#74)

Code Refactoring

  • implement follow-tip using rolldb streaming (#77)

Chore

  • deps: update Pallas to v0.19.0-alpha.2 (#78)

v0.3.0

21 Jun 15:21
20fd60a
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

v0.3.0 (2023-06-21)

Features

  • add client auth via TLS (#70)
  • enable gRPC-web connections (#69)
  • introduce StateDB (#66)
  • sync: introduce apply stage (#67)

Docs

  • add long-running benchmark (#72)
  • add usage section (#71)

Code Refactoring

  • use Pallas interop for u5c mappings (#65)
  • rolldb: replace macro with trait (#50)

Test

  • add upstream integration test (#64)

Chore

  • fix lint issues (#73)
  • prepare for multiple dbs (#63)
  • deps: bump docker/login-action from 1 to 2 in /.github/workflows (#53)
  • deps: bump tokio from 1.28.1 to 1.28.2 (#59)
  • deps: bump tracing-subscriber from 0.3.16 to 0.3.17 (#36)
  • deps: bump config from 0.13.2 to 0.13.3 (#40)
  • deps: bump miette from 5.5.0 to 5.9.0 (#55)
  • deps: bump clap from 4.0.32 to 4.3.0 (#56)
  • deps: bump docker/setup-buildx-action in /.github/workflows (#54)
  • deps: bump log from 0.4.17 to 0.4.18 (#60)
  • deps: bump actions/setup-go from 2 to 4 in /.github/workflows (#52)
  • deps: bump tokio from 1.27.0 to 1.28.1 (#43)
  • deps: bump rocksdb from 0.19.0 to 0.21.0 (#42)
  • deps: bump docker/metadata-action in /.github/workflows (#33)
  • deps: bump actions/checkout from 2 to 3 in /.github/workflows (#34)
  • deps: bump actions/upload-artifact in /.github/workflows (#35)
  • deps: bump docker/build-push-action in /.github/workflows (#37)
  • deps: bump actions/download-artifact in /.github/workflows (#38)
  • deps: bump actions/cache in /.github/workflows (#39)