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
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
The text was updated successfully, but these errors were encountered:
🎯 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
The text was updated successfully, but these errors were encountered: