feat: Add a generic function to extract balance deltas from Transfer events.

This commit is contained in:
Florian Pellissier
2024-07-12 14:46:40 +02:00
parent 00cc45e2b8
commit 7dbf3ffac6
5 changed files with 1152 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tycho-substreams"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
[dependencies]
@@ -8,4 +8,6 @@ substreams-ethereum.workspace = true
substreams.workspace = true
prost.workspace = true
hex.workspace = true
itertools = "0.12.0"
itertools = "0.12.0"
ethabi.workspace = true
num-bigint = "0.4.4"