daml/ledger/ledger-api-test-tool
Gerolf Seitz a5921e0274 Properly fill eventId for active contracts (#3126)
* Properly fill eventId for active contracts

This gets rid of the last remaining bit that assumes
contractId==eventId.

Fixes #65.
Contributes to #2068.

* Do not conflate eventId and contractId in the daml-lf interpreter

* Do not treat contractId as eventId in Ledger.scala

* Remember the transaction that divulged a contract.

* In this scope we can treat divulged contracts the same as disclosed ones

* revert a few more syntactical changes to make the overall diff smaller

* retain the same behavior on the scenario service api

* fix unreleased after rebase
2019-10-16 17:02:04 +00:00
..
src/main Properly fill eventId for active contracts (#3126) 2019-10-16 17:02:04 +00:00
test/main/resources New Ledger API test tool (#2282) 2019-08-09 17:00:37 +02:00
BUILD.bazel daml-lf: repackage daml-lf archive proto (daml_lf -> daml_lf_dev) (#3169) 2019-10-15 09:36:11 +00:00
conformance.bzl First multi-node test (#2737) 2019-09-05 09:37:51 +02:00