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
when contract code or embedded parameter changes it may brake the assumptions used at call sites;
identifying the exact contract by the users;
The contract id should change is any code or embedded parameter name changes. However, changes in embedded parameter values should not change the id. We're identifying the contract template and not the parametrized contract instance.
Implementation
Hash of: serialized contract template (ergo tree with placeholders instead of constant values)
The text was updated successfully, but these errors were encountered:
Motivation
The contract id should change is any code or embedded parameter name changes. However, changes in embedded parameter values should not change the id. We're identifying the contract template and not the parametrized contract instance.
Implementation
Hash of:
serialized contract template (ergo tree with placeholders instead of constant values)
The text was updated successfully, but these errors were encountered: