Skip to content

Remove onlyOwner on funding round and funding round factory contract where possible #608

@yuetloo

Description

@yuetloo

This is to allow functions to be executable by anyone, not just the owner.

For example, the fundingRoundFactory.transferMatchingFunds() can be run by anyone because:

  1. if a round has not been deployed, the call will fail
  2. if the round is not finalized, the call will fail
  3. if the tally has not been completed, the call will also fail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions