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

Add tests for Vyper support #1781

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Conversation

manuelwedler
Copy link
Contributor

adds some basic tests for the VyperCheckedContract and the new server endpoint.

It might be worth to add more tests for more complex Vyper contracts, or checking all data stored in the db.

Copy link
Member

@marcocastignoli marcocastignoli left a comment

Choose a reason for hiding this comment

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

lgtm!

@marcocastignoli marcocastignoli merged commit 265d2c1 into vyper-verification-main Dec 12, 2024
6 checks passed
@manuelwedler manuelwedler deleted the vyper-tests branch December 12, 2024 09:48
manuelwedler added a commit that referenced this pull request Jan 2, 2025
* Add lib-sourcify tests for Vyper support

* Add server tests for Vyper support
manuelwedler added a commit that referenced this pull request Jan 2, 2025
Adds vyper support, here the initial PR: #1760. Below the related tasks:

- [x] Review what's stored in the database
- [x] ~~Create a common folder for the compilers code used by both
lib-sourcify and server (idk if it fits in this new feature, imo yes
because it's a lot of duplicated code now that we have also vyper
stuff)~~ postponed
- [x] Rewrite platform architecture management (vyper versions for x86,
arm, ...): #1776
- [x] Update READMEs #1786
- [x] Update documentation sourcifyeth/docs#27
- [x] Handle vyper transformations: #1783
- [x] Add more tests, and finalize lib-sourcify test: #1781
- [x] Finalize `/verify/vyper` API errors + openapi responses: #1774
- [x] Check Vyper immutable field to see if we can support immutable
transformation: #1790

After merging:
- publish new docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: COMPLETED
Development

Successfully merging this pull request may close these issues.

2 participants