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

Add Transaction Invariant Checks #2054

Closed
wants to merge 1 commit into from
Closed

Add Transaction Invariant Checks #2054

wants to merge 1 commit into from

Commits on Apr 17, 2017

  1. Implement transaction invariant checks (RIPD-1425)

    Add new functionality to enforce one or more sanity checks (invariants)
    on transactions. Add tests for each new invariant check. Allow
    for easily adding additional invariant checks in the future.
    
    Also Resolves
    -------------
    
      - RIPD-1426
      - RIPD-1427
      - RIPD-1428
      - RIPD-1429
      - RIPD-1430
      - RIPD-1431
      - RIPD-1432
    
    Release Notes
    -------------
    
    Creates a new ammendment named "EnforceInvariants" which must be
    enabled in order for these new checks to run on each transaction.
    mellery451 committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    c095edc View commit details
    Browse the repository at this point in the history