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

Removes activeStakeRequestCount from OSTComposer #775

Merged
merged 4 commits into from
Jun 21, 2019

Commits on Jun 20, 2019

  1. Removes activeStakeRequestCount from OSTComposer

      - Updates test cases accordingly.
      - Adds `npm run update` script to ease updating submodules and npm
        packages after switching branches.
    
    Fixes: OpenST#772
    Paruyr Gevorgyan committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    6ba68cf View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Asserts explicity an existence of staker proxy

      - Asserts explicitly an extence of staker proxy during
        acceptStakeRequest.
      - Fixes lint issues in acceptStakeRequest unit test.
      - Removes SafeMath as its not needed after removing
        activeStakeRequestCount.
    Paruyr Gevorgyan committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    d7c7402 View commit details
    Browse the repository at this point in the history
  2. Runs 'npm ci' for git submodules on 'npm run update'

    Paruyr Gevorgyan committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    d251fd6 View commit details
    Browse the repository at this point in the history
  3. Enhances test of OSTComposer::acceptStakeRequest

    Adds a test case to test a failure of OSTComposer::acceptStakeRequest
    in case if a corresponding staker proxy does not exist.
    Paruyr Gevorgyan committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    0b70c68 View commit details
    Browse the repository at this point in the history