Skip to content

Releases: streamingfast/substreams-foundational-modules

vara-foundational-v0.1.1

13 Aug 16:15
Compare
Choose a tag to compare

Vara Common Foundational Modules

12 Aug 22:04
Compare
Choose a tag to compare

Foundation modules for Vara Mainnet blockchain containing indexed events, extrinsics and augmented blocks

starknet-foundational-v0.1.3

18 Jul 13:54
Compare
Choose a tag to compare

remove event keys from indexes

starknet-foundational-v0.1.2

16 Jul 14:30
Compare
Choose a tag to compare

Build using -gc leaking to speed up execution modules by preventing the GC from collecting

starknet-foundational-v0.1.1

15 Jul 20:27
Compare
Choose a tag to compare
update substreams manifest

starknet-foundational-v0.1.0

11 Jul 15:07
Compare
Choose a tag to compare

injective-common-v0.2.2

25 Jun 14:22
Compare
Choose a tag to compare

Bump substreams-rs to v0.5.20

injective-common v0.2.1

21 Jun 17:07
Compare
Choose a tag to compare
  • fix filtered injective modules to return completely empty data when event/trx list is empty

injective-common v0.2.0

20 Jun 17:34
Compare
Choose a tag to compare
  • Changed the existing 'event type' filtering tags by adding the type: prefix. (ex: type:wasm instead of just wasm)
  • 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 example derived-substreams-example.yaml is provided to do this.

Injective Common release v0.1.1

13 Jun 15:51
Compare
Choose a tag to compare
  • 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.