User story
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
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
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