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
function updateAVSMetadataURI(string memory _metadataURI) public virtual onlyOwner {
_avsDirectory.updateAVSMetadataURI(_metadataURI);
}
Currently, this function calls avsDirectory and emits an event
It will be useful to store the URI in a state variable, so it is easy to read the URI directly from the contract via a getter
Actions
An action item list describing the work to be done
Link to all of the related tasks needed to complete the feature. See the tasks template.
Include everything in the definition of done e.g. unit tests and documentation
Acceptance criteria
Acceptance criteria are the requirements that need to be met in order to mark a user story as complete. For example, if your user story is, "As a New Relic customer, I want to know how to interpret AI anomalies in order to monitor my site and protect myself against incidents," then the acceptance criteria would be: "A complete and published doc describing AI anomalies," and all related quality checks.
Don't Forget To
Assign this to a project (our default is eigenlayer)
Add priority + size estimate
Set status to New
The text was updated successfully, but these errors were encountered:
User story
Currently, this function calls avsDirectory and emits an event
It will be useful to store the URI in a state variable, so it is easy to read the URI directly from the contract via a getter
Actions
Acceptance criteria
Acceptance criteria are the requirements that need to be met in order to mark a user story as complete. For example, if your user story is, "As a New Relic customer, I want to know how to interpret AI anomalies in order to monitor my site and protect myself against incidents," then the acceptance criteria would be: "A complete and published doc describing AI anomalies," and all related quality checks.
Don't Forget To
The text was updated successfully, but these errors were encountered: