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

Fixes for event log and event handling #55

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

Commits on Jun 16, 2021

  1. Fixes dynamic length event data processing

    The current source does not currently process events containing dynamic bytes properly. These changes add a corrected offset when handling dynamic bytes.
    ynohtna92 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    ed7ec56 View commit details
    Browse the repository at this point in the history
  2. Adds missing eth_getLogs action

    Adds a missing action so the eth_getLogs method is handled correctly.
    
    Fixes typo in \Ethereum\Datatype\\ -> \Ethereum\DataType\ so classes are correctly assigned.
    ynohtna92 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    4d53755 View commit details
    Browse the repository at this point in the history
  3. Optional eventHandle bool arg for processLog

    Only call the user function when eventHandle is true. Allows for $event to be passed without being used in a call.
    ynohtna92 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    1eac373 View commit details
    Browse the repository at this point in the history
  4. Removed whitespaces

    ynohtna92 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    c40eb10 View commit details
    Browse the repository at this point in the history
  5. Updated processLog comment

    micro-change
    ynohtna92 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    f9d0899 View commit details
    Browse the repository at this point in the history