Skip to content

Commit

Permalink
Merge pull request #196 from 0xPolygonHermez/feature/binaries-2
Browse files Browse the repository at this point in the history
increase binaries
  • Loading branch information
krlosMata authored Dec 12, 2022
2 parents 00f0421 + ba64703 commit 1e1bd0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- name: setup zkevm-rom N = 23
- name: setup zkevm-rom
run: |
npm i
npm run build -- -s 23
npm run build
- name: Generate tests
run: |
npm run test:gen
Expand Down
2 changes: 1 addition & 1 deletion main/constants.zkasm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CONST %MIN_STEPS_FINISH_BATCH = 200 ; min steps to finish tx
CONST %MAX_CNT_STEPS = 2**23 - %MIN_STEPS_FINISH_BATCH

CONST %MAX_CNT_ARITH = %MAX_CNT_STEPS / 32
CONST %MAX_CNT_BINARY = %MAX_CNT_STEPS / 32
CONST %MAX_CNT_BINARY = %MAX_CNT_STEPS / 16
CONST %MAX_CNT_MEM_ALIGN = %MAX_CNT_STEPS / 32
CONST %MAX_CNT_KECCAK_F = (%MAX_CNT_STEPS / 155286) * 44
CONST %MAX_CNT_PADDING_PG = (%MAX_CNT_STEPS / 56)
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/zkrom",
"version": "0.5.1.0",
"version": "0.5.2.0",
"description": "zkROM source code",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,11 +28,11 @@
"url": "https://github.com/0xPolygonHermez/zkevm-rom.git"
},
"dependencies": {
"@0xpolygonhermez/zkasmcom": "https://github.com/0xPolygonHermez/zkasmcom.git#440fdcb20acf0444173242a2150139f126284d3e",
"@0xpolygonhermez/zkasmcom": "https://github.com/0xPolygonHermez/zkasmcom.git#v0.5.2.0-rc.1",
"yargs": "^17.5.1"
},
"devDependencies": {
"@0xpolygonhermez/zkevm-proverjs": "github:0xPolygonHermez/zkevm-proverjs#a049538a517e73fecebdf94eafa435e545d2a688",
"@0xpolygonhermez/zkevm-proverjs": "github:0xPolygonHermez/zkevm-proverjs#1252c73125b24f28f38bbe7075895aa0a2a12eb9",
"@0xpolygonhermez/zkevm-testvectors": "github:0xPolygonHermez/zkevm-testvectors#v0.5.1.0",
"chai": "^4.3.6",
"chalk": "^3.0.0",
Expand Down

0 comments on commit 1e1bd0e

Please sign in to comment.