daml/daml-lf/engine
Gerolf Seitz 536e793a44
Don't return witnessed contracts in ActiveContractsService (#4791)
The change to `EventFilter` and to the query in `JdbcLedgerDao` are
"duplicate work", but we need the change in EventFilter for the
InMemoryLedger, and the change in JdbcLedgerDao so that we avoid
fetching a contract that anyway would be discarded later.

CHANGELOG_BEGIN
[Sandbox]: Witnessed contracts for which a party is not a stakeholder
are no longer returned in the active contract stream.
CHANGELOG_END

Fixes #3254.
2020-03-03 16:29:55 +01:00
..
src Don't return witnessed contracts in ActiveContractsService (#4791) 2020-03-03 16:29:55 +01:00
BUILD.bazel [Engine] optimize conversion of Hash to String (#4608) 2020-02-19 21:48:25 +00:00