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

Move fil-actor-interface crate from fil-actor-states repo #4875

Open
3 tasks
sudo-shashank opened this issue Oct 10, 2024 · 0 comments
Open
3 tasks

Move fil-actor-interface crate from fil-actor-states repo #4875

sudo-shashank opened this issue Oct 10, 2024 · 0 comments
Assignees

Comments

@sudo-shashank
Copy link
Contributor

Summary

The fil_actor_interface crate currently resides in the fil-actor-states repo, but it should be moved into forest repo inside shim/actors.
This avoids the need to constantly re-release fil_actor_interface for minor changes that are only needed for us.
This crate is not being used by any external projects, so it makes sense to optimize the structure for internal use.

Completion Criteria

  • All references to fil-actor-interface within the forest repository are updated to reflect shim/actors.
  • The fil-actor-interface crate is successfully moved from the fil-actor-states and it builds successfully with the moved fil-actor-interface crate.
  • The fil-actor-interface crate is removed from the fil-actor-states repository to avoid confusion

Additional Links & Resources

https://github.com/ChainSafe/fil-actor-states/blob/main/fil_actor_interface/Cargo.toml

@sudo-shashank sudo-shashank self-assigned this Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant