Skip to content

Commit

Permalink
Merge pull request #4 from PatrickAlphaC/main
Browse files Browse the repository at this point in the history
updated for newer titanoboa versions
  • Loading branch information
DanielSchiavini authored Aug 5, 2024
2 parents 51417f7 + edd7b03 commit 4b0ad82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion boa_zksync/compiler_utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import textwrap

import vyper.ast as vy_ast
from vyper.ast.utils import parse_to_ast
from vyper.ast.parse import parse_to_ast
from vyper.exceptions import InvalidType
from vyper.semantics.analysis.utils import get_exact_type_from_node

Expand Down
12 changes: 9 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ version = "0.0.2"
description = "A Zksync plugin for the Titanoboa Vyper interpreter"
license = { file = "LICENSE" }
readme = "README.md"
keywords = ["ethereum", "evm", "smart contract", "development", "vyper", "zksync"]
keywords = [
"ethereum",
"evm",
"smart contract",
"development",
"vyper",
"zksync",
]
classifiers = ["Topic :: Software Development"]

# Requirements
dependencies = ["titanoboa>=0.1,<0.2"]
dependencies = ["titanoboa>=0.2.0"]

[project.optional-dependencies]
forking-recommended = ["ujson"]
Expand Down

0 comments on commit 4b0ad82

Please sign in to comment.