- `lib.rs` split into multiple files with `modules.rs` being the main entrypoint for substreams - contract changes are tracked similiarly to ambient (generalized to use a store of tracked contracts) - static attributes were pruned of the dynamic ones
6 lines
72 B
Rust
6 lines
72 B
Rust
mod abi;
|
|
mod contract_changes;
|
|
mod modules;
|
|
mod pb;
|
|
mod pool_factories;
|