daml/ledger/ledger-api-test-tool
Stefano Baghino f67c32b002
Integrate transaction lookup on new schema in Ledger API (#5104)
* Integrate transaction lookup on new schema in Ledger API

Re-wires all transaction lookups to the new schema

CHANGELOG_BEGIN
CHANGELOG_END

* Always return the agreement text

CHANGELOG_BEGIN
[Ledger API Server] The metric 'daml.index.lookup_transaction' has been
replaced by 'daml.index.lookup_flat_transaction_by_id' and
'daml.index.lookup_transaction_tree_by_id', which record the same events
but with more granularity regarding the type of lookup.
CHANGELOG_END

* Ensure agreement text invariant in a single place

* Do not compare the order in which witness parties appear in an event

* Hide command identifier from non-submitters in transaction trees

* Fix time assigned to transaction to be the ledger effective time and not the record time

* Store transactions from initial state into the new schema
2020-03-20 17:22:42 +00:00
..
src/main Integrate transaction lookup on new schema in Ledger API (#5104) 2020-03-20 17:22:42 +00:00
BUILD.bazel rework daml_compile bazel rule (#5070) 2020-03-18 23:06:55 +00:00
conformance.bzl Remove InMemoryKVParticipantState (#4674) 2020-02-26 15:45:35 +01:00