Releases: streamingfast/substreams-foundational-modules
Releases · streamingfast/substreams-foundational-modules
vara-foundational-v0.1.1
bump version
Vara Common Foundational Modules
Foundation modules for Vara Mainnet blockchain containing indexed events, extrinsics and augmented blocks
starknet-foundational-v0.1.3
remove event keys from indexes
starknet-foundational-v0.1.2
Build using -gc leaking
to speed up execution modules by preventing the GC from collecting
starknet-foundational-v0.1.1
update substreams manifest
starknet-foundational-v0.1.0
Initial release
injective-common-v0.2.2
Bump substreams-rs
to v0.5.20
injective-common v0.2.1
- fix filtered injective modules to return completely empty data when event/trx list is empty
injective-common v0.2.0
- Changed the existing 'event type' filtering tags by adding the
type:
prefix. (ex:type:wasm
instead of justwasm
) - Added the attribute keys to index and filtering tags (ex:
attr:_contract_address
) - Added the following modules that allow matching on the attribute value (ex:
"type:wasm && attr:_contract_address:inj1v77y5ttah96dc9qkcpc88ad7rce8n88e99t3m5"
):- filtered_events_by_attribute_value
- filtered_event_groups_by_attribute_value
- filtered_trx_by_events_attribute_value
NOTE: These do not use an block-level index by default, because they would need to have a different query string that excludes the attribute value, but an examplederived-substreams-example.yaml
is provided to do this.
Injective Common release v0.1.1
- updating foundational modules with
filtered_trx_by_events
which filters transactions by events. Note that it will contain all the events of a transaction. Needs at least 1 match and it will return the entire transaction.