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

Moved adjust total supply checkpoints inside of create checkpoint #520 #523

Commits on Jan 15, 2019

  1. Invoked function _adjustTotalSupplyCheckpoints inside of createCheckp…

    …oint instead of mint/burn fucntions
    dev1644 committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    c2c1336 View commit details
    Browse the repository at this point in the history
  2. Removed _adjustTotalSupplyCheckpoints & adjustCheckpoints as addition…

    …al conditions were not needed and only one statement was happening in the function
    dev1644 committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    ccf0956 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    617a288 View commit details
    Browse the repository at this point in the history
  4. Changed data-type of checkpointTotalSupply from struct to mapping as …

    …it will save gas and will do the work
    dev1644 committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    1e05bbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3ebb61 View commit details
    Browse the repository at this point in the history