daml/ledger-api/grpc-definitions
Gerolf Seitz 136f6d1c08
Remove ExercisedEvent#contract_creating_event_id. (#2262)
This is a breaking change on the ledger api. So far we could rely on the
assumption that contractId == eventId. This assumption doesn't hold
anymore in a daml-on-x setting, where the eventId is created by the
api server, but the absolute contractId is created by the ledger
implementation.

Instead of going through weird contortions to store the relevant data in
the existing database schema, it is more viable in the long term to
remove that field and instead provide facilities to lookup transactions
by contractId.

Contributes to #2068.
2019-07-29 11:30:01 +02:00
..
com/digitalasset/ledger/api/v1 Remove ExercisedEvent#contract_creating_event_id. (#2262) 2019-07-29 11:30:01 +02:00
grpc/health/v1 open-sourcing daml 2019-04-04 09:33:38 +01:00
BUILD.bazel haskell ledger bindings, support uploadDarFile (#2146) 2019-07-15 16:06:41 +01:00
ERRORS.md open-sourcing daml 2019-04-04 09:33:38 +01:00
post-process.sh Move protobuf docs into rst format (#334) 2019-04-10 16:42:35 +02:00
README.md open-sourcing daml 2019-04-04 09:33:38 +01:00
rst_mmd.tmpl Move protobuf docs into rst format (#334) 2019-04-10 16:42:35 +02:00

gRPC LEDGER API

This repository serves for prototyping the next generation gRPC ledger-api.

For a description of error codes that may appear on the API, see this document