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

Support for blueprint contracts #10038

Closed
rimrakhimov opened this issue May 9, 2024 · 0 comments · Fixed by #10058
Closed

Support for blueprint contracts #10038

rimrakhimov opened this issue May 9, 2024 · 0 comments · Fixed by #10058
Assignees

Comments

@rimrakhimov
Copy link
Member

Add support for blueprint contracts (EIP-5202).

The support from eth-bytecode-db and smart-contract-verifier was added in blockscout/blockscout-rs#851. It resulted in a new is_blueprint key inside the source structure. From the backend side we need the following:

  1. Add a new is_blueprint boolean column into smart_contracts table
  2. Set smart_contracts.is_blueprint in accordance with a new source.is_blueprint verifier response
  3. Add is_blueprint value into SmartContract view returned via api v2
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

Successfully merging a pull request may close this issue.

1 participant