Files
tycho-protocol-sdk/substreams/crates/tycho-substreams
zizou e064ea7aae fix(substreams-sdk): fix a bug in aggregate_balances_changes that was causing some balance changes loss.
The `aggregate_balances_changes` was keeping a map of token -> balance_change per transaction. Therefore, if a transaction was causing a balance change for the same token but on differents components we would only keep the update for the last component updated and drop the others.
2024-10-25 16:10:14 +02:00
..
2024-07-22 03:48:47 +02:00

Tycho Substreams SDK

Some shared functionality that is used to create tycho substream packages.

Protobuf Models

Protobuf models are manually synced from the tycho-indexer repository whenever they changed.

To generate the rust structs run the following command from within the root directory:

buf generate  --template substreams/crates/tycho-substreams/buf.gen.yaml --output substreams/crates/tycho-substreams/