Skip to content

Releases: streamingfast/substreams-foundational-modules

injective_common-v0.1.0

31 May 17:43
8794872
Compare
Choose a tag to compare

First release of injective-common package.

  • Modules all_events and filtered_events are ready to be used (with index_events being used automatically to skip blocks)

ethereum_common-v0.3.0

09 May 14:43
Compare
Choose a tag to compare
  • Bump substreams crate version

ethereum_common-v0.2.0

08 May 15:49
Compare
Choose a tag to compare
  • Separate events from call indexes (keep a combined version too), since events indexes are much smaller than calls

ethereum-common-v0.1.0

03 May 18:58
Compare
Choose a tag to compare

First iteration for common ethereum modules.

This module uses the new 'index' type

  • index_call_and_events

These contain large amount of data

  • all_events
  • all_calls

You should use the following modules to reduce the amount of processed data:

  • filtered_events
  • filtered_calls
  • filtered_transactions
  • filtered_events_and_calls