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

Contract Caller Cleaned up #1227

Merged
merged 30 commits into from
Feb 11, 2019
Merged

Contract Caller Cleaned up #1227

merged 30 commits into from
Feb 11, 2019

Commits on Jan 30, 2019

  1. First pass on Contract caller

    kclowes committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    deb435b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bda172 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87225b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ceab93b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abdbd02 View commit details
    Browse the repository at this point in the history
  6. Add deprecation message

    kclowes committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    5384fbb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23603c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07bfbf3 View commit details
    Browse the repository at this point in the history
  9. Change ImplicitContract deprecation method,

    rename transaction_dict for consistency
    kclowes committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    6844adc View commit details
    Browse the repository at this point in the history
  10. Tests passing for ENS

    kclowes committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    0b34a23 View commit details
    Browse the repository at this point in the history
  11. Fix linting

    kclowes committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    f4e34fc View commit details
    Browse the repository at this point in the history
  12. ConciseContract tests passing

    kclowes committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    a84cc96 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7e65e9c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cbb2a55 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e35aeb4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4000174 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ec73ea1 View commit details
    Browse the repository at this point in the history
  18. Add block identifier to CallerTester contract

    Remove unneeded args and kwargs
    kclowes committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    9ef6efe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    40aa86a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0ed10a1 View commit details
    Browse the repository at this point in the history
  21. Whitespace

    kclowes committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    d0bc7cc View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. More whitespace

    kclowes committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    93d4501 View commit details
    Browse the repository at this point in the history
  2. Test deprecation methods,

    Change none_or_zero_address to is_none_or_zero_address
    kclowes committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    e35362a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    1b17a11 View commit details
    Browse the repository at this point in the history
  2. Sort imports correctly

    kclowes committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    ca7919f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d551be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adcafa5 View commit details
    Browse the repository at this point in the history
  5. fix linting

    kclowes committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    e959c9c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Rename transaction_dict to transaction.

    Make caller tests better
    kclowes committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    4a6da73 View commit details
    Browse the repository at this point in the history
  2. Add block_identifier example

    kclowes committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    da6888e View commit details
    Browse the repository at this point in the history