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
Add an actual blueprint manager contract so that we can also test the blueprint jobs
Proposal for reorganization of examples. Should be presentable for docs and easy to navigate
Integrate operator key ECDSA verification as is done in here
For operator key verification example we are testing the correctness of the operator's ECDSA key in the blueprint. We need to ensure that the key provided when a service is requested is the same one that the operator is using (in the same format) as the one they can also make transactions from.
Store operator address onRequest
Add a function that returns successfully if the caller is an operator and fails otherwise.
Write a test calling this function from an operator and not an operator to test success and failure case.
The text was updated successfully, but these errors were encountered:
For operator key verification example we are testing the correctness of the operator's ECDSA key in the blueprint. We need to ensure that the key provided when a service is requested is the same one that the operator is using (in the same format) as the one they can also make transactions from.
onRequest
The text was updated successfully, but these errors were encountered: