daml
daml copied to clipboard
Handle agreement text as part of upgrades
Very basic support: Agreement text is due to be removed for Daml 3.0. We should treat it as a normal field (i.e. agreement: Text, and we therefore can not add it as an upgrade later).
Values are already thrown away. Just need to check it as part of the precondition.
Already deprecated in https://github.com/digital-asset/daml/pull/18468