You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add test coverage for getBlockTimestampsBatch in the execution client. This requires introducing an RPC client interface/mock since the function calls BatchCallContext directly.
Add test coverage for
getBlockTimestampsBatchin the execution client. This requires introducing an RPC client interface/mock since the function callsBatchCallContextdirectly.