Zizou
e8bde64a23
fix: update tycho-substreams version in all vm packages ( #206 )
...
This is needed after https://github.com/propeller-heads/tycho-protocol-sdk/pull/201
Co-authored-by: zizou <111426680+flopell@users.noreply.github.com >
2025-05-14 10:57:22 +02:00
Louise Poole
409cf15864
Revert "chore: update format! macro use to satisfy latest clippy version ( #194 )" ( #196 )
...
This reverts commit f29de67f1f .
2025-04-25 18:09:38 +02:00
Louise Poole
f29de67f1f
chore: update format! macro use to satisfy latest clippy version ( #194 )
2025-04-25 15:13:01 +00:00
kayibal
22f70ca110
formatting & lints
2025-02-06 11:04:39 -06:00
kayibal
d0e73a20ea
feat(template): More detailed template.
...
Add a more detailed protocol implementation in the template. This should allow more ppl to get started quicker. Additionally more people will follow a predetermined structure
2025-02-06 11:04:39 -06:00
Zizou
5f319a6875
refactor: ensure consistent ABI iteration order in build files ( #131 )
...
Previously, build files iterated through ABIs in an inconsistent order, causing unwanted changes when the build was rerun, as the iteration order would differ. This commit resolves the issue by sorting ABIs by name, ensuring consistent formatting and preventing unintended changes in future commits.
Co-authored-by: zizou <111426680+flopell@users.noreply.github.com >
2025-01-10 11:45:14 +01:00
Zizou
4d4d05203a
fix(curve-substreams): miscellaneous fixes for balances extractions in Curve ( #118 )
...
* fix(curve-substreams): filter out reverted calls in `emit_eth_deltas`
* feat(substreams-sdk): extract balances from `Deposit` events in `extract_balance_deltas_from_tx`
* ci: ignore fmt for abi files
* feat(sdk): also account for `Withdrawal` event from WETH
* chore: reorder mod.rs, remove unused import
* chore: cargo fmt
---------
Co-authored-by: zizou <111426680+flopell@users.noreply.github.com >
Co-authored-by: Thales <thales@datarevenue.com >
2024-12-06 18:21:07 -03:00
Zizou
baadd0212d
fix(balancer): Ignore PoolBalanceManaged for not indexed pools ( #106 )
...
Co-authored-by: zizou <111426680+flopell@users.noreply.github.com >
2024-11-01 11:13:56 +07:00
Zizou
eea8b27112
fix(balancer): miscellaneous improvements before resync ( #104 )
...
* fix(balancer): ignore self balance change
Euler pool emit a balance change for the pool itself. We don't want to have it because it's an unknown token from Tycho's perspective.
example: https://etherscan.io/tx/0x4a9ea683052afefdae3d189862868c3a7dc8f431d1d9828b6bfd9451a8816426#eventlog#338
* refactor(balancer): rename balancer module to balancer-v2
* ci: make clippy happy
---------
Co-authored-by: zizou <111426680+flopell@users.noreply.github.com >
2024-10-31 15:12:37 +02:00