Skip to content

Have a version which is all static functions #4

@asselstine

Description

@asselstine

Due to the way our deployment works, I cannot use this because of the way the library is designed.

It would be great if the FixidityLib was purely functional, such that all values are passed in. I.e.

library FixidityLib {
    function (...) internal pure view {
    }
}

That way it's very flexible in how it can be used. Whether as an external library, contract, or otherwise.

In the meantime I've simply copied the code over.

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