From 47e6f083387a0bb04b5daadf9d12d6020eb76d75 Mon Sep 17 00:00:00 2001 From: Florian Pellissier <111426680+flopell@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:08:00 +0200 Subject: [PATCH] docs: add changelog --- substreams/crates/tycho-substreams/Changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 substreams/crates/tycho-substreams/Changelog.md diff --git a/substreams/crates/tycho-substreams/Changelog.md b/substreams/crates/tycho-substreams/Changelog.md new file mode 100644 index 0000000..353b55d --- /dev/null +++ b/substreams/crates/tycho-substreams/Changelog.md @@ -0,0 +1,12 @@ +# Changelog + +## 0.2.0 + +### Updated + +- Protobuf struct updated to align with recent changes in the indexer. + +### Changed + +- Removed the distinction between VM and native implementations. Now, there is a single implementation type that can extract both contracts and protocol state. +- Enabled the attachment of dynamic attributes to protocol components.