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 to forest shim #5001

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

sudo-shashank
Copy link
Contributor

@sudo-shashank sudo-shashank commented Nov 25, 2024

Summary of changes

Changes introduced in this pull request:

Reference issue to close (if applicable)

Closes #4875

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation. All new code adheres to the team's documentation standards,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

@sudo-shashank sudo-shashank marked this pull request as ready for review November 27, 2024 13:01
@sudo-shashank sudo-shashank requested review from a team as code owners November 27, 2024 13:01
@@ -121,6 +122,7 @@ lru = "0.12"
memmap2 = "0.9"
memory-stats = "1"
multiaddr = "0.18"
multihash = { version = "0.18", features = ["identity"] }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

multihash is re-exported from cid and can be accessed by cid::multihash, let's not add it to the deps

@@ -10,6 +10,7 @@ use crate::chain_sync::collect_errs;
use crate::metrics::HistogramTimerExt;
use crate::networks::{ChainConfig, Height};
use crate::shim::actors::PowerActorStateLoad as _;
use crate::shim::actors_interface::power;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_iterface looks redundant when it's under shim, what do you think?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'll require a bit of reorg, but makes total sense. One less "abstraction" will hopefully lead to flattening the learning curve a bit.

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.

Move fil-actor-interface crate from fil-actor-states repo
3 participants