The Daml smart contract language
Go to file
dylant-da 8e8e0dabdf
Convert viewtype and view methods to LF (#14456)
* Add DA_Internal_Interface to convertTypeDef exclusion check

* Move desugared types/values for interface views into DA.Internal.Desugar

* Convert viewtype and view method declarations

* Typecheck view types and view declarations

* Add unit viewtypes to InterfaceChoiceCollision tests

* Add unit viewtypes to more compiler/damlc tests

* Modify empty interfaces/implements to have viewtypes/views

* Add unit viewtypes to remaining Interface tests

* Test for error thrown when viewtype not specified

* Fix daml-lf/ interface tests to use new syntax / unit views

* Add placeholder view of type Unit to TestInterfaces

CHANGELOG_BEGIN
CHANGELOG_END

* Fix typescript interface tests with unit viewtype

* Add unit viewtype to Java & Scala codegen

* Add unit viewtype to triggers tests interface

* Add unit viewtypes to ledger/test-common

* Add unit viewtypes to ledger-service/http-json

* Fix some damlc tests

* Use viewtype syntax in InterfaceViewNonSerializable test

* Remove HasInferfaceView instances in convertBind

* Add unit view to QualifiedInterface.daml test

* Generate HasInterfaceView instances in DataDependencies

* Add unit viewtypes and views to compiler/damlc/tests

* Document reconstruction of HasInterfaceView

* Move desugared types/values for interface views into DA.Internal.Desugar

* Add desugarable function view w/ EViewInterface desugaring

* Remove templateName and viewtype from generated EViewInterface

* Update desugared-daml

* Proof of concept: use _view -> EViewInterface prim via HasInterfaceView

* Move view, HasInterfaceView to DA.Internal.Interface

* Update desugared-daml tests

* Stop removing and re-generating HasInterfaceView instances

* Do not generate docs for generated "_view_" methods

* Report errors with interface TypeConNames prettily

* Fix InterfaceViewNotSpecified @ERROR to reflect new error text

* Don't import magic `view` method from Prelude to avoid name clash

* Update shake interface goto definition test locations

* Temp disable view spec tests, will re-implement views in speedy

* Add unit viewtype to Java code snippet docs

* Update Interface syntax docs for views

* Add unit viewtype to Transferrable.daml

* Add back "empty" interface implementation to interfaces.rst

* Re-enable view tests by having _view methods on InterfaceViews.daml file

* Remove deprecated commented-out view desugaring code
2022-08-03 16:23:38 +01:00
.github templates: reduce noise (#13536) 2022-04-08 11:14:09 +00:00
.vscode Remove .vscode/settings.json (#13008) 2022-02-22 11:42:45 +01:00
3rdparty Further copyright updates (#12249) 2022-01-04 16:32:17 +01:00
bazel_tools Damlc: Remove precondition for interface (#14548) 2022-07-28 16:34:12 +00:00
build-scripts hunt down DAML (#13191) 2022-03-08 14:25:25 +01:00
ci daily: disable http/pg perf test (#14442) 2022-07-16 12:29:05 +02:00
compatibility update compat versions (#14545) 2022-07-28 10:11:26 +02:00
compiler Convert viewtype and view methods to LF (#14456) 2022-08-03 16:23:38 +01:00
daml-assistant split up, parallelize assistant integration tests (#14281) 2022-07-12 09:51:28 -04:00
daml-lf Convert viewtype and view methods to LF (#14456) 2022-08-03 16:23:38 +01:00
daml-script Convert viewtype and view methods to LF (#14456) 2022-08-03 16:23:38 +01:00
dev-env Fix CI build on windows (#14279) 2022-06-28 00:03:33 +02:00
docs Convert viewtype and view methods to LF (#14456) 2022-08-03 16:23:38 +01:00
ghc-lib Make building ghc in-project and with Bazel work again (#13970) 2022-05-30 09:47:44 +02:00
infra onboarding: add Chun Lok to release rotation (#14593) 2022-08-03 12:05:28 +02:00
language-support Convert viewtype and view methods to LF (#14456) 2022-08-03 16:23:38 +01:00
ledger Convert viewtype and view methods to LF (#14456) 2022-08-03 16:23:38 +01:00
ledger-api Add metering_report_json to GetMeteringReportResponse [DPP-1104] (#14496) 2022-07-25 14:21:49 +01:00
ledger-service Convert viewtype and view methods to LF (#14456) 2022-08-03 16:23:38 +01:00
libs-haskell Introduction of HOCON configuration for SoX [DPP-1033] (#14029) 2022-07-05 15:35:16 +02:00
libs-scala overloaded choices in json-api (#14410) 2022-07-27 15:40:58 +00:00
navigator Address navigator frontend security advisories (#14583) 2022-08-02 11:02:06 -04:00
nix bazel: Retry cache operation for IOException "Operation timed out" (#14274) 2022-06-28 13:37:42 +02:00
release rotate release duty after 2022-08-03 (#14596) 2022-08-03 15:49:48 +02:00
replacements update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
rules_daml Drop more controller can from the docs (#13215) 2022-03-09 11:35:54 +01:00
runtime-components Removal of sandbox-classic module and binary (#14201) 2022-06-21 11:09:51 +02:00
scala-protoc-plugins Use an error code when AkkaGrpc services get closed (#13175) 2022-03-08 12:48:22 +01:00
security Add security evidence annotations to the integration tests of the json api (#13225) 2022-03-21 15:58:23 +01:00
templates Adapt the setup script to show how you can create/get parties on canton (#14452) 2022-07-19 08:43:07 +00:00
test-evidence Add ledger-service/jwt to test evidence generator. (#13579) 2022-04-14 17:39:36 +02:00
triggers Convert viewtype and view methods to LF (#14456) 2022-08-03 16:23:38 +01:00
.bazelignore Remove redundant clean --expunge (#6890) 2020-07-28 09:49:36 +02:00
.bazelrc remove workspace_status.sh (#13866) 2022-05-12 12:41:27 +02:00
.dadew Drop 7zip from Windows dev-env (#12590) 2022-01-26 08:46:03 +00:00
.envrc open-sourcing daml 2019-04-04 09:33:38 +01:00
.gitattributes Remove unreleased.rst (#3547) 2019-11-20 15:16:57 +00:00
.gitignore hunt down DAML (#13191) 2022-03-08 14:25:25 +01:00
.hie-bios Add da-hls helper (#13853) 2022-05-12 10:53:10 +02:00
.hlint.yaml Add parens in desugared code (#13603) 2022-04-20 17:05:16 +00:00
.prettierignore Add da-hls helper (#13853) 2022-05-12 10:53:10 +02:00
.prettierrc.yaml Add autoformatting to ts bindings & navigator frontend (#12693) 2022-02-11 11:44:52 +00:00
.scalafmt.conf Update scalafmt to 3.5.1. (#13584) 2022-04-28 09:57:04 +00:00
azure-cron.yml cron: do not checkout version Dockerfile (#14459) 2022-07-18 15:18:59 +02:00
azure-pipelines.yml restore compat update (#13663) 2022-04-22 17:28:16 +02:00
BAZEL-bash.md add Bazel bash help (#2223) 2019-07-19 15:31:45 +00:00
BAZEL-go.md Update protobuf docs plugin (#11880) 2021-11-25 20:51:24 +00:00
bazel-haskell-deps.bzl Bazelify ghc-lib (#12508) 2022-05-19 10:49:16 +02:00
BAZEL-haskell.md Add note on using da-hls on other bazel targets (#13868) 2022-05-12 13:39:46 +02:00
bazel-java-deps.bzl Populate metering report json [DPP-1107] (#14568) 2022-08-01 12:44:33 +01:00
BAZEL-JVM.md Drop Scala 2.12 support (#11619) 2021-11-17 18:38:43 +01:00
BAZEL-oracle.md Write a few lines on how to run tests against an Oracle database (#10230) 2021-07-09 14:14:03 +02:00
BAZEL.md Update """'tools.dade-exec-nix-tool' not found""" section in BAZEL.md (#13269) 2022-03-16 23:26:10 +01:00
buf-ledger-api.yaml Check against file renames in protobuf compatibility check [DPP-1117] (#14582) 2022-08-03 15:58:09 +02:00
buf-ledger-configuration.yaml Remove kvutils buf configuration and other leftovers [KVL-1427] (#13732) 2022-04-28 16:00:23 +02:00
buf-lf-transaction.yaml Remove kvutils buf configuration and other leftovers [KVL-1427] (#13732) 2022-04-28 16:00:23 +02:00
buf-participant-integration-api.yaml update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
BUILD Update protobuf docs plugin (#11880) 2021-11-25 20:51:24 +00:00
build.ps1 Drop dadew uninstall (#12566) 2022-01-25 12:11:16 +00:00
build.sh Add da-hls helper (#13853) 2022-05-12 10:53:10 +02:00
canton_dep.bzl bump canton to 20220802 (#14597) 2022-08-03 12:18:49 +02:00
CHANGELOG Fix links in changelog (#10409) 2021-07-26 13:16:14 +00:00
CODE_OF_CONDUCT.md open-sourcing daml 2019-04-04 09:33:38 +01:00
CODEOWNERS Add docs team & Curtis to code owners for docs (#14564) 2022-07-28 16:53:16 +02:00
CONTRIBUTING.md Ask contributors to open an issue to discuss their design ideas (#13953) 2022-05-23 15:53:10 +02:00
COPY update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
daml-logo.png Replace Daml logo on README (#8756) 2021-02-04 16:28:52 +01:00
deps.bzl Update rules_sh and use new sh_binaries (#14303) 2022-06-30 16:14:33 +02:00
dotfiles open-sourcing daml 2019-04-04 09:33:38 +01:00
fmt.sh Add autoformatting to ts bindings & navigator frontend (#12693) 2022-02-11 11:44:52 +00:00
go_deps.bzl update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
go.mod Update protobuf docs plugin (#11880) 2021-11-25 20:51:24 +00:00
go.sum Update protobuf docs plugin (#11880) 2021-11-25 20:51:24 +00:00
hls_snapshot.json Add da-hls helper (#13853) 2022-05-12 10:53:10 +02:00
hls-snapshot.yaml Add da-hls helper (#13853) 2022-05-12 10:53:10 +02:00
LATEST release 2.3.2 (#14518) 2022-07-25 15:56:29 +02:00
LICENSE Further copyright updates (#12249) 2022-01-04 16:32:17 +01:00
maven_install_2.13.json Populate metering report json [DPP-1107] (#14568) 2022-08-01 12:44:33 +01:00
NIGHTLY_PREFIX bump nightly prefix (#14243) 2022-06-22 11:24:23 +00:00
NOTICES update NOTICES file (#14598) 2022-08-03 12:18:35 +02:00
NOTICES.md Fix typo in NOTICES.md (#12884) 2022-02-11 08:19:26 +00:00
package.json Address async security advisory (#14595) 2022-08-03 10:08:17 -04:00
Pipfile add blackduck scan to run on master (#6130) (#8161) 2020-12-07 19:59:39 +00:00
README.md Display latest version by semantic version (#14320) 2022-07-01 13:32:13 +00:00
release.sh update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
security-evidence.md LF: remove precondition in interface (proto & scala side) (#14511) 2022-07-27 10:52:35 +02:00
SECURITY.md Daml case and logo (#8433) 2021-01-08 12:50:15 +00:00
shell.nix dev-env: Use nix-shell for scripts instead of sourcing dade-common. (#10088) 2021-06-23 09:39:00 +00:00
stack-snapshot.yaml Drop patch for mod package in lsp-types (#12921) 2022-02-15 10:24:05 +01:00
stackage_snapshot_windows.json Drop patch for mod package in lsp-types (#12921) 2022-02-15 10:24:05 +01:00
stackage_snapshot.json Drop patch for mod package in lsp-types (#12921) 2022-02-15 10:24:05 +01:00
tsconfig.json open-sourcing daml 2019-04-04 09:33:38 +01:00
unreleased.sh unreleased: skip blank lines (#13828) 2022-05-10 11:00:19 +02:00
Upgrading.md Upgrade Nixpkgs [KVL-1045] (#10624) 2021-08-20 12:34:19 +00:00
WORKSPACE Bazelify ghc-lib (#12508) 2022-05-19 10:49:16 +02:00
yarn.lock Address async security advisory (#14595) 2022-08-03 10:08:17 -04:00

Daml logo

Download License Build

Copyright (c) 2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Welcome to the Daml repository!

This repository hosts all code for the Daml smart contract language and SDK, originally created by Digital Asset. Daml is an open-source smart contract language for building future-proof distributed applications on a safe, privacy-aware runtime. The SDK is a set of tools to help you develop applications based on Daml.

Using Daml

To download Daml, follow the installation instructions. Once installed, to try it out, follow the quickstart guide.

If you have questions about how to use Daml or how to build Daml-based solutions, please join us on the Daml forum. Alternatively, if you prefer asking on StackOverflow, please use the daml tag.

Contributing to Daml

We warmly welcome contributions. If you are looking for ideas on how to contribute, please browse our issues. To build and test Daml:

1. Clone this repository

git clone git@github.com:digital-asset/daml.git
cd daml

2. Set up the development dependencies

Our builds require various development dependencies (e.g. Java, Bazel, Python), provided by a tool called dev-env.

Linux

On Linux dev-env can be installed with:

  1. Install Nix by running: bash <(curl -sSfL https://nixos.org/nix/install)
  2. Enter dev-env by running: eval "$(dev-env/bin/dade assist)"

If you don't want to enter dev-env manually each time using eval "$(dev-env/bin/dade assist)", you can also install direnv. This repo already provides a .envrc file, with an option to add more in a .envrc.private file.

Mac

On Mac dev-env can be installed with:

  1. Install Nix by running: bash <(curl -sSfL https://nixos.org/nix/install)

    • This is a multi-user installation (there is no single-user installation option for macOS). Because of this, you need to configure /etc/nix/nix.conf to use Nix caches:
    1. Add yourself as a nix trusted user by running echo "extra-trusted-users = $USER" | sudo tee -a /etc/nix/nix.conf

    2. Restart the nix-daemon by running sudo launchctl stop org.nixos.nix-daemon && sudo launchctl start org.nixos.nix-daemon

  2. Enter dev-env by running: eval "$(dev-env/bin/dade assist)"

If you don't want to enter dev-env manually each time using eval "$(dev-env/bin/dade assist)", you can also install direnv. This repo already provides a .envrc file, with an option to add more in a .envrc.private file.

Note that after a macOS update it can appear as if Nix is not installed. This is because macOS updates can modify shell config files in /etc, which the multi-user installation of Nix modifies as well. A workaround for this problem is to add the following to your shell config file in your $HOME directory:

# Nix
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
  . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi
# End Nix

See https://github.com/NixOS/nix/issues/3616 for more information about this issue.

MacOS M1

The above procedure will use and build native arm64 M1 binaries for this project. However, note that at the time of writing the CI system of the Daml project does not yet include MacOS M1 nodes. Therefore, the M1 configuration is untested on CI, and the remote cache is not populated with native M1 artifacts.

If you encounter issues with a native M1 build, then you can configure project to build x86-64 binaries instead and run them through Rosetta. To do that replace the contents of the file nix/system.nix with the following content:

"x86_64-darwin"

Windows

On Windows you need to enable long file paths by running the following command in an admin powershell:

Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name LongPathsEnabled -Type DWord -Value 1

You also need to configure Bazel for Windows:

echo "build --config windows" > .bazelrc.local

Note, if you are on a Windows ad-hoc or CI machine you can use ci/configure-bazel.sh instead of performing these steps manually. In that case, you should checkout the daml repository into the path D:\a\1\s in order to be able to use remote cache artifacts.

Then start dev-env from PowerShell with:

.\dev-env\windows\bin\dadew.ps1 install
.\dev-env\windows\bin\dadew.ps1 sync
.\dev-env\windows\bin\dadew.ps1 enable

In all new PowerShell processes started, you need to repeat the enable step.

3. First build and test

We have a single script to build most targets and run the tests. On Linux and Mac run ./build.sh. On Windows run .\build.ps1. Note that these scripts may take over an hour the first time.

To just build do bazel build //..., and to just test do bazel test //.... To read more about Bazel and how to use it, see the Bazel site.

On Mac if building is causing trouble complaining about missing nix packages, you can try first running nix-build -A tools -A cached nix repeatedly until it completes without error.

4. Installing a local copy

On Linux and Mac run daml-sdk-head which installs a version of the SDK with version number 0.0.0. Set the version: field in any Daml project to 0.0.0 and it will use the locally installed one.

On Windows:

bazel build //release:sdk-release-tarball
tar -vxf .\bazel-bin\release\sdk-release-tarball-ce.tar.gz
cd sdk-*
daml\daml.exe install . --install-assistant=yes

That should tell you what to put in the path, something along the lines of C:\Users\admin\AppData\Roaming\daml\bin. Note that the Windows build is not yet fully functional.

Caching: build speed and disk space considerations

Bazel has a lot of nice properties, but they come at the cost of frequently rebuilding "the world". To make that bearable, we make extensive use of caching. Most artifacts should be cached in our CDN, which is configured in .bazelrc in this project.

However, even then, you may end up spending a lot of time (and bandwidth!) downloading artifacts from the CDN. To alleviate that, by default, our build will create a subfolder .bazel-cache in this project and keep an on-disk cache. This can take about 10GB at the time of writing.

To disable the disk cache, remove the following lines:

build:linux --disk_cache=.bazel-cache
build:darwin --disk_cache=.bazel-cache

from the .bazelrc file.

If you work with multiple copies of this repository, you can point all of them to the same disk cache by overwriting these configs in either a .bazelrc.local file in each copy, or a ~/.bazelrc file in your home directory.

Shared memory segment issues

On macOS at least, it looks like our setup does not always properly close the resources PostgreSQL uses. After a number of test runs, you may encounter an error message along the lines of:

FATAL:  could not create shared memory segment: No space left on device
DETAIL:  Failed system call was shmget(key=5432001, size=56, 03600).
HINT:  This error does *not* mean that you have run out of disk space. It occurs either if all available shared memory IDs have been taken, in which case you need to raise the SHMMNI parameter in your kernel, or because the system's overall limit for shared memory has been reached.
        The PostgreSQL documentation contains more information about shared memory configuration.
child process exited with exit code 1

In this case, this is a memory leak, so increasing SHMNI (or SHMALL etc.) as suggested will only delay the issue. You can look at the existing shared memory segments on your system by running ipcs -mcopt; this will print a line per segment, indicating the process ID of the last process to connect to the segment as well as the last access time and the number of currently connected processes.

If you identify segments with no connected processes, and you are confident you can remove them, you can do so with ipcrm $sid, where $sid is the process ID displayed (as the second column) by ipcs. Not many macOS applications use shared memory segments; if you have verified that all the existing memory segments on your machine need to be deleted, e.g. because they have all been created by PostgreSQL instances that are no longer running, here is a Bash invocation you can use to remove all shared memory segments from your system.

This is a dangerous command. Make sure you understand what it does before running it.

for shmid in $(ipcs -m | sed 1,3d | awk '{print $2}' | sed '$d'); do ipcrm -m $shmid; done

Haskell profiling builds

To build Haskell executables with profiling enabled, pass -c dbg to Bazel, e.g. bazel build -c dbg damlc. If you want to build the whole SDK with profiling enabled use daml-sdk-head --profiling.