Skip to content

Commit

Permalink
mismatching validator client key share index#253
Browse files Browse the repository at this point in the history
  • Loading branch information
alansunny3 committed Sep 12, 2023
1 parent 3c22a88 commit d817c5f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/int/faq/errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,16 @@ docker compose logs
If the private key lock file has a timestamp older than 5 seconds, Charon will replace it and continue with its work.
If you're sure that no other Charon instances are running, you can delete the private key lock file.
</details>
<details className="details">
<summary>
<h4 id="mismatching-validator-client-key">
<code>Validator api 5xx response: mismatching validator client key share index, Mth key share submitted to Nth charon peer</code> error
</h4>
</summary>
The issue revolves around an invalid setup or deployment, where keyshares are not tied to the enr private key. There appears to be a mix-up during deployment, leading to a mismatching validator client key share index.
For example: <code>Bob's private key shares are imported and a VC that is connected to Alice's charon node. This is invalid setup/deployment. Alice's charon should only be connected to Alice's VC.</code>
Check the keyshare of each node inside cluster-lock.json and see that matches with the key inside <code>node(num)/validator_keys/keystore-0.json</code>
</details>
</details>
<details open className="details">
<summary>
Expand Down

0 comments on commit d817c5f

Please sign in to comment.