File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
28
28
29
29
echo "Installing zkvyper and era_test_node"
30
30
# Install zkvyper and era_test_node from binary repositories
31
- curl --location https://raw.githubusercontent.com/matter-labs/zkvyper-bin/v1.5.6 /linux-amd64/zkvyper-linux-amd64-musl-v1.5.6 \
31
+ curl --location https://raw.githubusercontent.com/matter-labs/zkvyper-bin/v1.5.7 /linux-amd64/zkvyper-linux-amd64-musl-v1.5.7 \
32
32
--silent --output /usr/local/bin/zkvyper && \
33
33
chmod +x /usr/local/bin/zkvyper && \
34
34
zkvyper --version
35
- 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 \
35
+ curl --location https://github.com/matter-labs/era-test-node/releases/download/v0.1.0-alpha.30 /era_test_node-v0.1.0-alpha.30 -x86_64-unknown-linux-gnu.tar.gz \
36
36
--silent --output era_test_node.tar.gz && \
37
37
tar --extract --file=era_test_node.tar.gz && \
38
38
mv era_test_node /usr/local/bin/era_test_node && \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def stop_subprocess(proc: Popen[bytes]):
39
39
40
40
41
41
def install_zkvyper_compiler (
42
- source = "https://raw.githubusercontent.com/matter-labs/zkvyper-bin/v1.5.6 /linux-amd64/zkvyper-linux-amd64-musl-v1.5.6 " , # noqa: E501
42
+ source = "https://raw.githubusercontent.com/matter-labs/zkvyper-bin/v1.5.7 /linux-amd64/zkvyper-linux-amd64-musl-v1.5.7 " , # noqa: E501
43
43
destination = "/usr/local/bin/zkvyper" ,
44
44
):
45
45
"""
@@ -58,7 +58,7 @@ def install_zkvyper_compiler(
58
58
59
59
60
60
def install_era_test_node (
61
- 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
61
+ source = "https://github.com/matter-labs/era-test-node/releases/download/v0.1.0-alpha.30 /era_test_node-v0.1.0-alpha.30 -x86_64-unknown-linux-gnu.tar.gz" , # noqa: E501
62
62
destination = "/usr/local/bin/era_test_node" ,
63
63
):
64
64
"""
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " titanoboa-zksync"
3
- version = " 0.2.6 "
3
+ version = " 0.2.7 "
4
4
description = " A Zksync plugin for the Titanoboa Vyper interpreter"
5
5
license = { file = " LICENSE" }
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments