Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getter for metadataURI #294

Open
1 of 3 tasks
bb111189 opened this issue Aug 8, 2024 · 0 comments
Open
1 of 3 tasks

getter for metadataURI #294

bb111189 opened this issue Aug 8, 2024 · 0 comments

Comments

@bb111189
Copy link

bb111189 commented Aug 8, 2024

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

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant