filecoin-project / specs-actors

DEPRECATED Specification of builtin actors, in the form of executable code.
Other
86 stars 102 forks source link

Prototype implementation of FIL+ explicity subsidy #1560

Closed anorth closed 2 years ago

anorth commented 2 years ago

This is an implementation sketch of the FIL+ explicit subsidy, in support of the FIP (discussion). The goal is to flesh out enough of the implementation to discover all the key challenges, and be able to test some of the assumptions and mechanisms.

This PR will probably never land, because we expect to migrate to Rust actors running in the FVM before it does. This PR can thus guide implementation over there after the FIP is accepted.

anorth commented 2 years ago

If this is ever implemented it will be in the new FVM built-in actors.