Skip to content

Commit

Permalink
Revert "Revert "updated for newer titanoboa versions""
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini authored Aug 6, 2024
1 parent 521d515 commit 381a87d
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.1.0"
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 381a87d

Please sign in to comment.