Update watcher versions and disable address filter to improve eth_getLogs
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 59s
Webapp Test / Run webapp test suite (pull_request) Successful in 5m27s
Deploy Test / Run deploy test suite (pull_request) Successful in 6m10s
Smoke Test / Run basic test suite (pull_request) Successful in 6m25s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 11m18s

This commit is contained in:
Nabarun 2024-05-03 19:30:36 +05:30
parent 8fe4900176
commit a8fbd132f4
6 changed files with 8 additions and 8 deletions

View File

@ -67,9 +67,9 @@
isFEVM = true isFEVM = true
# Boolean flag to filter event logs by contracts # Boolean flag to filter event logs by contracts
filterLogsByAddresses = true filterLogsByAddresses = false
# Boolean flag to filter event logs by topics # Boolean flag to filter event logs by topics
filterLogsByTopics = true filterLogsByTopics = false
[upstream.cache] [upstream.cache]
name = "requests" name = "requests"

View File

@ -67,7 +67,7 @@
isFEVM = true isFEVM = true
# Boolean flag to filter event logs by contracts # Boolean flag to filter event logs by contracts
filterLogsByAddresses = true filterLogsByAddresses = false
# Boolean flag to filter event logs by topics # Boolean flag to filter event logs by topics
filterLogsByTopics = false filterLogsByTopics = false

View File

@ -67,9 +67,9 @@
isFEVM = true isFEVM = true
# Boolean flag to filter event logs by contracts # Boolean flag to filter event logs by contracts
filterLogsByAddresses = true filterLogsByAddresses = false
# Boolean flag to filter event logs by topics # Boolean flag to filter event logs by topics
filterLogsByTopics = true filterLogsByTopics = false
[upstream.cache] [upstream.cache]
name = "requests" name = "requests"

View File

@ -2,7 +2,7 @@ version: "1.0"
name: ajna name: ajna
description: "Ajna watcher stack" description: "Ajna watcher stack"
repos: repos:
- git.vdb.to/cerc-io/ajna-watcher-ts@v0.1.2 - git.vdb.to/cerc-io/ajna-watcher-ts@v0.1.3
containers: containers:
- cerc/watcher-ajna - cerc/watcher-ajna
pods: pods:

View File

@ -2,7 +2,7 @@ version: "1.0"
name: merkl-sushiswap-v3 name: merkl-sushiswap-v3
description: "SushiSwap v3 watcher stack" description: "SushiSwap v3 watcher stack"
repos: repos:
- github.com/cerc-io/merkl-sushiswap-v3-watcher-ts@v0.1.8 - github.com/cerc-io/merkl-sushiswap-v3-watcher-ts@v0.1.9
containers: containers:
- cerc/watcher-merkl-sushiswap-v3 - cerc/watcher-merkl-sushiswap-v3
pods: pods:

View File

@ -2,7 +2,7 @@ version: "1.0"
name: sushiswap-v3 name: sushiswap-v3
description: "SushiSwap v3 watcher stack" description: "SushiSwap v3 watcher stack"
repos: repos:
- github.com/cerc-io/sushiswap-v3-watcher-ts@v0.1.8 - github.com/cerc-io/sushiswap-v3-watcher-ts@v0.1.9
containers: containers:
- cerc/watcher-sushiswap-v3 - cerc/watcher-sushiswap-v3
pods: pods: