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
Describe what you want implemented rkyv related traits should be implemented for at least Proof to allow for passing them through the host/VM boundary.
Describe "Why" this is needed
This is necessary to be able to pass these structures to a smart contract running on the virtual machine.
Describe alternatives you've considered
N/A
Additional context
The job of serialization and de-serialization used to be performed by canonical. Due to the increased costs it entailed, we decided to architect the new VM to allow rkyvable used as transaction arguments.
The text was updated successfully, but these errors were encountered:
Describe what you want implemented
rkyv
related traits should be implemented for at leastProof
to allow for passing them through the host/VM boundary.Describe "Why" this is needed
This is necessary to be able to pass these structures to a smart contract running on the virtual machine.
Describe alternatives you've considered
N/A
Additional context
The job of serialization and de-serialization used to be performed by canonical. Due to the increased costs it entailed, we decided to architect the new VM to allow
rkyv
able used as transaction arguments.The text was updated successfully, but these errors were encountered: