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

Conversation

jqphu
Copy link
Contributor

@jqphu jqphu commented Mar 20, 2023

Motivation

The CallLogFrame was not being exported from geth which made it
difficult to store all the logs using the ethers type.

Solution

Export CallLogFrame so it's accessible publicly via ethers::types.
Also export the internal fields.

The CallLogFrame was not being exported from geth which made it
difficult to store all the logs using the ethers type.
Cargo.toml Outdated Show resolved Hide resolved
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
Copy link
Contributor Author

jqphu commented Mar 20, 2023

Was just testing this locally and realized I didn't make the internal fields public. Fixed and good to go now!

@gakonst gakonst merged commit 89cf65f into gakonst:master Mar 21, 2023
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants