-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
, 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 |
There was a problem hiding this comment.
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.
…o work-on-automated-dex-trades
…o work-on-automated-dex-trades
can we close this PR, in favor of new one? |
I am not sure yet whether that approach will work - I'll close this once I am certain |
fairly certain this is now officially outdated and not needed, so will close |
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.