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

feat: add and refactor invariant checks #186

Merged
merged 6 commits into from
Oct 28, 2021

Commits on Oct 21, 2021

  1. feat: add invariant checks

    - NonNegativeOutstandingRewardsInvariant
    - OutstandingRewardsAmountInvariant
    hallazzang committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    f73f228 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. feat: add invariant checks

    - PositiveStakingAmountInvariant
    - NonNegativeHistoricalRewardsInvariant
    - PositiveTotalStakingsAmountInvariant
    - PlanTerminationStatusInvariant
    hallazzang committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    5f696bd View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    65898fe View commit details
    Browse the repository at this point in the history
  2. test: add invariant tests

    hallazzang committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    61107a7 View commit details
    Browse the repository at this point in the history
  3. test: add tests

    hallazzang committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    98bc934 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3774e27 View commit details
    Browse the repository at this point in the history