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
The provider is pretty different to how it was implemented in ethers-rs, I was wondering if there are any plans to add mocking to the provider in an easy way. I have had a couple issues being able to mock it due to the Provider returning RpcWithBlock and EthCall structs and getting that to work with mockall.
Do you have any examples of this in the codebase or other paradigm codebases?
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component
provider, pubsub
Describe the feature you would like
The provider is pretty different to how it was implemented in ethers-rs, I was wondering if there are any plans to add mocking to the provider in an easy way. I have had a couple issues being able to mock it due to the Provider returning RpcWithBlock and EthCall structs and getting that to work with mockall.
Do you have any examples of this in the codebase or other paradigm codebases?
Additional context
No response
The text was updated successfully, but these errors were encountered: