Break out EthNodeHandle
utilities from relayer tests to shared test helper module
#2894
Labels
tech-debt
The issue is to improve the current code and make it more clear/generic/reusable/pretty/avoidable.
Context
The state root service wraps a relayer, and needs the same utilities for its integration tests. Currently, I've copy-pasted the utilities to the state root service integration tests, but best would be if we could share them.
Definition of done.
The
EthNodeHandle
and it's associated functions are moved to a shared module so they can be reused.The text was updated successfully, but these errors were encountered: