daml/daml-script/test
Samir Talwar 9c477ffdf5
ledger-on-memory: Only support pre-execution. [KVL-821] (#8757)
* ledger-on-memory: Rename `PreExecutingOwner` to just `Owner`.

* ledger-on-memory: Push the committer execution context up a little.

* ledger-on-memory: Use pre-execution in tests, not batching.

* ledger-on-memory: Remove support for batching submissions.

Pre-execution is pretty much always faster; let's use it.

CHANGELOG_BEGIN
CHANGELOG_END

* ledger-on-memory: Simplify construction.

Now we only support pre-execution, we can be less general.
2021-02-05 08:56:55 +00:00
..
daml Expose transaction trees in DAML Script (#8750) 2021-02-04 15:21:30 +01:00
src ledger-on-memory: Only support pre-execution. [KVL-821] (#8757) 2021-02-05 08:56:55 +00:00
BUILD.bazel Add a library that defines Resource factory methods for gRPC servers and channels (#8604) 2021-01-25 10:32:36 +01:00
daml-script-test-runner.sh Expose transaction trees in DAML Script (#8750) 2021-02-04 15:21:30 +01:00