Tino Rusch
Tino Rusch
Someone pullrequested this to my fork. I reviewed and accepted it, so here it goes upstream.
# Add Default Parameters and Named Arguments This PR introduces default parameter values for function definitions and named argument support when calling functions. This feature is gated behind the `default-parameters`...
# Add External Call Functionality to DAML ## Summary This PR introduces a new builtin primitive `BEExternalCall` that enables DAML contracts to make deterministic HTTP calls to external services. This...