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

Help #60

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

Help #60

wants to merge 80 commits into from

Commits on Apr 23, 2020

  1. Untilde algebra.py

    palkeo committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    6f9ba71 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Remove useless file.

    palkeo committed Apr 25, 2020
    1 Configuration menu
    Copy the full SHA
    01ccc7e View commit details
    Browse the repository at this point in the history
  2. Untildify prettify.py

    palkeo committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    1c35699 View commit details
    Browse the repository at this point in the history
  3. Run black over prettify.

    palkeo committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    b3bf86a View commit details
    Browse the repository at this point in the history
  4. Remove useless vars.

    palkeo committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    66be8ab View commit details
    Browse the repository at this point in the history
  5. Fix small bug.

    palkeo committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    8459dd8 View commit details
    Browse the repository at this point in the history
  6. Remove unused vars.

    palkeo committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    5200f48 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Fix some more bugs.

    palkeo committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    3a6e208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f2a7e5 View commit details
    Browse the repository at this point in the history
  3. Remove profiler.

    palkeo committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    9afbfee View commit details
    Browse the repository at this point in the history
  4. More untilding

    palkeo committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    2dd082a View commit details
    Browse the repository at this point in the history
  5. Handle timeouts gracefully instead of crashing.

    palkeo committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    c437d93 View commit details
    Browse the repository at this point in the history
  6. Untildify whiles

    palkeo committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    04d39f8 View commit details
    Browse the repository at this point in the history
  7. Fix small bug, reduce max number of nodes.

    palkeo committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    9a76ad7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Move signatures stuff to logging.

    palkeo committed May 2, 2020
    5 Configuration menu
    Copy the full SHA
    7cf4c72 View commit details
    Browse the repository at this point in the history
  2. Moar untilde.

    palkeo committed May 2, 2020
    Configuration menu
    Copy the full SHA
    b9831a2 View commit details
    Browse the repository at this point in the history
  3. Add simplification.

    palkeo committed May 2, 2020
    Configuration menu
    Copy the full SHA
    ee2aff5 View commit details
    Browse the repository at this point in the history
  4. Moar untildification.

    palkeo committed May 2, 2020
    Configuration menu
    Copy the full SHA
    0beac85 View commit details
    Browse the repository at this point in the history
  5. Finish untildification.

    palkeo committed May 2, 2020
    Configuration menu
    Copy the full SHA
    a72ea92 View commit details
    Browse the repository at this point in the history
  6. Remove a global variable.

    palkeo committed May 2, 2020
    Configuration menu
    Copy the full SHA
    1973b91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7ad8c6 View commit details
    Browse the repository at this point in the history
  8. Small fixes.

    palkeo committed May 2, 2020
    Configuration menu
    Copy the full SHA
    62701a4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Small fixes.

    palkeo committed May 3, 2020
    Configuration menu
    Copy the full SHA
    05a2ef7 View commit details
    Browse the repository at this point in the history
  2. Minor cleanups. Add profiling.

    palkeo committed May 3, 2020
    Configuration menu
    Copy the full SHA
    07de051 View commit details
    Browse the repository at this point in the history
  3. Small fixes.

    palkeo committed May 3, 2020
    Configuration menu
    Copy the full SHA
    456fd0a View commit details
    Browse the repository at this point in the history
  4. Minor changes.

    palkeo committed May 3, 2020
    Configuration menu
    Copy the full SHA
    adddfe1 View commit details
    Browse the repository at this point in the history
  5. Simplify caching and stuff.

    palkeo committed May 3, 2020
    Configuration menu
    Copy the full SHA
    4771620 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    1f1ff15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0220d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab14c92 View commit details
    Browse the repository at this point in the history
  4. Add uniswap to addr shortcuts

    palkeo committed May 4, 2020
    Configuration menu
    Copy the full SHA
    7136bfe View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Fix wrong escape code.

    palkeo committed May 6, 2020
    Configuration menu
    Copy the full SHA
    f8a7275 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Apply eveem-org#16

    palkeo committed May 8, 2020
    Configuration menu
    Copy the full SHA
    8859262 View commit details
    Browse the repository at this point in the history
  2. Revert "Don't depend on web3 (used only when loading addresses)"

    This reverts commit ab14c92.
    palkeo committed May 8, 2020
    Configuration menu
    Copy the full SHA
    7c586a1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'untilde'

    palkeo committed May 8, 2020
    Configuration menu
    Copy the full SHA
    ed36e9b View commit details
    Browse the repository at this point in the history
  4. Improve readme.

    palkeo committed May 8, 2020
    Configuration menu
    Copy the full SHA
    5e07e40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3462a7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Importing https://4byte.directory signature definitions…

    Cellier Laël committed May 9, 2020
    1 Configuration menu
    Copy the full SHA
    b5ca581 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Fix untilde bug.

    palkeo committed May 13, 2020
    Configuration menu
    Copy the full SHA
    1da5afb View commit details
    Browse the repository at this point in the history
  2. Minor improvements

    palkeo committed May 13, 2020
    Configuration menu
    Copy the full SHA
    7b8a9ca View commit details
    Browse the repository at this point in the history
  3. Fix bug.

    palkeo committed May 13, 2020
    Configuration menu
    Copy the full SHA
    1e844f4 View commit details
    Browse the repository at this point in the history
  4. Fix small bug.

    palkeo committed May 13, 2020
    Configuration menu
    Copy the full SHA
    0ecc4f7 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    e689e62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31fa85a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Merge pull request #1 from ytrezq/master

    Update supplement database.
    palkeo authored May 16, 2020
    2 Configuration menu
    Copy the full SHA
    76fd1b1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Fix symbolic returndatasize.

    palkeo committed May 23, 2020
    Configuration menu
    Copy the full SHA
    06a08d6 View commit details
    Browse the repository at this point in the history
  2. Proper exception handling, and use a non-Exception for timeouts.

    This way timeouts are properly handled.
    palkeo committed May 23, 2020
    Configuration menu
    Copy the full SHA
    317643d View commit details
    Browse the repository at this point in the history
  3. Fix JSON serialization error.

    palkeo committed May 23, 2020
    Configuration menu
    Copy the full SHA
    0e67328 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

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

Commits on Jul 1, 2020

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

Commits on Jul 3, 2020

  1. Merge pull request #2 from cleanunicorn/master

    Improve readme and add more things to gitignore
    palkeo authored Jul 3, 2020
    Configuration menu
    Copy the full SHA
    a2a4ada View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Add a simplification.

    palkeo committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    c1b44e3 View commit details
    Browse the repository at this point in the history
  2. Add logging.

    palkeo committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    fdfa0a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Finally make it a proper package.

    palkeo committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    8994005 View commit details
    Browse the repository at this point in the history
  2. Improve readme.

    palkeo committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    c940dd6 View commit details
    Browse the repository at this point in the history
  3. Add setup.py.

    palkeo committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    3525dde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e35347f View commit details
    Browse the repository at this point in the history
  5. Fix topic name.

    palkeo committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    876a8de View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Fix bug where best_score is not used.

    palkeo committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    561e1c7 View commit details
    Browse the repository at this point in the history
  2. Port project to poetry.

    palkeo committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    28883b4 View commit details
    Browse the repository at this point in the history
  3. Reformat code.

    palkeo committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    d584f3e View commit details
    Browse the repository at this point in the history
  4. Add flake8 config.

    palkeo committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a871696 View commit details
    Browse the repository at this point in the history
  5. Use argparse.

    palkeo committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    9366371 View commit details
    Browse the repository at this point in the history
  6. Fix crash, instead log an error.

    palkeo committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    2e2f828 View commit details
    Browse the repository at this point in the history
  7. Add BASEFEE opcode.

    palkeo committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a402af5 View commit details
    Browse the repository at this point in the history
  8. Support for Solidity Panic codes.

    palkeo committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    ee589f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Rewrite ABI support.

    palkeo committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    e0709d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Small refactorings/cleanups.

    palkeo committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    40edfa0 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. small cleanups

    palkeo committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    6e393af View commit details
    Browse the repository at this point in the history
  2. Fix package name.

    palkeo committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    efdf698 View commit details
    Browse the repository at this point in the history
  3. Fix empty param names.

    palkeo committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    47a2e69 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Update ABI dump with events.

    palkeo committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    440bfc5 View commit details
    Browse the repository at this point in the history
  2. Various fixes + bump version.

    palkeo committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    0d9651d View commit details
    Browse the repository at this point in the history
  3. Small fixes.

    palkeo committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    91b887d View commit details
    Browse the repository at this point in the history
  4. Update ABI dump.

    palkeo committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    2bcf84c View commit details
    Browse the repository at this point in the history
  5. Update version.

    palkeo committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    d436ac1 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Improve logs.

    palkeo committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    62bd775 View commit details
    Browse the repository at this point in the history
  2. Add logging.

    palkeo committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    752e79b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Add support for the push0 opcode.

    palkeo committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    23edd11 View commit details
    Browse the repository at this point in the history