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

Vyper v0.4 #1793

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Vyper v0.4 #1793

wants to merge 14 commits into from

Conversation

stas
Copy link

@stas stas commented Oct 23, 2024

What I did

Mainly fixes and instructions for related issue: #1788

How to verify it

Switch your requirements.txt file to point to this fork by adding these

-eth-brownie==1.20.2
-vyper==0.3.10
+eth-brownie @ git+https://github.com/velodrome-finance/[email protected]
+vyper==0.4.0

Specify the vyper version in the brownie-config.yaml

+compiler:
+  vyper:
+    version: 0.4.0

Run pip

pip install -r requirements.txt

Checklist

  • I have confirmed that my PR passes all linting checks
  • I have included test cases
  • I have updated the documentation
  • I have added an entry to the changelog

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.

2 participants