Skip to content

Releases: txpipe/dolos

v0.2.1

21 Jun 15:25
2075453
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

v0.2.1 (2023-05-10)

Features

  • introduce grpc serve config (#48)

Bug Fixes

  • use info log level by default (#49)

v0.2.0

10 May 17:30
e346ee9
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

v0.2.0 (2023-05-10)

Features

  • use rolldb to define chainsync intersect (#45)
  • introduce daemon (sync+serve) command (#29)
  • add PoC gRPC endpoint (#25)
  • downstream: introduce dump-history endpoint (#28)
  • rolldb: implement paged chain reads (#27)
  • rolldb: implement wal compaction (#26)

Docs

  • Fix book title (#22)
  • Add installation section (#21)

Code Refactoring

  • use macros for rolldb (#24)

Continuous Integration

  • enable dependabot (#32)

Chore

  • add example configuration (#47)
  • improve module naming conventions (#46)
  • add community docs (#31)
  • upgrade gasket / pallas versions (#23)

v0.1.0

12 Jan 01:24
b049aa2
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

v0.1.0 (2023-01-11)

Features

  • Introduce config mechanism (#15)
  • Introduce 'sync' entrypoint (#11)
  • Introduce upstream reducer stage (#9)
  • Introduce RollDB for chain persistence (#8)
  • Implement upstream block-fetch stage (#7)
  • Introduce storage module (#3)
  • Introduce ChainSync stage (#2)

Bug Fixes

  • Fix test concurrency issues (#18)

Code Refactoring

  • Use Rayon for plexer stage (#5)

Test

  • Add chainsync integration test (#6)

Continuous Integration

  • Add mdbook workflow (#20)
  • Implement release workflow (#19)
  • Implement validation workflow (#13)

Chore

  • Fix lint warnings (#17)
  • Trace errors instead of dropping them (#16)
  • Use remote deps instead of local (#14)
  • Automate changelog generation (#12)
  • Implement multiplexer stage (#4)
  • Scaffold Rust project (#1)