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

Factor out crypto dependency #1806

Open
Stebalien opened this issue Jun 30, 2023 · 1 comment
Open

Factor out crypto dependency #1806

Stebalien opened this issue Jun 30, 2023 · 1 comment

Comments

@Stebalien
Copy link
Member

The FVM currently implements lots of Filecoin-specific crypto internally. However, we'd prefer to factor this out to an "extern" to remove the dependency on filcrypto for users who don't need it.

This will also:

  1. Partially prepares for features like Pluggable System Calls & Kernel #1787.
  2. Make updating filcrypto much easier. Ideally, we'd backport this feature to fvm v2 as well.
@Stebalien
Copy link
Member Author

We're likely just going to go directly for #1787.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant