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

Fix EnumerableSetMock for 2.5.rc1 #2069

Merged
merged 33 commits into from
Jan 30, 2020

Commits on Jan 15, 2020

  1. Drafted Enumerable.sol.

    alcueca committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    b74bb85 View commit details
    Browse the repository at this point in the history
  2. Drafted test framework.

    alcueca committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    e3227bf View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    3a02d0d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Coded EnumerableSet.

    alcueca committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    429cb6d View commit details
    Browse the repository at this point in the history
  2. Moved EnumerableSet to utils.

    alcueca committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    ef381e6 View commit details
    Browse the repository at this point in the history
  3. Fixed linting.

    alcueca committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    bf335ca View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Improved comments.

    alcueca committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    580bbdd View commit details
    Browse the repository at this point in the history
  2. Tweaked contract description.

    alcueca committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    3700a34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8379d53 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Renamed struct to AddressSet.

    alcueca committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    8b50c02 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    71d1716 View commit details
    Browse the repository at this point in the history
  2. Removed events.

    alcueca committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    dfdf794 View commit details
    Browse the repository at this point in the history
  3. Revert on useless operations.

    alcueca committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    41cb935 View commit details
    Browse the repository at this point in the history
  4. Small comment.

    alcueca committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    31e9a54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79b98a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be49c33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b770d89 View commit details
    Browse the repository at this point in the history
  8. Remove comments from mock

    nventuro committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    332636d View commit details
    Browse the repository at this point in the history
  9. Rename mock functions

    nventuro committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    07c99bc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    35e2af5 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Configuration menu
    Copy the full SHA
    305d714 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    nventuro committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    6742bcd View commit details
    Browse the repository at this point in the history
  3. Add entry on Utils doc

    nventuro committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    bc1e5b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81e1bf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40f6dbd View commit details
    Browse the repository at this point in the history
  6. Update docs

    nventuro committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    4ddcacd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a14ec4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Simplified mock.

    alcueca committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    67468e4 View commit details
    Browse the repository at this point in the history
  2. Fixed comment.

    alcueca committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    39627f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Revert "Fixed comment."

    This reverts commit 39627f9.
    alcueca committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    0deb2ec View commit details
    Browse the repository at this point in the history
  2. Revert "Simplified mock."

    This reverts commit 67468e4.
    alcueca committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    b531ea9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7d0047 View commit details
    Browse the repository at this point in the history
  4. Simplified mock.

    alcueca committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    490be95 View commit details
    Browse the repository at this point in the history