Skip to content

Commit

Permalink
Update Linea Besu to 24.11-delivery37 (#1474)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
  • Loading branch information
fab-10 authored Nov 4, 2024
1 parent 10d5745 commit b5f9ae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
releaseVersion=0.8.0-rc4
besuVersion=24.10-develop-0037615
besuVersion=24.11-delivery37
besuArtifactGroup=io.consensys.linea-besu
distributionIdentifier=linea-tracer
distributionBaseUrl=https://artifacts.consensys.net/public/linea-besu/raw/names/linea-besu.tar.gz/versions/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import org.hyperledger.besu.ethereum.core.BlockHeader;
import org.hyperledger.besu.ethereum.core.BlockHeaderBuilder;
import org.hyperledger.besu.ethereum.core.Difficulty;
import org.hyperledger.besu.ethereum.core.MiningParameters;
import org.hyperledger.besu.ethereum.core.MiningConfiguration;
import org.hyperledger.besu.ethereum.core.PrivacyParameters;
import org.hyperledger.besu.ethereum.mainnet.MainnetProtocolSpecFactory;
import org.hyperledger.besu.ethereum.mainnet.ProtocolSchedule;
Expand Down Expand Up @@ -115,7 +115,7 @@ public static ProtocolSpec getProtocolSpec(BigInteger chainId) {
createNodeKey(),
false,
EvmConfiguration.DEFAULT,
MiningParameters.MINING_DISABLED,
MiningConfiguration.MINING_DISABLED,
badBlockManager,
false,
new NoOpMetricsSystem());
Expand All @@ -126,7 +126,7 @@ public static ProtocolSpec getProtocolSpec(BigInteger chainId) {
true,
OptionalLong.empty(),
EvmConfiguration.DEFAULT,
MiningParameters.MINING_DISABLED,
MiningConfiguration.MINING_DISABLED,
false,
new NoOpMetricsSystem())
.londonDefinition(GENESIS_CONFIG.getConfigOptions());
Expand Down

0 comments on commit b5f9ae1

Please sign in to comment.