The Daml smart contract language
Go to file
Moritz Kiefer bc20ace034
Make the gRPC timeout used for the scenario service configurable (#2000)
Given that we already made the max message size configurable it only
seems reasonable to also make the timeout configurable and on very
large projects, we do sometimes hit this.
2019-07-04 11:01:01 +02:00
.github Update issue templates (#1322) 2019-06-26 15:55:09 +00:00
.vscode open-sourcing daml 2019-04-04 09:33:38 +01:00
3rdparty Update rules_haskell and static GHC (#1515) 2019-07-01 13:26:19 +02:00
bazel_tools windows: fixed client_server_test setup (#1958) 2019-07-03 09:59:29 +02:00
build-scripts correct jq in dev-env (#463) 2019-04-12 16:44:15 -04:00
ci Restart on nix compression errors (#1986) 2019-07-03 12:00:43 +00:00
compiler Make the gRPC timeout used for the scenario service configurable (#2000) 2019-07-04 11:01:01 +02:00
daml-assistant Bring release instructions up to date and inline test plan (#1972) 2019-07-02 15:53:37 +02:00
daml-foundations Make the gRPC timeout used for the scenario service configurable (#2000) 2019-07-04 11:01:01 +02:00
daml-lf Defining first endpoints for ledger-service/http-json (#1749) 2019-07-03 12:01:46 -04:00
dev-env windows dev-env printing the root cause in case of failure after clean install (#1981) 2019-07-03 11:16:49 +02:00
docs Make the gRPC timeout used for the scenario service configurable (#2000) 2019-07-04 11:01:01 +02:00
extractor resolve daml warnings for language-support (#1995) 2019-07-03 17:48:42 +00:00
ghc-lib Temporary instructions for building ghc-lib for DAML (#1785) 2019-06-20 21:16:31 +02:00
hazel Remove zip-archive override and upgrade stackage snapshot (#1920) 2019-06-27 22:47:52 +01:00
infra infra: move index.html outside gcp_cdn_bucket module (#1716) 2019-07-02 11:14:21 +01:00
language-support resolve daml warnings for language-support (#1995) 2019-07-03 17:48:42 +00:00
ledger Ledger API Test Tool: skip semantic tests on unsupported Ledger API. (#1976) 2019-07-03 18:27:25 +00:00
ledger-api Defining first endpoints for ledger-service/http-json (#1749) 2019-07-03 12:01:46 -04:00
ledger-service Defining first endpoints for ledger-service/http-json (#1749) 2019-07-03 12:01:46 -04:00
libs-haskell hie-core Logging and exceptions (#1933) 2019-06-28 12:47:45 +01:00
navigator daml-lf: create value version 5 for enum types (#1917) 2019-07-03 07:16:52 +00:00
nix Update rules_haskell and static GHC (#1515) 2019-07-01 13:26:19 +02:00
notices-gen Update rules_haskell - now generates Haskell version macros (#769) 2019-04-30 11:44:11 +00:00
oss-compliance Update version in Pipfile.lock (#867) 2019-05-02 23:38:45 +00:00
rattle Update rules_haskell and static GHC (#1515) 2019-07-01 13:26:19 +02:00
release Bring release instructions up to date and inline test plan (#1972) 2019-07-02 15:53:37 +02:00
replacements open-sourcing daml 2019-04-04 09:33:38 +01:00
rules_daml Update rules_haskell and static GHC (#1515) 2019-07-01 13:26:19 +02:00
scala-protoc-plugins Enforce consistent formatting of BUILD files. (#412) 2019-04-12 13:10:16 +02:00
templates Remove navigator configs (#1859) 2019-06-25 12:32:03 +01:00
web-ide webide: fix date error (#1722) 2019-06-17 12:05:38 -04:00
.bazelignore open-sourcing daml 2019-04-04 09:33:38 +01:00
.bazelrc windows: ledger and extractor tests; improved msys2 installation (#1643) 2019-06-17 09:40:28 +02:00
.dadew Fix curl on Windows (#1925) 2019-06-28 08:02:05 +00:00
.dockerignore open-sourcing daml 2019-04-04 09:33:38 +01:00
.envrc open-sourcing daml 2019-04-04 09:33:38 +01:00
.gitattributes Follow up with .gitattributes on #1762 (#1770) 2019-06-19 15:29:13 +00:00
.gitignore GroupChat, take 2 (#1671) 2019-06-17 10:01:25 +01:00
.hie-bios Fix running the IDE on damlc (#1956) 2019-07-01 17:30:13 +02:00
.hlint.yaml Make hie-core outside an IDE work better (#1895) 2019-06-26 17:07:08 +01:00
.mergify.yml Rename automerge-dangerous-but-faster to automerge (#1605) 2019-06-12 08:37:07 -04:00
.scalafmt.conf open-sourcing daml 2019-04-04 09:33:38 +01:00
.stylish-haskell.yaml open-sourcing daml 2019-04-04 09:33:38 +01:00
.watchmanconfig open-sourcing daml 2019-04-04 09:33:38 +01:00
azure-cron.yml publish VSCode extension to marketplace on release (#1876) 2019-06-26 22:48:19 +00:00
azure-pipelines.yml increasing default JMH timeout for manySmallContracts (#1851) 2019-06-25 07:24:11 +00:00
BAZEL-haskell.md Document Haskell profiling and default to -fprof-auto (#1971) 2019-07-02 14:51:09 +02:00
BAZEL-JVM.md open-sourcing daml 2019-04-04 09:33:38 +01:00
BAZEL.md Split and simplify //daml-foundations/daml-ghc:daml-ghc-lib (#1165) 2019-05-16 16:01:01 +02:00
BUILD Document Haskell profiling and default to -fprof-auto (#1971) 2019-07-02 14:51:09 +02:00
build.ps1 windows: root build (#1894) 2019-06-28 12:55:31 +02:00
build.sh Fix running the IDE on damlc (#1956) 2019-07-01 17:30:13 +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 Refine, replace LF governors (#1892) 2019-06-26 16:37:50 +02:00
CONTRIBUTING.md Move unreleased user-facing features to its own file (#1762) 2019-06-19 16:32:03 +02:00
COPY HOTFIX rename COPYRIGHT so github correctly shows apache2 license for repo (#274) 2019-04-05 22:10:47 -04:00
daml-logo.png open-sourcing daml 2019-04-04 09:33:38 +01:00
dependencies.yaml Add support for DAML_PROJECT in Navigator (#1458) 2019-06-24 17:06:20 +02:00
deps.bzl Update rules_haskell and static GHC (#1515) 2019-07-01 13:26:19 +02:00
dotfiles open-sourcing daml 2019-04-04 09:33:38 +01:00
fmt.sh Run hlint sanity check on release directory (#1780) 2019-06-20 11:36:20 +00:00
LICENSE Include Digital Asset Copyright in LICENSE file (#1022) 2019-05-08 14:35:21 -04:00
NOTICES open-sourcing daml 2019-04-04 09:33:38 +01:00
package.json upgrade versions for yarn audit (#1560) 2019-06-07 14:53:26 +00:00
README.md Document Haskell profiling and default to -fprof-auto (#1971) 2019-07-02 14:51:09 +02:00
scalafmt.sh open-sourcing daml 2019-04-04 09:33:38 +01:00
SECURITY.md Create SECURITY.md (#1357) 2019-05-31 08:58:21 +01:00
tsconfig.json open-sourcing daml 2019-04-04 09:33:38 +01:00
unreleased.rst Make the gRPC timeout used for the scenario service configurable (#2000) 2019-07-04 11:01:01 +02:00
Upgrading.md Switch to nixpkgs-unstable (#1921) 2019-06-27 18:47:42 +02:00
util.bzl Get haskell-ide-core to work on our codebase (#1692) 2019-06-16 15:42:48 +02:00
VERSION Release 0.13.10 (#1936) 2019-06-28 13:34:32 +02:00
WORKSPACE Document Haskell profiling and default to -fprof-auto (#1971) 2019-07-02 14:51:09 +02:00
yarn.lock upgrade versions for yarn audit (#1560) 2019-06-07 14:53:26 +00:00

DAML logo

Download License Build

Copyright 2019 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 DAML 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.

Contribuing 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 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-genfiles\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.

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.