Releases: apibara/dna
Releases · apibara/dna
Console Sink v0.6.1
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
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
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
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
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
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
Improve apibara test
command when working with floating point numbers.
Added
- Add a
testOptions
section toapibara 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
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
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
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
.