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
{{ message }}
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
To implement #478 we need to call provider.getCode for some appDefinition and then store that bytecode in the SharedData so that it can be referenced later when we want to do a valid transition check. This task tracks to fetching + storage of that bytecode.
Presumably this should be done when you create a channel for the first time or join a channel as a forked process.
The text was updated successfully, but these errors were encountered:
To implement #478 we need to call
provider.getCode
for someappDefinition
and then store that bytecode in theSharedData
so that it can be referenced later when we want to do a valid transition check. This task tracks to fetching + storage of that bytecode.Presumably this should be done when you create a channel for the first time or join a channel as a forked process.
The text was updated successfully, but these errors were encountered: