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

Implementation of Contract::getEventLogs() and improved general comments and error messages #196

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

Commits on Dec 30, 2020

  1. added and improved comments and error messages for clarity

    Attempting to make some of the comments and errors easier to understand and clearer in what it does / what is required
    Nanolucas committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    dd25610 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd1c09b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56b50e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bffe4cf View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Configuration menu
    Copy the full SHA
    486d849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    665b15b View commit details
    Browse the repository at this point in the history
  3. implement event log getter

    Nanolucas committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    af71b4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    121c80f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af3bd4c View commit details
    Browse the repository at this point in the history
  6. working implementation of getEventLogs

    A working, improved and deciphered version of the function alluded to in web3p#93
    Nanolucas committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    816c223 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. return data with named keys

    also improve general comments throughout function
    Nanolucas committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    aade350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    125aea0 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. handle indexed parameters

    Nanolucas committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    46dc78e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. added comment

    Nanolucas committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    bb9f9f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. initialise empty array

    Nanolucas committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    b26da9a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    91ef36f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4e9e4a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

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

Commits on Apr 17, 2021

  1. Configuration menu
    Copy the full SHA
    87f8976 View commit details
    Browse the repository at this point in the history
  2. add contract::getEventLogs

    Nanolucas committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    0377c6c View commit details
    Browse the repository at this point in the history