13 releases (stable)
2.0.0 | Oct 16, 2024 |
---|---|
1.3.2 | Mar 6, 2024 |
1.3.1 | Dec 8, 2023 |
1.3.0 | Jun 29, 2023 |
0.3.0 | Nov 28, 2022 |
#773 in Magic Beans
2,441 downloads per month
56KB
1.5K
SLoC
Substreams Entity Change
substreams-entity-change
crate contains all the definitions for the entity changes which can be emitted by a Substreams and can then be ingested by graph-node
.
Usage
We don't have proper documentation yet for this module. The best place to understand how to use it is to look at existing Substreams that emits EntityChanges to be consumed by graph-node
.
Substreams:
- substreams-eth-block-meta (see graph_out module and its accompanying helper file graph_out.rs)
- substreams-uniswap-v3 (see graph_out module and its accompanying helper file db.rs)
Contributing
Re-generate Protobuf definitions
Install buf CLI and run ./proto/generate.sh file.
Release
See RELEASE.md for release process.
Dependencies
~5–7.5MB
~134K SLoC