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 functionStaticCall and functionDelegateCall methods to Address library #2333

Merged
merged 15 commits into from
Sep 17, 2020

Commits on Aug 20, 2020

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

Commits on Aug 24, 2020

  1. Update contracts/utils/Address.sol

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    k06a and frangio committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    f29e2eb View commit details
    Browse the repository at this point in the history
  2. Update contracts/utils/Address.sol

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    k06a and frangio committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    5b03a8d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Avoid code duplication

    k06a committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    a1551d1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/address-delegate-and-static' of https://github.…

    …com/k06a/zeppelin-solidity into feature/address-delegate-and-static
    
    # Conflicts:
    #	contracts/utils/Address.sol
    k06a committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    bbe6d64 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    4caa9d1 View commit details
    Browse the repository at this point in the history
  2. rearrange functions

    frangio committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    ff00a17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    502190a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32eaf18 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    f720ec3 View commit details
    Browse the repository at this point in the history
  2. fix return statements

    frangio committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    21deb2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a98219b View commit details
    Browse the repository at this point in the history
  4. lint

    frangio committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    9ab63fb View commit details
    Browse the repository at this point in the history
  5. add changelog entry

    frangio committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    0bbd4b3 View commit details
    Browse the repository at this point in the history
  6. increase timeout

    frangio committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    89720a5 View commit details
    Browse the repository at this point in the history