Depends on #8
Research if it is possible to implement an extension with a PolkaVM program.
The use case is that a chain can enable new extension by simply uploading a PolkaVM program and it will be used as extension implementation.
The PolkaVM program will be executed on a similar environment of the XCQ executor. i.e. it can call into other extensions. In that way, it could use an extension to read raw storages and basically do anything.
Depends on #8
Research if it is possible to implement an extension with a PolkaVM program.
The use case is that a chain can enable new extension by simply uploading a PolkaVM program and it will be used as extension implementation.
The PolkaVM program will be executed on a similar environment of the XCQ executor. i.e. it can call into other extensions. In that way, it could use an extension to read raw storages and basically do anything.