digital-asset/daml

Local contracts are not upgraded

Opened this issue · 1 comments

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.

Delaying until Remy gets back, unless upgrade squad says elsewise