oura icon indicating copy to clipboard operation
oura copied to clipboard

feat: emit cbor filter

Open Mercurial opened this issue 3 months ago • 0 comments

This PR introduces the following changes:

  • feat(filters): add emit_cbor filter to handle cbor blocks and transactions
  • feat(sink): update SqlDb sink to support cbor blocks and transactions

Changes:

  1. Added emit_cbor filter to emit both CBOR blocks and transactions.
  2. Modified SqlDb sink to process and store CBOR blocks in addition to transactions.
  3. Updated the database schema to include separate tables for blocks and transactions.

Please review the changes and provide feedback.

Mercurial avatar May 20 '24 01:05 Mercurial