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

Extractors: generate standard input for Sourcify contracts from metadata #636

Open
rimrakhimov opened this issue Oct 17, 2023 · 1 comment

Comments

@rimrakhimov
Copy link
Member

requires: #632

Currently implemented blockscout extractor does not process contracts verified via Sourcify. The problem is that sometimes file paths are irreversibly mangled when the files obtained through the Sourcify verification. We need a way to bypass it somehow.

Besides, that may be a good starting point to understand how we can re-verify smart-contracts verified via Sourcify ourselves, so that we can use that contracts for further processing inside eth-bytecode-db.

The details of the mangling issue: blockscout/blockscout#7648.

Discussion in Sourcify repo and their solution: ethereum/sourcify#515

@rimrakhimov rimrakhimov added this to the eth-bytecode-db milestone Oct 17, 2023
@rimrakhimov rimrakhimov changed the title Generation of standard input for Sourcify contracts Generate standard input for Sourcify contracts from metadata Nov 2, 2023
@rimrakhimov rimrakhimov changed the title Generate standard input for Sourcify contracts from metadata Extractors: generate standard input for Sourcify contracts from metadata Nov 2, 2023
@rimrakhimov
Copy link
Member Author

It probably does not make sense to implement such conversion right now, as we are in the process of moving to Verifier Alliance Database. Sourcify team has said that they are going to re-verify those contracts and insert them into the shared database anyway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant