mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
9af85e56e9
* Introduce DAML-LF value caching for transaction service Allows to keep the DAML-LF values in the most recently indexed events in memory, so that they don't have to be deserialized on the client from their Protobuf encoding. Closes #6044 CHANGELOG_BEGIN [Sandbox] The --max-lf-value-translation-cache-entries option allows to set a number of events for which DAML-LF values are cached. Could reduce latency in serving transactions for consumers that are reasonably fast. CHANGELOG_END * Add missing dependency * Address https://github.com/digital-asset/daml/pull/6052#discussion_r428076003 * Update ledger/sandbox/src/main/scala/com/digitalasset/platform/sandboxnext/Runner.scala Co-authored-by: Samir Talwar <samir.talwar@digitalasset.com> * Address https://github.com/digital-asset/daml/pull/6052#discussion_r428071324 * Address https://github.com/digital-asset/daml/pull/6052#discussion_r428076905 * Address https://github.com/digital-asset/daml/pull/6052#discussion_r428081294 * Fix fatal warnings * //ledger/caching has to be used whenever sandbox is run Co-authored-by: Samir Talwar <samir.talwar@digitalasset.com> |
||
---|---|---|
.. | ||
src/test | ||
BUILD.bazel |