Mongo Sink v0.4.4
Improve performance for data-heavy indexers.
Added
- Update Starknet's event filter to support the new
includeTransaction
, andincludeReceipt
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
anddeno_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.