problem: some JSON RPC client cannot use IDs and process response by their order
solution: add option to preserve batch request-response correspondence order rel: #148
This commit is contained in:
committed by
GitHub
parent
feb2bb89f7
commit
4f1216b14f
@@ -2,6 +2,7 @@ proxy:
|
||||
enabled: true
|
||||
host: 0.0.0.0
|
||||
port: 8080
|
||||
preserve-batch-order: true
|
||||
routes:
|
||||
- id: ethereum
|
||||
blockchain: ethereum
|
||||
|
||||
Reference in New Issue
Block a user