Skip to content

Commit 7e7278a

Browse files
fab-10OlivierBBB
authored andcommitted
Chore: set besuVersion=25.10.0-linea3 (#2442)
Signed-off-by: Fabio Di Fabio <[email protected]>
1 parent e9fcf70 commit 7e7278a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
releaseVersion=beta-v4.0-rc20
2-
besuVersion=25.10.0-linea2
2+
besuVersion=25.10.0-linea3
33
shomeiVersion=2.4-develop
44
besuShomeiPluginVersion=v0.7.4
55
besuArtifactGroup=org.hyperledger.besu

reference-tests/src/test/java/net/consensys/linea/BlockchainReferenceTestTools.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ public class BlockchainReferenceTestTools {
7070
// Keep the forkName and the zkevm_fork in github worklow in PascalCase
7171
private static final Fork fork = getForkOrDefault(LONDON);
7272
private static final ReferenceTestProtocolSchedules REFERENCE_TEST_PROTOCOL_SCHEDULES =
73-
ReferenceTestProtocolSchedules.getInstance();
74-
73+
ReferenceTestProtocolSchedules.create();
7574
private static final List<String> NETWORKS_TO_RUN = List.of(toPascalCase(fork));
7675

7776
public static final JsonTestParameters<?, ?> PARAMS =

0 commit comments

Comments
 (0)