mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
Updating Traces with readiness endpoint (#87)
* Updating Traces with readiness endpoint
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user