Skip to content

Releases: apibara/dna

Console Sink v0.6.1

31 Jul 12:41
513b3fc
Compare
Choose a tag to compare

Add support for filtering invoke transactions v3.

Added

  • Add support for filtering invoke transactions v3. For example:
export const config = {
    filter: {
        transactions: [{ invokeV3: { senderAddress: "0x123...F" } }],
    }
}

Webhook Sink v0.7.0

10 Jun 17:01
cd17bf3
Compare
Choose a tag to compare

Simplify access to all environment variables.

Changed

  • If the argument to --allow-env-from-env is an empty string, grant access to
    all environment variables.

PostgreSQL Sink v0.8.0

10 Jun 17:01
cd17bf3
Compare
Choose a tag to compare

Simplify access to all environment variables.

Changed

  • If the argument to --allow-env-from-env is an empty string, grant access to
    all environment variables.

Parquet Sink v0.7.0

10 Jun 17:00
cd17bf3
Compare
Choose a tag to compare

Simplify access to all environment variables.

Changed

  • If the argument to --allow-env-from-env is an empty string, grant access to
    all environment variables.

Mongo Sink v0.9.0

10 Jun 17:00
cd17bf3
Compare
Choose a tag to compare

Simplify access to all environment variables.

Changed

  • If the argument to --allow-env-from-env is an empty string, grant access to
    all environment variables.

Console Sink v0.6.0

10 Jun 17:00
cd17bf3
Compare
Choose a tag to compare

Simplify access to all environment variables.

Changed

  • If the argument to --allow-env-from-env is an empty string, grant access to
    all environment variables.

Apibara CLI v0.5.0

23 May 11:55
a101221
Compare
Choose a tag to compare

Improve apibara test command when working with floating point numbers.

Added

  • Add a testOptions section to apibara test snapshots.
  • Add the testOptions.floatingPointDecimals option to control up to how many
    decimal places to compare floating point numbers in snapshots.

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.