enable reth for eth_simulateV1 (#653)
This commit is contained in:
@@ -25,7 +25,7 @@ abstract class UpstreamRpcMethodsDetector(
|
|||||||
private val availableRegexps =
|
private val availableRegexps =
|
||||||
listOf(
|
listOf(
|
||||||
"missing value for required argument ([0-9]+)",
|
"missing value for required argument ([0-9]+)",
|
||||||
// "Invalid params", // todo: uncomment when reth node issue will be fixed
|
"Invalid params",
|
||||||
).map { s -> s.toRegex() }
|
).map { s -> s.toRegex() }
|
||||||
|
|
||||||
open fun detectRpcMethods(): Mono<Map<String, Boolean>> = detectByMagicMethod().switchIfEmpty(detectByMethod())
|
open fun detectRpcMethods(): Mono<Map<String, Boolean>> = detectByMagicMethod().switchIfEmpty(detectByMethod())
|
||||||
|
|||||||
Reference in New Issue
Block a user