Skip to content

Commit

Permalink
Tracer plugin update (#105)
Browse files Browse the repository at this point in the history
* Updating tracer plugin

* Updating tracer plugin, disabling compatibility mode for linea_estimateGas

* Updating finalized tag plugin URL to the public one. Version bump

* Disabling P2P simulation for safer sync

* Bumped snapshot version

* Enabling compatibility mode
  • Loading branch information
Filter94 authored Sep 30, 2024
1 parent 3a482fc commit 6696c9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releaseVersion=0.1.0-SNAPSHOT
releaseVersion=0.1.1-SNAPSHOT
distributionIdentifier=linea-besu-package
dockerOrgName=consensys
dockerArtifactName=linea-besu-package
6 changes: 3 additions & 3 deletions linea-besu/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type": "download",
"name": "linea-tracer",
"url": "https://github.com/Consensys/linea-tracer/releases/download/v{version}/linea-tracer-v{version}.jar",
"version": "0.6.0-rc1",
"version": "0.6.0-rc8",
"outputDir": "plugins"
},
{
Expand All @@ -32,8 +32,8 @@
{
"type": "download",
"name": "finalized-tag-updater",
"url": "https://linea-assets-public.s3.us-east-2.amazonaws.com/finalized-tag-plugin/finalized-tag-updater-v{version}.jar",
"version": "0.0.1",
"url": "https://github.com/Consensys/linea-monorepo/releases/download/finalized-tag-updater-v{version}/finalized-tag-updater-v{version}.jar",
"version": "0.0.2",
"outputDir": "plugins"
},
{
Expand Down
4 changes: 2 additions & 2 deletions linea-besu/profiles/advanced-mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ graphql-http-cors-origins=["all"]

api-gas-price-blocks=20
api-gas-price-percentile=60
api-gas-and-priority-fee-limiting-enabled= true
api-gas-and-priority-fee-limiting-enabled=true
api-gas-and-priority-fee-lower-bound-coefficient= "120"

Xplugin-rocksdb-high-spec-enabled=true
Expand Down Expand Up @@ -81,7 +81,7 @@ Xin-process-rpc-enabled=true
Xin-process-rpc-apis=["MINER", "ETH"]
plugin-linea-tx-pool-profitability-check-api-enabled=true
plugin-linea-tx-pool-profitability-check-p2p-enabled=true
plugin-linea-tx-pool-simulation-check-p2p-enabled=true
plugin-linea-tx-pool-simulation-check-p2p-enabled=false
plugin-linea-tx-pool-simulation-check-api-enabled=true
plugin-linea-min-margin="1.0"
plugin-linea-tx-pool-min-margin="0.8"
Expand Down

0 comments on commit 6696c9f

Please sign in to comment.