Skip to content

Mongo Sink v0.4.4

Compare
Choose a tag to compare
@fracek fracek released this 07 Nov 12:57

Improve performance for data-heavy indexers.

Added

  • Update Starknet's event filter to support the new includeTransaction, and includeReceipt options. These options control whether the server will send the transaction and/or receipt that generated an event. For indexers that don't need this data, toggling this option on can improve performance drastically.

Changed

  • Update the Deno runtime to deno_core v0.244 and deno_runtime v0.130.
  • Use the new #[op2] macro to exchange data between Deno and Rust. Data serialization and deserialization between the sink and the script is now faster.