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

Initial Validation Checks - Message, Timestamp and Block Sig #219

Merged
merged 14 commits into from
Feb 11, 2020

Commits on Feb 7, 2020

  1. Added check msg function

    * Added message check
    * Added required funds method to message trait
    * Added sequence and balance methods to actor state
    dutterbutter committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    ac95597 View commit details
    Browse the repository at this point in the history
  2. check msg implemented

    * Added check message functionality for message validation
    * Included block validation function to be refactored
    dutterbutter committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    ae1fce5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Added initial block validation

    * Added initial validation checks
    * timestamp check
    * message state transition checks
    * updated error
    dutterbutter committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    1771401 View commit details
    Browse the repository at this point in the history
  2. Added comment

    dutterbutter committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    5f064ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d7c626 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8342b7 View commit details
    Browse the repository at this point in the history
  5. Updated error variant

    dutterbutter committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    9e28052 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6a662c View commit details
    Browse the repository at this point in the history
  7. Updated comments

    dutterbutter committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    1d397c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    dd5866e View commit details
    Browse the repository at this point in the history
  2. made requested changes

    dutterbutter committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    f61467b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61148b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f2cdcc View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Made hott fixes

    dutterbutter committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    9bb824e View commit details
    Browse the repository at this point in the history