daml/daml-script
Moritz Kiefer 44d843f9ef
Support authentication and TLS in DAML repl (#4998)
* Support authentication and TLS in DAML repl

changelog_begin

- [DAML Repl - Experimental] You can now connect to a ledger via TLS
  by passing ``--tls`` to ``daml repl``

- [DAML Repl - Experimental] You can now connect to a ledger with
  authentication by passing the token via ``--access-token-file`` to
  ``daml repl``.

changelog_end

* try to fix linking on windows

* windows is weird

* gnah
2020-03-16 10:43:57 +01:00
..
daml Wrap Script in StateT to make evaluation order a bit less important (#4869) 2020-03-06 13:42:11 +01:00
runner Support authentication and TLS in DAML repl (#4998) 2020-03-16 10:43:57 +01:00
test Share test certificates (#4982) 2020-03-13 12:12:34 +01:00