Atomically switching the execution layer to a non-programmable FVM #296
raulk
started this conversation in
Enhancements - Technical
Replies: 2 comments
|
There's a note about running sanity checks, possibly validating tipsets in both VMs at once. That latter idea may well be intractable. My understanding of our intention is to demonstrate equivalence of the FVM actors prior to committing to the change, though. Perhaps we could note a plan something like:
|
0 replies
|
Running the chain at nv15 for a while to gain confidence will be important. However, when the FVM upgrade hits, we'll end up running different code (due to gas changes, actor deployment model, etc.) than the one running alongside nv15. To address that, I'd propose:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Discussion to accompany #294.
Adapted from its abstract:
That FIP also proposes that all implementations migrate to a canonical Wasm actors codebase.
All reactions