The Daml smart contract language
Go to file
Gary Verhaegen d5060fa94c
sign SDK Docker image (#7868)
Nobody should be using it anyway, but at least now they can trust it's
from us. If they bother to check.

CHANGELOG_BEGIN

- The SDK Docker image is now signed. Reminder: this is a dev-only
  image, with absolutely no support for any kind of production use-case.
  To verify the signature, use the `docker trust inspect` command.
  You can also set the `DOCKER_CONTENT_TRUST` environment variable to 1
  to instruct Docker commands to only pull and run signed images. Keep
  in mind, however, that this only checks that there is a signature, not
  that the signer is who you expect it to be. For optimal security, you
  should manually check the signature once with `docker trust inspect
  --pretty` and then pin the image hash rather than relying on tags.

  The expected output of the `docker sign inspect` command should
  mention a signer named `automation` with a public key ID matching
  533a6e09faa512f974f217668580da1ceb6aa5b00aad34ea1240afc7d249703f
  (note that the `--pretty` output only shows the first 12 chars) and a
  repository key matching
  f5dc2aee6aed2d05d7eda75db7aa2b3fac7fc67afbb880d03535d5a5295a0d3b.

CHANGELOG_END
2020-11-04 10:33:04 +01:00
.github ADD: Change most Slack references to forum references where appropriate (#6071) 2020-05-26 09:26:53 -04:00
.vscode open-sourcing daml 2019-04-04 09:33:38 +01:00
3rdparty update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
bazel_tools Add libstdc++ and ws2_32 to base on Windows (#7849) 2020-10-30 15:37:20 +01:00
build-scripts DEL-8132 extract DAML LF haskell libraries (scripted) (#7246) 2020-09-01 12:09:26 +10:00
ci Bump test_sha (#7512) (#7860) 2020-11-02 20:18:32 +00:00
compatibility Fix exclusions for nongranular test tool (#7876) 2020-11-04 09:53:08 +01:00
compiler Represent overlap modes at the type level. (#7864) 2020-11-03 12:40:36 +00:00
daml-assistant daml start: rerun the initialization script on rebuild (#7841) 2020-11-02 10:41:05 +01:00
daml-lf LF: remove allowed transaction versions from EngineConfig. (#7861) 2020-11-03 10:43:06 +01:00
daml-script Avoid verbose mode in DAML Script and DAML triggers (#7870) 2020-11-03 18:37:13 +01:00
dev-env Update vcredist (#7843) 2020-10-29 17:14:22 +00:00
docs Improve Ledger API versioning docs (#7865) 2020-11-03 10:42:09 +00:00
extractor resources: Customizable contexts. (#7678) 2020-10-20 09:26:28 +00:00
ghc-lib update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
infra document how to kill nodes (#7782) 2020-10-22 15:44:48 +02:00
language-support daml-ledger: document stream close behaviour (#7867) 2020-11-03 13:21:38 +01:00
ledger LF: remove allowed transaction versions from EngineConfig. (#7861) 2020-11-03 10:43:06 +01:00
ledger-api Include .proto files in ScalaPB source jar (#7831) 2020-10-29 09:14:31 +00:00
ledger-service Add healthcheck endpoints to JSON API (#7852) 2020-11-02 18:41:49 +01:00
libs-haskell daml ledger: Infrastructure for tests (#7794) 2020-10-30 21:35:29 +01:00
libs-scala timer-utils: Widen the bounds for duration checks. (#7760) 2020-10-21 12:19:27 +02:00
navigator upgrade doobie from 0.6.0 to 0.9.2 (#7618) 2020-10-16 09:46:20 -04:00
nix dev-env: Add xargs. (#7769) 2020-10-21 13:00:19 +00:00
oss-compliance replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
release Update the release documentation (#7834) 2020-10-29 10:19:14 +01:00
replacements replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
rules_daml Intro to DAML Chapter 8 (#7506) 2020-09-29 16:34:21 +00:00
scala-protoc-plugins use -Ywarn-unused for all Scala code (#6907) 2020-08-07 13:16:09 -04:00
templates @daml/react: support for multi-{key,query} streams (#7789) 2020-10-23 14:40:20 +02:00
triggers Avoid verbose mode in DAML Script and DAML triggers (#7870) 2020-11-03 18:37:13 +01:00
.bazelignore Remove redundant clean --expunge (#6890) 2020-07-28 09:49:36 +02:00
.bazelrc Update Bazel 2.1.0 --> 3.3.1 (#6761) 2020-07-23 09:46:04 +02:00
.dadew Update vcredist (#7843) 2020-10-29 17:14:22 +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 dev-env: Add a symlink, dev-env/jdk, to the current JDK. (#7745) 2020-10-20 11:03:23 +00:00
.hie-bios Update rules_haskell (#4751) 2020-03-13 16:49:34 +01:00
.hlint.yaml replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
.mergify.yml replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
.scalafmt.conf Revert "Adopt trailingCommas option in scalafmt (#4214)" (#4257) 2020-01-29 11:43:35 +00:00
azure-cron.yml sign SDK Docker image (#7868) 2020-11-04 10:33:04 +01:00
azure-pipelines.yml Remove integrity check V1 and ledger dumps upload (#7839) 2020-10-29 15:53:48 +01:00
BAZEL-bash.md add Bazel bash help (#2223) 2019-07-19 15:31:45 +00:00
bazel-haskell-deps.bzl Damlc ITs fix pretty range (#7707) 2020-10-16 09:06:37 +02:00
BAZEL-haskell.md stack_snapshot_json on Windows (#7468) 2020-09-24 12:03:15 +00:00
bazel-java-deps.bzl upgrade doobie from 0.6.0 to 0.9.2 (#7618) 2020-10-16 09:46:20 -04:00
BAZEL-JVM.md upgrade to Scala 2.12.12 from 2.12.11 (#7661) 2020-10-13 08:42:14 -04:00
BAZEL.md dev-env: Add a symlink, dev-env/jdk, to the current JDK. (#7745) 2020-10-20 11:03:23 +00:00
BUILD Write proper SDK version in DAR manifest for snapshots (#7546) 2020-10-02 12:59:18 +02:00
build.ps1 reenable Windows cache (#7426) 2020-09-16 23:54:35 +02:00
build.sh Remove redundant clean --expunge (#6890) 2020-07-28 09:49:36 +02:00
CHANGELOG Move unreleased user-facing features to its own file (#1762) 2019-06-19 16:32:03 +02:00
CODE_OF_CONDUCT.md open-sourcing daml 2019-04-04 09:33:38 +01:00
CODEOWNERS remove leo (#7535) 2020-09-30 18:16:57 +02:00
CONTRIBUTING.md Improve contribution guidelines (#6666) 2020-07-09 13:32:10 +00:00
COPY replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
daml-logo.png #2785 add daml_logo.png for README (#2787) 2019-09-06 09:35:32 +02:00
deps.bzl Connectify user-facing output (#7624) 2020-10-09 15:45:02 +02:00
dotfiles open-sourcing daml 2019-04-04 09:33:38 +01:00
fmt.sh fmt: Do not try and format missing Haskell files. (#7759) 2020-10-21 12:07:11 +00:00
ghcide_snapshot_windows.json stack_snapshot_json on Windows (#7468) 2020-09-24 12:03:15 +00:00
ghcide_snapshot.json Update ghcide 0.1.0 --> 0.2.0 (#6745) 2020-07-16 16:30:09 +00:00
ghcide-snapshot.yaml Update ghcide 0.1.0 --> 0.2.0 (#6745) 2020-07-16 16:30:09 +00:00
LATEST Release 1.7.0-snapshot.2020.11.03 (#7869) 2020-11-03 17:56:46 +00:00
LICENSE update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
maven_install.json upgrade doobie from 0.6.0 to 0.9.2 (#7618) 2020-10-16 09:46:20 -04:00
NOTICES remove MissingH (#3948) 2020-01-06 14:36:14 +01:00
package.json Upgrade bl to address security vulnerability (#7312) 2020-09-03 09:49:06 +00:00
README.md Undamlify README (#7615) 2020-10-12 10:53:55 +02:00
release.sh release: Check that the commit is on a release branch on origin. (#7768) 2020-10-21 13:36:09 +00:00
SECURITY.md Update links in the SECURITY file. (#6327) 2020-06-15 08:24:45 +00:00
stack-snapshot.yaml Patch ghc to add a daml version header marker. (#7489) 2020-09-28 17:01:20 +00:00
stackage_snapshot_windows.json Patch ghc to add a daml version header marker. (#7489) 2020-09-28 17:01:20 +00:00
stackage_snapshot.json Patch ghc to add a daml version header marker. (#7489) 2020-09-28 17:01:20 +00:00
tsconfig.json open-sourcing daml 2019-04-04 09:33:38 +01:00
unreleased.sh replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
Upgrading.md Upgrade rules_haskell and pin stack_snapshot (#6548) 2020-07-02 18:55:09 +02:00
WORKSPACE upgrade to Scala 2.12.12 from 2.12.11 (#7661) 2020-10-13 08:42:14 -04:00
workspace_status.sh fix sitemap generation (#5775) 2020-04-30 15:02:08 +02:00
yarn.lock Upgrade bl to address security vulnerability (#7312) 2020-09-03 09:49:06 +00:00

DAML logo

Download License Build

Copyright 2020 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 ask them on StackOverflow using 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 and Mac

On Linux and Mac 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.

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

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.tar.gz
cd sdk-*
daml\daml.exe install . --activate

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.