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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
#9043
In this PR, duplication of registration commands was addressed by moving common code to parent class, but since it involved an out of scope change of relevant task, we can address it here.
What to do ?
Take relevant duplication of code (AND test cases) from above PR & either address it in the same PR (by re-opening it) or create another one.
Motivation
There were duplication for whole blocks like verifyValidators
Same set of tests were written for sidechain & mainchain
Take a look at base class methods how duplication for other parts is handled
Description
#9043
In this PR, duplication of registration commands was addressed by moving common code to parent class, but since it involved an out of scope change of relevant task, we can address it here.
What to do ?
Take relevant duplication of code (AND test cases) from above PR & either address it in the same PR (by re-opening it) or create another one.
Motivation
verifyValidators
Additional Information
The text was updated successfully, but these errors were encountered: