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

refactor(eth): attach ToFilecoinMessage converter to EthCall type #12062

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

Conversation

raulk
Copy link
Member

@raulk raulk commented May 31, 2024

Small refactor to clean things up.

  • This converter is better placed as an EthCall method instead of a package-level function.
  • The resulting package/module import graph is sane.
  • Exporting this as a public method is very helpful for those who use Lotus as a library.

Copy link

github-actions bot commented May 31, 2024

All checks have passed

@rjan90
Copy link
Contributor

rjan90 commented Jun 3, 2024

Thanks for the PR! Aarsh will do a pass on it when he is back (he is OOO today).

In the meantime, it looks like you need to run: make gen / make docsgen-cli for the two last checks there to pass.

@Stebalien
Copy link
Member

Er, sorry, I didn't see the comment from @rjan90.

Make gen / Make docsgen-cli
@rjan90
Copy link
Contributor

rjan90 commented Jun 3, 2024

Pushed make gen / make doscgen-cli, to unblock this PR (hope that was okay Raul) so that we can merge it.

@Stebalien
Copy link
Member

Test failure looks real.

@raulk
Copy link
Member Author

raulk commented Jun 4, 2024

@rjan90 thanks for running make! ❤️
@Stebalien -- yep, it looks real. I'm investigating.

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.

3 participants