Skip to content

Move/rename repo #146

Open
Open
@Stebalien

Description

@Stebalien

Given that this is shaping up to be a core shared library, it should live in the filecoin-project org:

  • Either as a sub-crate in the builtin actors.
  • Or as a new package? Maybe something like librfc?....
  • Or something in the ref-fvm repo?

Right now, there's an awkward dependency detour where:

  • The builtin actors depend on this repo.
  • This repo depends on the FVM.

Most changes to the FVM's API will require a change change in this repo before that change can be propagated to the builtin actors. This will be a non-issue once M2.2 (general programmability) ships as the FVM interfaces will have stabilized by then (or we'll have proper FVM "container" versioning, at the very least). But the current situation won't work for M2.1 and M2.2 because we're actively changing said interfaces.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions