Skip to content

🎁 [Feature Request]: Consider making total_supply tracking optional #33

@dmkozh

Description

@dmkozh

What is the feature you would like to see?

SEP-41 doesn't require tokens to implement supply tracking, so it's not required for the compliant tokens. Supply tracking has non-trivial performance cost, as its modification introduces a data dependency for all the transactions that use the token, which in turn makes them non-parallelizable, which reduces the token scalability.
It's hard to predict the exact impact - it depends on how often the token is being minted. But given the existence of the cost it would make sense to let the developer decide if they need this functionality given the potential performance cost.

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