π― 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
π Additional acceptance criteria
β Out of Scope