d4382bfa19
* feat: add multicall routing strategy * Updated proxyd config to accept a routing strategy parameter * Added multicall routing strategies * Refactored backendGroup.Forward to handle multiple types of routing strategies * Background.ForwardToBackend now will return results via a channel
8 lines
111 B
YAML
8 lines
111 B
YAML
- method: bad_method
|
|
response: >
|
|
{
|
|
"jsonrpc": "2.0",
|
|
"id": 67,
|
|
"result": "nope",
|
|
}
|