obol-docs icon indicating copy to clipboard operation
obol-docs copied to clipboard

Demonstrate how to verify an operators signature of a definition in solidity

Open OisinKyne opened this issue 9 months ago โ€ข 0 comments

๐ŸŽฏ Problem to be solved

A user asked how they can check in solidity if an operator has agreed to a particular cluster. We include a config_signature, which is a signature of config_hash by operator[].address.

๐Ÿ› ๏ธ Proposed solution

We should give an example in solidity that shows ecrecover returning true for (address, config_hash, config_signature)

๐Ÿงช Tests

  • [ ] Netlify deployment build tests passing

๐Ÿ‘ Additional acceptance criteria

โŒ Out of Scope

OisinKyne avatar May 07 '24 13:05 OisinKyne