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

Define and implement block rewards #1768

Closed
wants to merge 6 commits into from

Commits on Jul 14, 2021

  1. Added 'enabled' method to Log.d

    current opDispatch implementaion failes, because
    1. return value is void
    2. attributes like nothrow are missing
    Daniel Graczer committed Jul 14, 2021
    Copy the full SHA
    746766c View commit details
    Browse the repository at this point in the history
  2. Amending maximum coin supply based on whitepaper

    Daniel Graczer committed Jul 14, 2021
    Copy the full SHA
    7654bf2 View commit details
    Browse the repository at this point in the history
  3. Overrode operator 'in' method in Set

    Daniel Graczer committed Jul 14, 2021
    Copy the full SHA
    91b2b5f View commit details
    Browse the repository at this point in the history
  4. Added attributes to ConsensusParams' ctr

    Daniel Graczer committed Jul 14, 2021
    Copy the full SHA
    48cecb0 View commit details
    Browse the repository at this point in the history
  5. Added non-throwing version of toString

    Daniel Graczer committed Jul 14, 2021
    Copy the full SHA
    9821469 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Added block reward

    Daniel Graczer committed Jul 15, 2021
    Copy the full SHA
    3055b73 View commit details
    Browse the repository at this point in the history