Skip to content

Commit

Permalink
Merge pull request #5 from DanielSchiavini/revert-4-main
Browse files Browse the repository at this point in the history
Revert "updated for newer titanoboa versions"
  • Loading branch information
DanielSchiavini authored Aug 5, 2024
2 parents 4b0ad82 + e716988 commit 3569825
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 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.parse import parse_to_ast
from vyper.ast.utils import parse_to_ast
from vyper.exceptions import InvalidType
from vyper.semantics.analysis.utils import get_exact_type_from_node

Expand Down
12 changes: 3 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,11 @@ 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"]

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

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

0 comments on commit 3569825

Please sign in to comment.