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
This issue keeps track of making sure that the MonitoringService and OneToN contracts work only for service providers that are registered in the ServiceRegistry contract.
The text was updated successfully, but these errors were encountered:
MonitoringService.monitor() should work only for a registered service provider. MonitoringService.claimReward() can be called by anybody (maybe by a service provider whose registration has expired).
The other way around doesn't make sense. A random service provider can call monitor() many times, and then they can register later when they want to claim the reward.
This issue keeps track of making sure that the MonitoringService and OneToN contracts work only for service providers that are registered in the ServiceRegistry contract.
The text was updated successfully, but these errors were encountered: