Releases: streamingfast/substreams-foundational-modules
Releases · streamingfast/substreams-foundational-modules
injective_common-v0.1.0
First release of injective-common package.
- Modules
all_events
andfiltered_events
are ready to be used (withindex_events
being used automatically to skip blocks)
ethereum_common-v0.3.0
- Bump substreams crate version
ethereum_common-v0.2.0
- Separate events from call indexes (keep a combined version too), since events indexes are much smaller than calls
ethereum-common-v0.1.0
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