Releases: apibara/dna
Releases · apibara/dna
Mongo Sink v0.2.0
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
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
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
First tagged release 🎉
Starknet v1.1.0
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
andrevert_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 toEventFilter
,L2ToL1MessageFilter
,
andTransactionFilter
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
First tagged release 🎉
Postgres Sink v0.1.0
First tagged release 🎉
Parquet Sink v0.1.0
First tagged release 🎉
Mongo Sink v0.1.0
First tagged release 🎉
Console Sink v0.1.0
First tagged release 🎉