You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far we have: еransactions that uses PolkaVM pallet that could be run from PolkaJS and Substrate RPC API.
Conclusion: ffter the first iteration we found some limitations: (1) we can't allows for this pallet complex arguments; (2) we can't allows to have flexiable entry point (actually we have 3 entry points -- 3 functions that could be called). These 3 functions requres to be implmented into uploaded PVM blob. But yes, these function can implment whather you want, but arguments and naming not flexiable and confusing.
Hence: we need to make another iteration of desing. Goal of this desing will be: create draw.io, text, tickets about how we fix these limitations.
Also we should undestand new fact: we should not care about PolkaJS limitations, we should implment own dApp that would render whather we wants.
All design related papers should be stored in spec/docs/PolkaVM/ directory.
The text was updated successfully, but these errors were encountered:
So far we have: еransactions that uses PolkaVM pallet that could be run from PolkaJS and Substrate RPC API.
Conclusion: ffter the first iteration we found some limitations: (1) we can't allows for this pallet complex arguments; (2) we can't allows to have flexiable entry point (actually we have 3 entry points -- 3 functions that could be called). These 3 functions requres to be implmented into uploaded PVM blob. But yes, these function can implment whather you want, but arguments and naming not flexiable and confusing.
Hence: we need to make another iteration of desing. Goal of this desing will be: create draw.io, text, tickets about how we fix these limitations.
Also we should undestand new fact: we should not care about PolkaJS limitations, we should implment own dApp that would render whather we wants.
All design related papers should be stored in spec/docs/PolkaVM/ directory.
The text was updated successfully, but these errors were encountered: