-
Notifications
You must be signed in to change notification settings - Fork 321
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
chore: bump vyper version #494
Conversation
contracts/Vault.vy
Outdated
@@ -1,4 +1,4 @@ | |||
# @version 0.2.16 | |||
# @version 0.3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v0.3.1 should be released today, should probably try that out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IncompatibleVyperVersion: No installable vyper version matching '0.3.1' in 'contracts/Vault.vy'
Should work now |
still not working |
hmm, works for me... is your brownie up to date? I see it reduced Vault.vy from 20,397B to 17,951B, a 12% reduction! |
Test are ok, let's merge this one |
Please test this with apetax first |
Description
Upgrading the vault version to the latest version of vyper (0.3.0)
Checklist