Merge pull request #37 from p2p-org/upstream_refactoring_2

Multistreams refactoring
This commit is contained in:
a10zn8
2022-11-22 17:03:01 +04:00
committed by GitHub
43 changed files with 333 additions and 304 deletions

View File

@@ -7,6 +7,7 @@ tls:
cluster:
upstreams:
- id: test-1
node-id: 1
chain: ethereum
methods:
enabled:
@@ -15,17 +16,21 @@ cluster:
options:
disable-validation: true
connection:
ethereum:
rpc:
url: "http://localhost:18545"
ethereum-pos:
execution:
rpc:
url: "http://localhost:18545"
- id: test-2
node-id: 2
chain: ethereum
options:
disable-validation: true
connection:
ethereum:
rpc:
url: "http://localhost:18546"
execution:
ethereum-pos:
rpc:
url: "http://localhost:18546"
cache:
redis: