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

fix(core): re-export CallLogFrame from geth types #2283

Merged
merged 2 commits into from Mar 21, 2023

Commits on Mar 20, 2023

  1. fix(core): re-export CallLogFrame from geth types

    The CallLogFrame was not being exported from geth which made it
    difficult to store all the logs using the ethers type.
    jqphu committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    5b2e8a1 View commit details
    Browse the repository at this point in the history
  2. fix(core): correct the visibility of the geth CallLogFrame struct

    The previous diff made the struct public but did not change the fields
    itself. The struct being public is not useful unless the fields are
    public.
    jqphu committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    6287267 View commit details
    Browse the repository at this point in the history