daml/compiler/repl-service
Moritz Kiefer 9881ff5231
Make DAML REPL work without a ledger (#6838)
This PR makes the ``--ledger-host`` and ``--ledger-port`` parameters
optional so DAML REPL works without a ledger which is useful now that
we have better. support for pure expressions. This just piggybacks on
DAML Script’s multiparticipant support so there are no significant
changes on the service.

Docs are updated and we have a testcase.

Side note: What is still missing is `let x = …` in DAML REPL. I’ll
tackle that in a separate PR.

changelog_begin
changelog_end
2020-07-23 10:23:24 +00:00
..
client Make DAML REPL work without a ledger (#6838) 2020-07-23 10:23:24 +00:00
protos Print results in DAML REPL and support pure expressions (#6799) 2020-07-21 09:01:18 +00:00
server Make DAML REPL work without a ledger (#6838) 2020-07-23 10:23:24 +00:00