daml/ledger/participant-state
Remy 8abf0bae96
Generate SubmissionEntry from KV export (#13209)
We split kv replay as follow:

- [LF] we introduce a simple protobuf to store submission entry (which
  roughly correspond to TRANSACTION_ENTRY and PACKAGE_UPLOAD_ENTRY KV
  submission)

- [KV] we create a tool to extract form a ledger export a sequence of
  submission entry

- [LF] we move the replay tool from KV to LF, and base it on
  submission entries instead of ledger export

The objectify of this split is double:

- on the one side it will simplify maintenance, as it will make API
  between KV and LF more clear (depends only on a protobuf definition)

- on the other side, it will made the use of the tool handy, as it
  will make possible to benchmark the engine without direct dependency
  between KV and LF.

CHANGELOG_BEGIN
CHANGELOG_END
2022-03-10 08:47:04 +01:00
..
kvutils Generate SubmissionEntry from KV export (#13209) 2022-03-10 08:47:04 +01:00
src/main/scala/com/daml/ledger/participant/state/v2 Metering cleanup [DPP-937] (#13210) 2022-03-09 19:06:04 +00:00
BUILD.bazel Remove dependencies on compatibility libraries (#12548) 2022-01-24 18:04:07 +00:00