Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Token Transfer History #293

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 13, 2024

  1. Token Transfer History

    I extended the Token's blueprint to support storing every transaction made (transfers, mints, and burns).
    
    This is crucial as users need to know a token's transaction to protect themself from bad actors by verifying everything that goes on in the transactions.
    ItsJackAnton committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    7755e58 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Token Transaction History Update

    Now every transaction includes the message's ID
    ItsJackAnton committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c814107 View commit details
    Browse the repository at this point in the history