Daniel Ivanov

Results 4 comments of Daniel Ivanov

I've deduced that the cache TTL is ~1second

@mdehoog > @Daniel-K-Ivanov can you share your full curl? I'm not seeing any response for that request: > > ``` > REQUEST='{ > "jsonrpc": "2.0", > "method": "eth_getProof", > "params":...

@roberto-bayardo > @Daniel-K-Ivanov Do you see the same behaviour from optimism goerli nodes or does this seem specific to Base? > > And since the third argument is a fixed...

I managed to resolve the issue. The problem was on my side and more specifically, the `blockNumber` that I was specifying at which `eth_getProof` to be executed was wrong. I...