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

Connect to eth node #1580

Open
wants to merge 113 commits into
base: master
Choose a base branch
from
Open

Connect to eth node #1580

wants to merge 113 commits into from

Commits on Jan 5, 2020

  1. Configuration menu
    Copy the full SHA
    51c6091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87e3b44 View commit details
    Browse the repository at this point in the history
  3. Ignore web3 types.

    smoelius committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    56a7bab View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Handle symbolic offsets.

    smoelius committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    b395920 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d16736a View commit details
    Browse the repository at this point in the history
  3. Blacken.

    smoelius committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    6df79e6 View commit details
    Browse the repository at this point in the history
  4. Better mypy integration.

    Thanks, @ekilmer.
    smoelius committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    1b50ce0 View commit details
    Browse the repository at this point in the history
  5. More blackening.

    smoelius committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    5afa862 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    254c6c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d58368c View commit details
    Browse the repository at this point in the history
  8. Blacken.

    smoelius committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    ffa39b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    7d654aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46f7a30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1a82f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Configuration menu
    Copy the full SHA
    d40d143 View commit details
    Browse the repository at this point in the history
  2. Back out typeguard.

    smoelius committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    043f9c0 View commit details
    Browse the repository at this point in the history
  3. Use "not in".

    smoelius committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    5a66521 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eff254 View commit details
    Browse the repository at this point in the history
  5. "fromDict" -> "from_dict".

    smoelius committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    081f4b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    bc0cb70 View commit details
    Browse the repository at this point in the history
  2. Fix gas check.

    smoelius committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    32a19ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cbad00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b0a5ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e18fd7c View commit details
    Browse the repository at this point in the history
  6. Add tests.

    smoelius committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    912366b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Configuration menu
    Copy the full SHA
    6222aca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eec85f9 View commit details
    Browse the repository at this point in the history
  3. Reduce Storage warnings.

    smoelius committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    51d4494 View commit details
    Browse the repository at this point in the history
  4. Address Web3 forking bug.

    If appears that if a process creates a WebsocketProvider and then forks,
    the child process does not create a new "thread loop" for its own
    WebsocketProvider.  The present commit addresses this issue.
    smoelius committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    566620e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1d5cdd View commit details
    Browse the repository at this point in the history
  6. Add command line arguments.

    smoelius committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    80c0f1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca7d215 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1855689 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    244554a View commit details
    Browse the repository at this point in the history
  10. Separate out truffle tests.

    smoelius committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    9c871cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    468036e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6c15093 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    920d28d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3f15747 View commit details
    Browse the repository at this point in the history
  15. Simplify ci.yml

    Remove the "all" option.  Make the error message a little more
    intuitive.
    smoelius committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    4944d67 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

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

Commits on Jan 13, 2020

  1. Configuration menu
    Copy the full SHA
    d298c19 View commit details
    Browse the repository at this point in the history
  2. Do not enable uninitialized storage detector when using RPC.

    It generates too much noise.
    smoelius committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    72c95b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Typo.

    smoelius committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    758e8c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    053b393 View commit details
    Browse the repository at this point in the history
  3. Add tests.

    smoelius committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    1d0cebd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca67c9c View commit details
    Browse the repository at this point in the history
  5. Typo.

    smoelius committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    abdca9e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Address typing issues.

    smoelius committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    ef328af View commit details
    Browse the repository at this point in the history
  2. Report errors in ci.yml.

    smoelius committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    b0a38fd View commit details
    Browse the repository at this point in the history
  3. Add EXPECTED_TX to ci.yml.

    smoelius committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    913f31f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ff301e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Fix types.

    smoelius committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    bc5085b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0c7272 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d15cddf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd3b7e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Add bad IP/port tests.

    smoelius committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    0d3254a View commit details
    Browse the repository at this point in the history
  2. Update option description.

    smoelius committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    06da949 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    7454fa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd562db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09879e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    462982a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    a1b06de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbebf32 View commit details
    Browse the repository at this point in the history
  3. Add EVMWorld.get_storage.

    smoelius committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    ea1b2bd View commit details
    Browse the repository at this point in the history
  4. Add storage tests.

    smoelius committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    92a1849 View commit details
    Browse the repository at this point in the history
  5. Blacken.

    smoelius committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    b3089b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7d090a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    954e92f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Add missing newline.

    smoelius committed May 1, 2020
    Configuration menu
    Copy the full SHA
    a3e70e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18bf648 View commit details
    Browse the repository at this point in the history
  3. Fix error in ci.yml.

    smoelius committed May 1, 2020
    Configuration menu
    Copy the full SHA
    ee206c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abe52bc View commit details
    Browse the repository at this point in the history
  5. Adjust z3 options.

    smoelius committed May 1, 2020
    Configuration menu
    Copy the full SHA
    53117d2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    6ccbd49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88ddfbc View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Remove reference to map.

    smoelius committed May 8, 2020
    Configuration menu
    Copy the full SHA
    556a492 View commit details
    Browse the repository at this point in the history
  2. Reduce log messages.

    smoelius committed May 8, 2020
    Configuration menu
    Copy the full SHA
    56a38f0 View commit details
    Browse the repository at this point in the history
  3. Eliminate ci.yml conflicts.

    smoelius committed May 8, 2020
    Configuration menu
    Copy the full SHA
    a5c2ddc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af3cc7d View commit details
    Browse the repository at this point in the history
  5. Update ci.yml

    Add -p to coverage run.
    smoelius authored May 8, 2020
    Configuration menu
    Copy the full SHA
    eecd9b5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    44e6c0a View commit details
    Browse the repository at this point in the history
  2. Eliminate use of dirty.

    smoelius committed May 15, 2020
    Configuration menu
    Copy the full SHA
    c3ae87f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    747ad69 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

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

Commits on May 24, 2020

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

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    6054033 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f59f39 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    49707bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45b87b8 View commit details
    Browse the repository at this point in the history
  3. Blacken.

    smoelius committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    60daa52 View commit details
    Browse the repository at this point in the history
  4. Interpret coinbase as hex.

    smoelius committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    b8880cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4a0471 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15d5366 View commit details
    Browse the repository at this point in the history
  7. Set blockheader information.

    smoelius committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    3a01360 View commit details
    Browse the repository at this point in the history
  8. Use self.get_storage.

    smoelius committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    1de8eba View commit details
    Browse the repository at this point in the history
  9. Use self._set_storage.

    smoelius committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    91d48ed View commit details
    Browse the repository at this point in the history
  10. Nominal changes.

    smoelius committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    02a540e View commit details
    Browse the repository at this point in the history
  11. Callstack type has changed.

    smoelius committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    a4c599d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Eliminate unused imports.

    smoelius committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    2215ba8 View commit details
    Browse the repository at this point in the history
  2. Simplify Storage.get.

    smoelius committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    6b3dbf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c29a24a View commit details
    Browse the repository at this point in the history
  4. More merge bug fixes.

    smoelius committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    f257ec8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    399dd08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a38281 View commit details
    Browse the repository at this point in the history
  7. Implement Storage.__copy__.

    smoelius committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    3446e21 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc97a38 View commit details
    Browse the repository at this point in the history
  9. Coverage fixes in ci.yml.

    smoelius committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    94055f9 View commit details
    Browse the repository at this point in the history
  10. More ci.yml fixes.

    smoelius committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    8af6869 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a23d8a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3fc4264 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ebd8cc0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cca9dbf View commit details
    Browse the repository at this point in the history