File tree Expand file tree Collapse file tree 6 files changed +22
-22
lines changed
acceptance-tests/src/test/resources
sequencer/src/test/resources/sequencer Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 12
12
ADD = 524288
13
13
BIN = 262144
14
14
BLAKE_MODEXP_DATA = 16384
15
- BLOCK_DATA = 1024
16
- BLOCK_HASH = 512
15
+ BLOCK_DATA = 4096
16
+ BLOCK_HASH = 2048
17
17
EC_DATA = 262144
18
18
EUC = 65536
19
19
EXP = 8192
@@ -56,8 +56,8 @@ PRECOMPILE_ECMUL_EFFECTIVE_CALLS = 32
56
56
PRECOMPILE_ECPAIRING_FINAL_EXPONENTIATIONS = 16
57
57
PRECOMPILE_ECPAIRING_G2_MEMBERSHIP_CALLS = 64
58
58
PRECOMPILE_ECPAIRING_MILLER_LOOPS = 64
59
- PRECOMPILE_BLAKE_EFFECTIVE_CALLS = 600
60
- PRECOMPILE_BLAKE_ROUNDS = 600 # it is possible to call BLAKE2f with r = 0; this is a nontrivial operation ...
59
+ PRECOMPILE_BLAKE_EFFECTIVE_CALLS = 0 # there are no gnarks circuit atm
60
+ PRECOMPILE_BLAKE_ROUNDS = 0 # it is possible to call BLAKE2f with r = 0; this is a nontrivial operation ...
61
61
# # Notes:
62
62
# - there are no IDENTITY related limits
63
63
# - we used to have the following limits
Original file line number Diff line number Diff line change 13
13
ADD = 70
14
14
BIN = 262144
15
15
BLAKE_MODEXP_DATA = 262144
16
- BLOCK_DATA = 13
17
- BLOCK_HASH = 1
16
+ BLOCK_DATA = 13
17
+ BLOCK_HASH = 1
18
18
EC_DATA = 4096
19
19
EUC = 16384 # can probably be lower
20
20
EXP = 32760
@@ -71,5 +71,5 @@ PRECOMPILE_ECMUL_EFFECTIVE_CALLS = 10000
71
71
PRECOMPILE_ECPAIRING_FINAL_EXPONENTIATIONS = 10000
72
72
PRECOMPILE_ECPAIRING_G2_MEMBERSHIP_CALLS = 10000
73
73
PRECOMPILE_ECPAIRING_MILLER_LOOPS = 10000
74
- PRECOMPILE_BLAKE_EFFECTIVE_CALLS = 10000
75
- PRECOMPILE_BLAKE_ROUNDS = 512
74
+ PRECOMPILE_BLAKE_EFFECTIVE_CALLS = 0 # there are no gnarks circuit atm
75
+ PRECOMPILE_BLAKE_ROUNDS = 0
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ ADD = 262144
13
13
BIN = 262144
14
14
BIN_RT = 262144
15
15
BLAKE_MODEXP_DATA = 262144
16
- BLOCK_DATA = 13
17
- BLOCK_HASH = 1
16
+ BLOCK_DATA = 13
17
+ BLOCK_HASH = 1
18
18
EC_DATA = 4096
19
19
EUC = 16384 # can probably be lower
20
20
EXP = 32760
@@ -70,5 +70,5 @@ PRECOMPILE_ECMUL_EFFECTIVE_CALLS = 10000
70
70
PRECOMPILE_ECPAIRING_FINAL_EXPONENTIATIONS = 10000
71
71
PRECOMPILE_ECPAIRING_G2_MEMBERSHIP_CALLS = 10000
72
72
PRECOMPILE_ECPAIRING_MILLER_LOOPS = 10000
73
- PRECOMPILE_BLAKE_EFFECTIVE_CALLS = 10000
74
- PRECOMPILE_BLAKE_ROUNDS = 512
73
+ PRECOMPILE_BLAKE_EFFECTIVE_CALLS = 0
74
+ PRECOMPILE_BLAKE_ROUNDS = 0
Original file line number Diff line number Diff line change @@ -72,5 +72,5 @@ PRECOMPILE_ECMUL_EFFECTIVE_CALLS = 10000
72
72
PRECOMPILE_ECPAIRING_FINAL_EXPONENTIATIONS = 10000
73
73
PRECOMPILE_ECPAIRING_G2_MEMBERSHIP_CALLS = 10000
74
74
PRECOMPILE_ECPAIRING_MILLER_LOOPS = 10000
75
- PRECOMPILE_BLAKE_EFFECTIVE_CALLS = 10000
76
- PRECOMPILE_BLAKE_ROUNDS = 512
75
+ PRECOMPILE_BLAKE_EFFECTIVE_CALLS = 0
76
+ PRECOMPILE_BLAKE_ROUNDS = 0
Original file line number Diff line number Diff line change 13
13
ADD = 70
14
14
BIN = 262144
15
15
BLAKE_MODEXP_DATA = 262144
16
- BLOCK_DATA = 13
17
- BLOCK_HASH = 1
16
+ BLOCK_DATA = 13
17
+ BLOCK_HASH = 1
18
18
EC_DATA = 4096
19
19
EUC = 16384 # can probably be lower
20
20
EXP = 32760
@@ -71,5 +71,5 @@ PRECOMPILE_ECMUL_EFFECTIVE_CALLS = 10000
71
71
PRECOMPILE_ECPAIRING_FINAL_EXPONENTIATIONS = 10000
72
72
PRECOMPILE_ECPAIRING_G2_MEMBERSHIP_CALLS = 10000
73
73
PRECOMPILE_ECPAIRING_MILLER_LOOPS = 10000
74
- PRECOMPILE_BLAKE_EFFECTIVE_CALLS = 10000
75
- PRECOMPILE_BLAKE_ROUNDS = 512
74
+ PRECOMPILE_BLAKE_EFFECTIVE_CALLS = 0
75
+ PRECOMPILE_BLAKE_ROUNDS = 0
Original file line number Diff line number Diff line change 12
12
ADD = 524288
13
13
BIN = 262144
14
14
BLAKE_MODEXP_DATA = 16384
15
- BLOCK_DATA = 1024
16
- BLOCK_HASH = 512
15
+ BLOCK_DATA = 4096
16
+ BLOCK_HASH = 2048
17
17
EC_DATA = 262144
18
18
EUC = 65536
19
19
EXP = 8192
@@ -75,8 +75,8 @@ PRECOMPILE_ECMUL_EFFECTIVE_CALLS = 32
75
75
PRECOMPILE_ECPAIRING_FINAL_EXPONENTIATIONS = 16
76
76
PRECOMPILE_ECPAIRING_G2_MEMBERSHIP_CALLS = 64
77
77
PRECOMPILE_ECPAIRING_MILLER_LOOPS = 64
78
- PRECOMPILE_BLAKE_EFFECTIVE_CALLS = 600
79
- PRECOMPILE_BLAKE_ROUNDS = 600 # it is possible to call BLAKE2f with r = 0; this is a nontrivial operation ...
78
+ PRECOMPILE_BLAKE_EFFECTIVE_CALLS = 0 # there are no gnarks circuit atm
79
+ PRECOMPILE_BLAKE_ROUNDS = 0 # it is possible to call BLAKE2f with r = 0; this is a nontrivial operation ...
80
80
# # Notes:
81
81
# - there are no IDENTITY related limits
82
82
# - we used to have the following limits
You can’t perform that action at this time.
0 commit comments