Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: adjust fork maps to avoid decoding pipeline #7183

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

0xBoxer
Copy link
Collaborator

@0xBoxer 0xBoxer commented Nov 25, 2024

This PR adjusts the approach to finding fork maps to not use the decoding pipeline, aligning with our goal of moving away from the decoding infrastructure.

@Hosuke Hosuke added dune team created by dune team dbt: dex covers the DEX dbt subproject labels Nov 25, 2024
Comment on lines +85 to +86
, CASE when dex_map.project_name is not NULL then dex_map.project_name else concat('unknown-uni-v3-', cast(varbinary_substring(base_trades.factory_address, 1, 5) as varchar)) end as project
, CASE when dex_map.project_name is not NULL then true else false end as project_status
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// These two lines mark if a project address is recorded in the static mapping.

@jeff-dude jeff-dude added the WIP work in progress label Dec 17, 2024
@0xRobin 0xRobin marked this pull request as draft December 20, 2024 09:54
@jeff-dude
Copy link
Member

can we close this PR, in favor of new one?

@0xBoxer
Copy link
Collaborator Author

0xBoxer commented Jan 22, 2025

I am not sure yet whether that approach will work - I'll close this once I am certain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dbt: dex covers the DEX dbt subproject dune team created by dune team WIP work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants