* fix(sdk): properly handle deletion -> creation -> deletion sequence This commit resolves a bug that occurred when an attribute underwent a deletion, followed by creation, and then another deletion. The system would incorrectly ignore the final deletion because the attribute was mistakenly marked as newly created during the process. * docs: fix typo Co-authored-by: Louise Poole <louisecarmenpoole@gmail.com> --------- Co-authored-by: zizou <111426680+flopell@users.noreply.github.com> Co-authored-by: Louise Poole <louisecarmenpoole@gmail.com>
Tycho Substreams SDK
Some shared functionality that is used to create tycho substream packages.
Protobuf Models
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/