daml/language-support/scala/codegen-sample-app
Samir Talwar eff09c010a
ledger-api-client: Wrap command submissions in a new class. [KVL-1009] (#10683)
* bindings-akka: Parameterize RetryInfo with its value type.

* ledger-api-client: Wrap command submissions in a new class.

This will allow me to pass a deadline alongside the commands in the
future.

CHANGELOG_BEGIN
CHANGELOG_END

* ledger-api-client: Inline `CommandRetryFlow.Value`.

* bindings-akka: Inline `CommandRetryFlow`'s `createRetry`.

It's always the same: `retryInfo.value`.
2021-08-26 17:44:12 +02:00
..
src ledger-api-client: Wrap command submissions in a new class. [KVL-1009] (#10683) 2021-08-26 17:44:12 +02:00
BUILD.bazel Upgrade Scalatest to v3.2.9. (#10576) 2021-08-12 23:19:35 +00:00
README.md Daml case and logo (#8433) 2021-01-08 12:50:15 +00:00

sample-code-generation project

IMPORTANT: Although this project is in a sub-directory of ledger-client it is not part of the project defined in ledger-client/build.sbt.

It is a standalone project

This project contains a sample Daml library (in src/main/daml/Main.daml) and the Scala sources generated from that library.

Regenerating the sources

To regenerate the sources just run:

$ ./regen-sources.sh

The generated sources will be placed in src/main/scala/generated-sources