Skip to content

Releases: apibara/dna

Starknet v1.6.0

09 Apr 09:51
21cc2d7
Compare
Choose a tag to compare

Add support for RPC v0.7.1.

Added

  • Add fields related to the new blob DA layer.
  • Add execution resources fields to TransactionReceipt. You can use this fields to
    retrieve how many resources (like Cairo steps, builtin applications, or L1 gas) each
    transaction used.

Changed

  • The ingestion service now uses Starknet RPC v0.7.1. To ensure that you're using
    the right version, append /rpc/v0_7 to the RPC url.

Webhook Sink v0.6.0

09 Apr 12:02
dcb512c
Compare
Choose a tag to compare

Support Starknet 0.13.1 and the new RPC 0.7.1 data.

Added

  • Add the new blob-related fields in the Starknet RPC 0.7.1 spec.
  • Add fields related to execution resources in TransactionReceipt.

PostgreSQL Sink v0.7.0

09 Apr 12:01
dcb512c
Compare
Choose a tag to compare

Support Starknet 0.13.1 and the new RPC 0.7.1 data.

Added

  • Add the new blob-related fields in the Starknet RPC 0.7.1 spec.
  • Add fields related to execution resources in TransactionReceipt.

Parquet Sink v0.6.0

09 Apr 12:01
dcb512c
Compare
Choose a tag to compare

Support Starknet 0.13.1 and the new RPC 0.7.1 data.

Added

  • Add the new blob-related fields in the Starknet RPC 0.7.1 spec.
  • Add fields related to execution resources in TransactionReceipt.

Mongo Sink v0.8.0

09 Apr 12:00
dcb512c
Compare
Choose a tag to compare

Support Starknet 0.13.1 and the new RPC 0.7.1 data.

Added

  • Add the new blob-related fields in the Starknet RPC 0.7.1 spec.
  • Add fields related to execution resources in TransactionReceipt.

Console Sink v0.5.0

09 Apr 12:00
dcb512c
Compare
Choose a tag to compare

Support Starknet 0.13.1 and the new RPC 0.7.1 data.

Added

  • Add the new blob-related fields in the Starknet RPC 0.7.1 spec.
  • Add fields related to execution resources in TransactionReceipt.

Mongo Sink v0.7.0

28 Mar 17:30
7990dde
Compare
Choose a tag to compare

Add flag to replace pending data inside transaction.

Added

  • Add --replace-data-inside-transaction (env:
    MONGO_REPLACE_DATA_INSIDE_TRANSACTION) flag to replace pending data in one
    transaction. Notice that MongoDB transactions require a MongoDB deployment with
    replication turned on.

Webhook Sink v0.5.2

21 Mar 16:35
e6e3961
Compare
Choose a tag to compare

Add support for secure Redis persistence.

Added

  • Support secure connections when connecting to Redis for persistence.
    You can now use Redis connection strings that start with rediss://.

PostgreSQL Sink v0.6.2

21 Mar 16:35
e6e3961
Compare
Choose a tag to compare

Add support for secure Redis persistence.

Added

  • Support secure connections when connecting to Redis for persistence.
    You can now use Redis connection strings that start with rediss://.

Parquet Sink v0.5.2

21 Mar 16:34
e6e3961
Compare
Choose a tag to compare

Add support for secure Redis persistence.

Added

  • Support secure connections when connecting to Redis for persistence.
    You can now use Redis connection strings that start with rediss://.