Skip to content
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
ad5a935
feat: Adapt UniV4 Substreams to emmit storage changes
tvinagre Jul 31, 2025
6fe7fac
feat: Split UniswapV4 into hooks and no-hooks
tvinagre Aug 14, 2025
c8891a4
feat: Add yaml config file for UniV4 with no Hooks
tvinagre Aug 15, 2025
30692a7
feat: Identify Euler pools on initialization, pause Uninstalled pools
tvinagre Aug 21, 2025
018bf6a
fix: Bump Substreams version
tvinagre Aug 21, 2025
48dbed6
refactor: rust fmt
zizou0x Aug 22, 2025
7eaacb7
refactor: optimize store, remove unused params and code
zizou0x Aug 22, 2025
718e765
refactor: improve `store_pool_per_euler_hook`
zizou0x Aug 22, 2025
9cafe5d
refactor: cargo fmt
zizou0x Aug 22, 2025
49a6fd3
refactor: update `euler_pools_per_hook_store` lookup
zizou0x Aug 22, 2025
938e182
fix: Attach pausing attribute to the correct transaction
tvinagre Aug 22, 2025
b6dfe20
fix: Attach pausing attribute to the correct transaction
tvinagre Sep 11, 2025
1b66cee
chore: cargo fmt
tvinagre Sep 11, 2025
339e4c3
feat: bump version to 0.5.0 to use new Tycho-substreams interface wit…
tvinagre Sep 11, 2025
93703a3
chore: use crate.io for `tycho-substreams` dependency
zizou0x Sep 12, 2025
d65f388
fix: update tycho-substreams version
zizou0x Sep 26, 2025
1fbe54e
fix: update tycho-substreams version to include native balances
zizou0x Oct 27, 2025
5a2a138
feat: remove full `block_storage_changes` from core usv4
louise-poole Oct 28, 2025
75ef589
refactor: apply clippy suggestions
louise-poole Oct 28, 2025
a88bcc2
ci: include all workspace packages on workspace change
louise-poole Oct 28, 2025
bf702b0
feat: create usv4 helper fn to collect block changes
louise-poole Oct 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 88 additions & 4 deletions substreams/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion substreams/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ members = [
"ethereum-uniswap-v3-logs-only",
"ethereum-template-factory",
"ethereum-template-singleton",
"ethereum-uniswap-v4",
"ethereum-uniswap-v4/shared",
"ethereum-uniswap-v4/no-hooks",
"ethereum-uniswap-v4/with-hooks",
"ethereum-ekubo-v2",
"ethereum-maverick-v2",
"ethereum-balancer-v3",
Expand Down
Loading