Skip to content

Added utility functions should be internal #4

@shaunazzopardi

Description

@shaunazzopardi

Current instrumentation creates variable modification functions as public. Instead these should be marked as internal. This is necessary from both a security issue (leaving them public allows anyone to modify the internal state), and from a gas-saving point of view (internal functions cost less to deploy than public functions).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions