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
With use-ink/ink#1695 the environmental types of a contract are now persisted to its metadata. Before a contract is uploaded/instantiated to a chain we should conduct a verification that the contract's types actually match the ones from the node metadata.
The text was updated successfully, but these errors were encountered:
The Substrate Node's does not expose those type in plain. We need first to figure out how to expose those types in the generated metadata using subxt. This requires some work to be done in Substrate's metadata IR to expose those types, then the changes need to be propagated to subxt before we can tackle this isues.
With use-ink/ink#1695 the environmental types of a contract are now persisted to its metadata. Before a contract is uploaded/instantiated to a chain we should conduct a verification that the contract's types actually match the ones from the node metadata.
The text was updated successfully, but these errors were encountered: