Skip to content

Commit 267d9a6

Browse files
authored
Set arithmetizationVersion=beta-v2.1-rc4 (#164)
Signed-off-by: Fabio Di Fabio <[email protected]>
1 parent 13e0753 commit 267d9a6

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

acceptance-tests/src/test/resources/moduleLimits_sendRawTx.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
ADD = 247
1414
BIN = 262144
1515
BLAKE_MODEXP_DATA = 262144
16-
BLOCK_DATA = 19
17-
BLOCK_HASH = 1
16+
BLOCK_DATA = 26
17+
BLOCK_HASH = 6
1818
EC_DATA = 4096
1919
EUC = 16384 # can probably be lower
2020
EXP = 32760

acceptance-tests/src/test/resources/noModuleLimits.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ADD = 262144
1313
BIN = 262144
1414
BIN_RT = 262144
1515
BLAKE_MODEXP_DATA = 262144
16-
BLOCK_DATA = 19
17-
BLOCK_HASH = 1
16+
BLOCK_DATA = 26
17+
BLOCK_HASH = 6
1818
EC_DATA = 4096
1919
EUC = 16384 # can probably be lower
2020
EXP = 32760

acceptance-tests/src/test/resources/strictModuleLimits.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ TXN_DATA = 262144
4141
SHAKIRA_DATA = 262144
4242
STP = 262144
4343
OOB = 262144
44-
BLOCK_DATA = 19
45-
BLOCK_HASH = 1
44+
BLOCK_DATA = 26
45+
BLOCK_HASH = 6
4646

4747
#
4848
# Block-specific limits

acceptance-tests/src/test/resources/txOverflowModuleLimits.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
ADD = 70
1414
BIN = 262144
1515
BLAKE_MODEXP_DATA = 262144
16-
BLOCK_DATA = 19
17-
BLOCK_HASH = 1
16+
BLOCK_DATA = 26
17+
BLOCK_HASH = 6
1818
EC_DATA = 4096
1919
EUC = 16384 # can probably be lower
2020
EXP = 32760

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
releaseVersion=v2.1-rc3.1
1+
releaseVersion=v2.1-rc4.1
22
besuVersion=25.2.1-linea1
3-
arithmetizationVersion=beta-v2.1-rc3
3+
arithmetizationVersion=beta-v2.1-rc4
44
besuArtifactGroup=org.hyperledger.besu
55
distributionIdentifier=linea-sequencer
66
distributionBaseUrl=https://github.com/Consensys/linea-besu-upstream/releases/download/

0 commit comments

Comments
 (0)