forest
forest copied to clipboard
Move fil-actor-interface crate from fil-actor-states repo
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 reflectshim/actors
. - [ ] The
fil-actor-interface
crate is successfully moved from thefil-actor-states
and it builds successfully with the movedfil-actor-interface
crate. - [ ] The
fil-actor-interface
crate is removed from thefil-actor-states
repository to avoid confusion
Additional Links & Resources
https://github.com/ChainSafe/fil-actor-states/blob/main/fil_actor_interface/Cargo.toml