Skip to content

Commit

Permalink
Revert "Setting traces api version to v0.6.0-rc4"
Browse files Browse the repository at this point in the history
This reverts commit 9dd6cd5.
  • Loading branch information
Filter94 committed Sep 18, 2024
1 parent e5a8d4d commit ed91d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc4"
expected-traces-api-version-v2="v0.6.0-rc3"
[traces.counters-v2]
endpoints=["http://traces-node-v2:8545/"]
request-limit-per-endpoint=20
Expand Down
2 changes: 1 addition & 1 deletion docker/compose-local-dev-traces-v2.overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- ../config/common/traces-limits-besu-v2.toml:/var/lib/besu/traces-limits.toml:ro

linea-besu-sequencer-plugin-downloader:
command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-sequencer/releases/download/v0.6.0-rc4/linea-sequencer-v0.6.0-rc4.jar", "/linea-besu-sequencer" ]
command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-sequencer/releases/download/v0.6.0-rc3.1/linea-sequencer-v0.6.0-rc3.1.jar", "/linea-besu-sequencer" ]

traces-node:
command: ['echo', 'forced exit as replaced by traces-node-v2']
Expand Down

0 comments on commit ed91d5f

Please sign in to comment.