Skip to content

Releases: txpipe/oura

v0.3.3

15 Dec 02:22
Compare
Choose a tag to compare

v0.3.3 (2021-12-14)

Bug Fixes

  • use correct cursor on chainsync roll forward #2

v0.3.2

14 Dec 01:10
Compare
Choose a tag to compare

v0.3.2 (2021-12-13)

Docs

  • add cardano to kafka example

Code Refactoring

  • migrate to new version of pallas-alonzo

v0.3.1

11 Dec 16:00
Compare
Choose a tag to compare

v0.3.1 (2021-12-11)

Features

  • represent addresses in bech32 format
  • show rollback control event

Bug Fixes

  • remove local path dependencies

Chore

  • bump version patch
  • apply lint suggestions / formatting
  • remove unwraps and do a graceful exit
  • terminal: tidy up console output

v0.3.0

10 Dec 14:55
Compare
Choose a tag to compare

v0.3.0 (2021-12-10)

Features

  • add certificate data mappings
  • sources: implement node-to-node soure using chainsync + blockfetch
  • terminal: improve output style

Docs

  • add cli instructions

Style

  • fix lint warnings

Chore

  • bump version minor
  • improve source folder structure
  • improve readme
  • explain extra dep on cargo

v0.2.0

08 Dec 15:48
Compare
Choose a tag to compare

v0.2.0 (2021-12-08)

Features

  • compute and output tx hashes
  • daemon: implement basic daemon cli subcommand
  • kafka: add basic kafka sink implementation

Chore

  • fix missing openssl in release workflow
  • apply cargo fmt
  • fix missing openssl in release workflow
  • bump version for release
  • add missing info to cargo metadata
  • fix license year typo
  • fix lint issues
  • fix lint issues
  • improve args in log subcommand
  • add use-cases to readme
  • remove makefile
  • framework: define bootstrap traits for components