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

Open
wants to merge 9 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.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants