Updating Traces with readiness endpoint (#87)

* Updating Traces with readiness endpoint
This commit is contained in:
Roman Vaseev
2024-09-24 15:44:42 +02:00
committed by GitHub
parent 65f7000f99
commit 77f58ebb5f
3 changed files with 6 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ eth-api="http://traces-node-v2:8545"
[traces]
switch-to-linea-besu=true
expected-traces-api-version-v2="v0.6.0-rc5"
expected-traces-api-version-v2="v0.6.0-rc6"
[traces.counters-v2]
endpoints=["http://traces-node-v2:8545/"]
request-limit-per-endpoint=20

View File

@@ -31,6 +31,7 @@ services:
- "8745:8545"
- "8746:8546"
- "8750:8550"
- "8751:8548"
- "30308:30303"
healthcheck:
test: [ "CMD-SHELL", "bash -c \"[ -f /tmp/pid ]\"" ]
@@ -86,7 +87,7 @@ services:
traces-node-v2-plugin-downloader:
image: busybox:1.36.1
# profiles: ["l2", "l2-bc"] this works locally but breakes on CI, maybe Docker compose version issue
command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-tracer/releases/download/v0.6.0-rc5/linea-tracer-v0.6.0-rc5.jar", "/traces-node-v2" ]
command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-tracer/releases/download/v0.6.0-rc6/linea-tracer-v0.6.0-rc6.jar", "/traces-node-v2" ]
volumes:
- ./scripts/file-downloader.sh:/file-downloader.sh:ro
- ../tmp/traces-node-v2/plugins:/traces-node-v2/

View File

@@ -37,6 +37,9 @@ data-storage-format="BONSAI"
# plugins
plugin-linea-conflated-trace-generation-traces-output-path="/data/traces/v2/conflated"
plugin-linea-rpc-concurrent-requests-limit=1
plugin-linea-tracer-readiness-server-host="0.0.0.0"
plugin-linea-tracer-readiness-server-port=8548
Xbonsai-limit-trie-logs-enabled=false
bonsai-historical-block-limit=1024