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
In the constraints-API we've used the validatorIndex to link validators to their signature. This works if the relay has a mapping from validatorIndex => pubkey, which not all of them do. So we should modify the constraints-API to use pubkey instead of validatorIndex in the following endpoints:
Context
In the constraints-API we've used the
validatorIndex
to link validators to their signature. This works if the relay has a mapping fromvalidatorIndex => pubkey
, which not all of them do. So we should modify the constraints-API to usepubkey
instead ofvalidatorIndex
in the following endpoints:submit_constraints
delegate
revoke
We should also update the API docs to reflect this: https://chainbound.github.io/bolt-docs/api/builder
Tasks
The text was updated successfully, but these errors were encountered: