daml/daml-script
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
..
converter Upgrade scalafmt and enable trailing commas (#8437) 2021-01-09 11:37:37 +01:00
daml Expose transaction trees in DAML Script (#8750) 2021-02-04 15:21:30 +01:00
runner Expose transaction trees in DAML Script (#8750) 2021-02-04 15:21:30 +01:00
test ledger-on-memory: Only support pre-execution. [KVL-821] (#8757) 2021-02-05 08:56:55 +00:00