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
Value normalization was changed to drop trailing fields in templates/records from upgradable packages, about a month ago.
This however, does not correctly handle exerciseByInterface calls, which should decide the dropping of fields based solely on the interface version.
On top of this, the ValueTranslator does not have this logic, leading to failures in the IDE Ledger which are affecting daml-finance
The text was updated successfully, but these errors were encountered:
* reproduce #20468
* test user defined 1.15 tuple
* add tests for non-dynamic choices
* add type tetris test
* upgrade payload of mixed lf versions
* fix bug
* rename package
Value normalization was changed to drop trailing fields in templates/records from upgradable packages, about a month ago.
This however, does not correctly handle exerciseByInterface calls, which should decide the dropping of fields based solely on the interface version.
On top of this, the ValueTranslator does not have this logic, leading to failures in the IDE Ledger which are affecting daml-finance
The text was updated successfully, but these errors were encountered: