Skip to content

Commit

Permalink
Update zkvyper and pin boa
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Jul 31, 2024
1 parent 9c162ba commit 79c7a81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "Installing zkvyper and era_test_node"
# Install zkvyper and era_test_node from binary repositories
curl --location https://raw.githubusercontent.com/matter-labs/zkvyper-bin/v1.5.2/linux-amd64/zkvyper-linux-amd64-musl-v1.5.2 \
curl --location https://github.com/matter-labs/zkvyper-bin/raw/main/linux-amd64/zkvyper-linux-amd64-musl-v1.5.3 \
--silent --output /usr/local/bin/zkvyper && \
chmod +x /usr/local/bin/zkvyper && \
zkvyper --version
Expand Down
2 changes: 1 addition & 1 deletion boa_zksync/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def stop_subprocess(proc: Popen[bytes]):


def install_zkvyper_compiler(
source="https://raw.githubusercontent.com/matter-labs/zkvyper-bin/v1.5.2/linux-amd64/zkvyper-linux-amd64-musl-v1.5.2", # noqa: E501
source="https://raw.githubusercontent.com/matter-labs/zkvyper-bin/v1.5.3/linux-amd64/zkvyper-linux-amd64-musl-v1.5.3", # noqa: E501
destination="/usr/local/bin/zkvyper",
):
"""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ classifiers = ["Topic :: Software Development"]

# Requirements
dependencies = [
"titanoboa@git+https://github.com/vyperlang/titanoboa@master",
"titanoboa<0.2",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 79c7a81

Please sign in to comment.