pokt-network / poktroll

The official Shannon upgrade implementation of the Pocket Network Protocol implemented using Rollkit.dev
MIT License
15 stars 6 forks source link

[LoadTest] Add missing block query client to load test #642

Closed red-0ne closed 4 days ago

red-0ne commented 5 days ago

Summary

Add missing BlockQueryClient dependency required by SharedClient to the load test.

Issue

SharedClient was updated to have a BlockQueryClient dependency which was not supplied in the load test suite.

image

Type of change

Select one or more:

Testing

Local Testing (only if making code changes)

PR Testing (only if making code changes)

Sanity Checklist