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

Stricter jörmungandr binary encoders regarding integer overflow #487

Merged
merged 3 commits into from
Jul 2, 2019

Commits on Jul 1, 2019

  1. Check for overflow in Jörmungandr.Binary

    - Particulary in encoders (putX)
    - Somewhat for decoders (getX)
    Anviking committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    96d09ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa5c74d View commit details
    Browse the repository at this point in the history
  3. Rework postTx tests to expect exceptions from encoder

    and add a test case for unbalanced transactions
    Anviking committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    b399323 View commit details
    Browse the repository at this point in the history