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

fix: delete check that always failed #131

Closed
wants to merge 2 commits into from

Conversation

antazoey
Copy link
Member

@antazoey antazoey commented May 10, 2024

What I did

the code assumes sourceid: colonated prefix but that is not the case.

How I did it

How to verify it

Checklist

  • Passes all linting checks (pre-commit and CI jobs)
  • New test cases have been added and are passing
  • Documentation has been updated
  • PR title follows Conventional Commit standard (will be automatically included in the changelog)

@antazoey antazoey changed the title fix: remove colon check on contract type validation fix: issue where reading contract names from compiler resources May 13, 2024
@antazoey antazoey changed the title fix: issue where reading contract names from compiler resources fix: delete check that always failed May 13, 2024
@@ -256,31 +256,9 @@ def attempt_verification(self):
to validate the contract.
"""

version = str(self.compiler.version)
Copy link
Member Author

Choose a reason for hiding this comment

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

requires ApeWorX/ape#2089

@antazoey antazoey force-pushed the fix/compiler-logic branch from 3a230f8 to 5b2eb00 Compare May 13, 2024 14:08
@antazoey antazoey closed this Jun 1, 2024
@antazoey antazoey deleted the fix/compiler-logic branch June 1, 2024 05:24
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 this pull request may close these issues.

1 participant