eth_simulateV1 detector fix (#648)
* eth_simulateV1 detector fix * remove reth node from detect, fix test
This commit is contained in:
@@ -49,7 +49,7 @@ class BasicEthUpstreamRpcMethodsDetectorTest {
|
||||
),
|
||||
)
|
||||
on {
|
||||
read(ChainRequest("eth_simulateV1", ListParams(listOf(listOf<Any>()))))
|
||||
read(ChainRequest("eth_simulateV1", ListParams(listOf())))
|
||||
} doReturn
|
||||
Mono.just(
|
||||
ChainResponse(
|
||||
@@ -107,7 +107,7 @@ class BasicEthUpstreamRpcMethodsDetectorTest {
|
||||
),
|
||||
)
|
||||
on {
|
||||
read(ChainRequest("eth_simulateV1", ListParams(listOf(listOf<Any>()))))
|
||||
read(ChainRequest("eth_simulateV1", ListParams(listOf())))
|
||||
} doReturn
|
||||
Mono.just(
|
||||
ChainResponse(
|
||||
@@ -166,7 +166,7 @@ class BasicEthUpstreamRpcMethodsDetectorTest {
|
||||
),
|
||||
)
|
||||
on {
|
||||
read(ChainRequest("eth_simulateV1", ListParams(listOf(listOf<Any>()))))
|
||||
read(ChainRequest("eth_simulateV1", ListParams(listOf())))
|
||||
} doReturn
|
||||
Mono.just(
|
||||
ChainResponse(
|
||||
|
||||
Reference in New Issue
Block a user