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
Currently some errors in BoltValidatorsV1 like ValidatorDoesNotExist or ValidatorAlreadyExists do not take any argument which makes hard to debug which validator public key is actually not correct, especially in batch calls like getProposerStatuses
Ideally all similar errors should be parametric.
The text was updated successfully, but these errors were encountered:
Currently some errors in
BoltValidatorsV1
likeValidatorDoesNotExist
orValidatorAlreadyExists
do not take any argument which makes hard to debug which validator public key is actually not correct, especially in batch calls likegetProposerStatuses
Ideally all similar errors should be parametric.
The text was updated successfully, but these errors were encountered: