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

Issue-1184: no distinction between uint and int #1187

Commits on Sep 25, 2018

  1. Issue-1184: introduced UnsignedIntType

    - added abstract numeric type for shared method between int and uint
    - distinction between uint and int in getType
    - added two new subclasses for SoldityType
    - added two testcases for int and uint SoldityType
    Maximilian Schmidt committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    1bf499f View commit details
    Browse the repository at this point in the history
  2. Issue-1184: fixed regression unittest

    - fixed StandaloneBlockchainTest#encodeTest1 as the expectation was
    wrong
    Maximilian Schmidt committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    1f634cf View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Issue-1184: changes from reviews

    - formatting
    - throw exception if a biginteger below zero is encoded to uint
    - made old regression test encode1 visible again
    - reuse of Hex-encoding in test
    Maximilian Schmidt committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    7fc4e04 View commit details
    Browse the repository at this point in the history
  2. Issue-1184: review changes 2

    - formatting
    - license intro added to test
    Maximilian Schmidt committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    196e0a7 View commit details
    Browse the repository at this point in the history