-
Notifications
You must be signed in to change notification settings - Fork 10
Labels
bugSomething isn't workingSomething isn't working
Description
Fixing inconsistencies in the shared oracle primitives. This patch standardized the interfaces and adds validation so checks can be implemented consistently and the oracles don’t crash or produce misleading pass/fail results:
- oracles were inconsistent in using
EntryConfigobject and hardcoded some of the requirements; - different requirements used different parameter naming conventions (e.g.,
cmdvscommand) ; - few initialization methods (i.e.,
__post_init__) tried to set attributes that didn’t exist; - implemented time-bounded primitives
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working