Skip to content

Commit

Permalink
Merge pull request #22 from DanielSchiavini/release
Browse files Browse the repository at this point in the history
chore: update package and dependency versions
  • Loading branch information
DanielSchiavini authored Oct 15, 2024
2 parents 3131e8a + 5f682a8 commit 75833f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
--silent --output /usr/local/bin/zkvyper && \
chmod +x /usr/local/bin/zkvyper && \
zkvyper --version
curl --location https://github.com/matter-labs/era-test-node/releases/download/v0.1.0-alpha.27/era_test_node-v0.1.0-alpha.27-x86_64-unknown-linux-gnu.tar.gz \
curl --location https://github.com/matter-labs/era-test-node/releases/download/v0.1.0-alpha.29/era_test_node-v0.1.0-alpha.29-x86_64-unknown-linux-gnu.tar.gz \
--silent --output era_test_node.tar.gz && \
tar --extract --file=era_test_node.tar.gz && \
mv era_test_node /usr/local/bin/era_test_node && \
Expand Down
2 changes: 1 addition & 1 deletion boa_zksync/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def install_zkvyper_compiler(


def install_era_test_node(
source="https://github.com/matter-labs/era-test-node/releases/download/v0.1.0-alpha.27/era_test_node-v0.1.0-alpha.27-x86_64-unknown-linux-gnu.tar.gz", # noqa: E501
source="https://github.com/matter-labs/era-test-node/releases/download/v0.1.0-alpha.29/era_test_node-v0.1.0-alpha.29-x86_64-unknown-linux-gnu.tar.gz", # noqa: E501
destination="/usr/local/bin/era_test_node",
):
"""
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "titanoboa-zksync"
version = "0.2.3"
version = "0.2.4"
description = "A Zksync plugin for the Titanoboa Vyper interpreter"
license = { file = "LICENSE" }
readme = "README.md"
Expand All @@ -17,7 +17,7 @@ classifiers = [
]

dependencies = [
"titanoboa @ git+https://github.com/vyperlang/titanoboa.git",
"titanoboa==0.2.4",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 75833f4

Please sign in to comment.