oura
oura copied to clipboard
feat: emit cbor filter
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:
- Added
emit_cbor
filter to emit both CBOR blocks and transactions. - Modified
SqlDb
sink to process and store CBOR blocks in addition to transactions. - Updated the database schema to include separate tables for blocks and transactions.
Please review the changes and provide feedback.