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
Local contracts (those contract created withing a transactions) are not upgraded when fetch/exercise with a different version.
Those failed with WronglyTypeContract Error.
the test "signatories in local contract" in this branch show the issue.
This is fixed by #20035 in the sense that we now perform upgrades for local contracts. So closing this. But these upgrades always fail for now, see #20282.
Local contracts (those contract created withing a transactions) are not upgraded when fetch/exercise with a different version.
Those failed with WronglyTypeContract Error.
the test "signatories in local contract" in this branch show the issue.
The missing upgrade is located in FetchTemplate SBuiltinFun.
The text was updated successfully, but these errors were encountered: