Commit Graph

3 Commits

Author SHA1 Message Date
Louise Poole
f13c1c263b refactor(uniswap_v4): remove costly clone calls (#169)
* Removed costly `TransactionTrace` clones calls and `.clone()` at a few other places

* style: formatting

* chore: bump uniswap v4 versions to 0.2.1

* fix: fix double referencing

---------

Co-authored-by: Matthieu Vachon <matt@streamingfast.io>
2025-03-04 14:51:13 +00:00
Louise Poole
20165c271e feat: move initial lp fee to static attributes (#161)
This initial lp fee value is used for generating the PoolKey. It is static and should be part of the ProtocolComponent static attributes.
2025-02-18 15:01:38 +02:00
Zizou
6da2141f66 chore(substreams): add base Uniswap v4 config (#157)
Co-authored-by: zizou <111426680+flopell@users.noreply.github.com>
2025-02-13 14:44:17 +01:00