Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • What do you mean it's more "neat on WASM runtime pattern" ? Also, forkless upgradability could be achieved (with more difficulty, sure) with native runtimes so it doesn't really answer the question. Commented May 16, 2022 at 15:59
  • @SachaLansky I think the second paragraph answer you question well, solving the miners/validators' consensus with on-chain-upgrade as a transaction is the true value of WASM which bring more autonomous and shorten the whole upgrade process. Commented May 17, 2022 at 9:28
  • @SachaLansky By "neat on WASM runtime pattern", I mean one solution(WASM runtime) solves two problem (one is runtime's forkless upgradability, the other is ocw's easy upgradablity) Commented May 18, 2022 at 6:57