Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 01:55
· 65 commits to main since this release

v0.3.0 (2022-09-08)

Features

  • introduce Json values as potential CRDT payloads
  • implement config option 'finalize' to specify when to stop processing blocks (#75)
  • implement filter for transaction properties (#73)
  • Implement 'block header CBOR by hash' reducer (#70)
  • add preview and preprod chains (#68)
  • Add more filter predicates (#65)

Bug Fixes

  • use correct ChainWellKnownInfo for preview network (#74)
  • handle babbage collateral return outputs (#77)
  • Increment TxCountByAddress once per Tx (#72)
  • Contemplate collateral for Balance reducer (#69)
  • Skip invalid Txs from relevant reducers (#67)
  • Use rollback buffer min-depth config (#63)

Docs

  • Update README feature status (#66)

Chore

  • Remove duplicated reducers (#64)
  • Update testdrive example