Skip to content

Releases: apibara/dna

Mongo Sink v0.2.0

21 Aug 15:26
Compare
Choose a tag to compare

This release improves the developer experience when running locally.

Added

  • Add a --persist-to-fs=my-dir flag to persist the indexer's state to the
    filesystem. This option creates a new directory (specified by the user) and
    writes the indexer's current state to a file, with one file per indexer.
    Developers shouldn't use this option for production, but only for
    development since it lacks any locking mechanism to prevent multiple copies
    of the same indexer running at the same time.

Changed

  • The transform function now is invoked with a single block of data.
    Batching is a low-level mechanism used to control how often data is written to Mongo,
    but it shouldn't affect the transform step.

Console Sink v0.2.0

21 Aug 15:21
Compare
Choose a tag to compare

This release improves the developer experience when running locally.

Added

  • Add a --persist-to-fs=my-dir flag to persist the indexer's state to the
    filesystem. This option creates a new directory (specified by the user) and
    writes the indexer's current state to a file, with one file per indexer.
    Developers shouldn't use this option for production, but only for
    development since it lacks any locking mechanism to prevent multiple copies
    of the same indexer running at the same time.

Changed

  • The transform function now is invoked with a single block of data.

Starknet v1.1.1

18 Aug 09:51
Compare
Choose a tag to compare

Improve compatibility with Starknet 0.12.1 and RPC 0.4.0.

Change

  • Update the Starknet client used. This ensures we have a better compatibility
    with RPC 0.4.

cli/v0.1.0

11 Aug 15:30
Compare
Choose a tag to compare

First tagged release 🎉

Starknet v1.1.0

08 Aug 17:17
Compare
Choose a tag to compare

Add support for Starknet 0.12.1 and RPC 0.4.0.

Changed

  • Connect to the Starknet node using RPC v0.4.0. You need to ensure your node
    supports this RPC version before deploying.
  • Add execution_status and revert_reason fields to the
    TransactionReceipt message. Notice that you need to resync the DNA service
    to have these fields populated.
  • Add the include_reverted field to EventFilter, L2ToL1MessageFilter,
    and TransactionFilter to request transactions that have been reverted.
    At the moment, these flags are ignored and the stream never includes data
    from reverted transactions.

Webhook Sink v0.1.0

08 Aug 21:05
Compare
Choose a tag to compare

First tagged release 🎉

Postgres Sink v0.1.0

08 Aug 20:54
Compare
Choose a tag to compare

First tagged release 🎉

Parquet Sink v0.1.0

08 Aug 20:42
Compare
Choose a tag to compare

First tagged release 🎉

Mongo Sink v0.1.0

08 Aug 20:32
Compare
Choose a tag to compare

First tagged release 🎉

Console Sink v0.1.0

08 Aug 20:19
Compare
Choose a tag to compare

First tagged release 🎉