mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
105ed7aba6
* Work in progress for the key-value participant-state utilities * WIP on kvutils reference * Try out "InMemoryKVParticipantState" in the reference server * Work in progress on the rewrite based on code review Main idea here is that there's functions to produce submissions, and function to process a submission and produce the log entries, and a function to convert a log entry into 'Update'. * WIP * Add documented traits to clean up the key-value utility interfaces * reorganize and address code review * Add tests for in-memory kvutils example plus fix few missing bits * Documentation, logging and heartbeats * Move heartbeat source init out of actor preStart * Add DamlOnXTimeService. Package inputs. Fix entryId references. Semantic tests pass now. * copyright headers & reformat * Fix input computation, improve docs in daml_kvutils.proto The DamlContractState input entries were missing for fetches and non-consuming exercises. * Disable SemanticTests.timeTravel This test only works against Sandbox with a static time model, not against arbitrary daml-on-x implementations. We can re-enable it once a test service shim has been implemented. |
||
---|---|---|
.. | ||
reference | ||
src/main/scala/com/daml/ledger/participant/state/index/v1 | ||
BUILD.bazel |