Suppress instance documentation when --data-only mode is requested.
Daml-LF
Add CAST_NUMERIC and SHIFT_NUMERIC in Daml-LF 1.dev.
Change signature of MUL_NUMERIC and DIV_NUMERIC.
Daml Integration Kit
Fix contract key uniqueness check in kvutils.
Preload packages in a background thread in kvutils.
Ledger
ActiveContractsService now specifies to always return at least one message with the offset. This removes a special case where clients would need to check if the stream was empty or not.
Dramatically increased performance of the ActiveContractService by only loading the contracts that the parties in the transaction filter are allowed to see.