Skip to content

Commit

Permalink
update vyper to 0.3.10 !
Browse files Browse the repository at this point in the history
  • Loading branch information
bout3fiddy committed Oct 5, 2023
1 parent 7b766a3 commit 6d313ee
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion contracts/main/CurveStableSwapFactoryNG.vy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @version 0.3.10rc6
# @version 0.3.10
"""
@title CurveStableswapFactoryNG
@author Curve.Fi
Expand Down
2 changes: 1 addition & 1 deletion contracts/main/CurveStableSwapFactoryNGHandler.vy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @version 0.3.10rc6
# @version 0.3.10
"""
@title CurveStableswapFactoryNGHandler
@author Curve.Fi
Expand Down
2 changes: 1 addition & 1 deletion contracts/main/CurveStableSwapMetaNG.vy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @version 0.3.10rc6
# @version 0.3.10
#pragma optimize codesize
"""
@title CurveStableSwapMetaNG
Expand Down
2 changes: 1 addition & 1 deletion contracts/main/CurveStableSwapNG.vy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @version 0.3.10rc6
# @version 0.3.10
#pragma optimize gas
"""
@title CurveStableSwapNG
Expand Down
3 changes: 2 additions & 1 deletion contracts/main/CurveStableSwapNGMath.vy
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# @version 0.3.10rc6
# @version 0.3.10
#pragma optimize gas
"""
@title CurveStableSwapNGMath
@author Curve.Fi
Expand Down
2 changes: 1 addition & 1 deletion contracts/main/CurveStableSwapNGViews.vy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @version 0.3.10rc6
# @version 0.3.10
"""
@title CurveStableSwap2NG
@author Curve.Fi
Expand Down
3 changes: 2 additions & 1 deletion contracts/main/LiquidityGauge.vy
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# @version 0.3.10rc6
# @version 0.3.10
#pragma optimize gas
"""
@title LiquidityGaugeV6
@author Curve.Fi
Expand Down
16 changes: 6 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = []
python = "^3.10"
poetry = "1.5.1"
titanoboa = {git = "https://github.com/vyperlang/titanoboa.git", rev = "40f5bfcc2afe212bb5a6f5026148f3625596ded7"}
vyper = {git = "https://github.com/vyperlang/vyper.git", rev = "e9c16e40dd11ba21ba817ff0da78eaeab744fd39"}
vyper = "0.3.10"
pycryptodome = "^3.18.0"
pre-commit = "^3.3.3"

Expand Down

0 comments on commit 6d313ee

Please sign in to comment.