Skip to content

getter for metadataURI #294

@bb111189

Description

@bb111189

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions