Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
krlosMata committed Nov 20, 2023
1 parent 6889c4d commit 4c90cd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Main CI

on:
pull_request:
branches:
branches:
- main
- develop
push:
Expand All @@ -27,18 +27,15 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.INT_BOT_SSH_KEY }}
- name: Clone repos
run: |
cd ..
git clone https://github.com/0xPolygonHermez/zkevm-testvectors.git --branch v2.0.0-fork.5
git clone https://github.com/0xPolygonHermez/zkevm-testvectors.git --branch v3.0.0-rc.1-fork.6
cd zkevm-testvectors/tools/ethereum-tests
git clone https://github.com/0xPolygonHermez/ethereum-tests tests
cd tests
git checkout test-vectors
cd ../../../../zkevm-proverjs-internal
cd ../../../../zkevm-proverjs
- name: setup zkevm-proverjs
run: |
npm i
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xpolygonhermez/zkevm-proverjs",
"version": "1.1.0",
"version": "3.0.0",
"description": "JS version of the zkProver.",
"main": "index.js",
"config": {
Expand Down Expand Up @@ -118,8 +118,8 @@
"license": "UNLICENSED",
"dependencies": {
"@0xpolygonhermez/zkasmcom": "https://github.com/0xPolygonHermez/zkasmcom.git#v1.0.0",
"@0xpolygonhermez/zkevm-commonjs": "https://github.com/0xPolygonHermez/zkevm-commonjs.git#v2.0.0-fork.5",
"@0xpolygonhermez/zkevm-rom": "https://github.com/0xPolygonHermez/zkevm-rom-internal.git#v3.0.0-fork.6",
"@0xpolygonhermez/zkevm-commonjs": "https://github.com/0xPolygonHermez/zkevm-commonjs.git#v3.0.0-fork.6",
"@0xpolygonhermez/zkevm-rom": "https://github.com/0xPolygonHermez/zkevm-rom.git#feature/incaberry",
"@0xpolygonhermez/zkevm-storage-rom": "https://github.com/0xPolygonHermez/zkevm-storage-rom.git#v1.0.0-fork.3",
"@grpc/grpc-js": "^1.8.14",
"chalk": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/full-tracer-tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ethereum/client-go:latest
FROM ethereum/client-go:v1.12.0

COPY node1 /node1
COPY boot.key /
Expand Down

0 comments on commit 4c90cd5

Please sign in to comment.