ref-fvm icon indicating copy to clipboard operation
ref-fvm copied to clipboard

Implement feature flags functionality for integrating with Lotus

Open maciejwitowski opened this issue 3 years ago • 1 comments

When we do changes in lotus repo, related to FEVM, we should hide them behind feature flags. Reference in Slack thread

maciejwitowski avatar Sep 05 '22 16:09 maciejwitowski

per discussion - that in lotus we will use the network version for different fvm versions & feature protection. We want to avoid feature flags in Lotus.

jennijuju avatar Sep 05 '22 16:09 jennijuju

Migration Steps:

  • go-state-types: move current v8 hacky patches to v10
  • filecoin-ffi: introduce multi version fvm, dispatching on network/actors version
  • lotus: ready new branch (to avoid disrupting wallaby), with gst/fffi integration and prepare for merge to master, modulo lotus team review.

vyzo avatar Oct 06 '22 10:10 vyzo