The Daml smart contract language
Go to file
Stefano Baghino 84e6064d51 Remove unreleased.rst (#3547)
* Start working on getting rid of unreleased.rst

Document new process in CONTRIBUTING.md,
.github/pull_request_template.md and unreleased.rst (for good measure)

Report the previous changelog additions here so that they're not lost in
the mist of times.

CHANGELOG_BEGIN

- [DAML Stdlib] Added the ``NumericScale`` typeclass, which improves the type inference for Numeric literals, and helps catch the creation of out-of-bound Numerics earlier in the compilation process.

- [DAML Triggers] ``emitCommands`` now accepts an additional argument
  that allows you to mark contracts as pending. Those contracts will
  be automatically filtered from the result of ``getContracts`` until
  we receive the corresponding completion/transaction.

- [Navigator] Fixed a bug where Navigator becomes unresponsive if the ledger does not contain any DAML packages.

- [Ledger-API] Add field ``gen_map`` in Protobuf definition for ledger
  api values. This field is used to support generic maps, an new
  feature currently in development.  See issue
  https://github.com/digital-asset/daml/pull/3356 for more details
  about generic maps.

  The Ledger API will send no messages where this field is set, when
  using a stable version of DAML-LF.  However the addition of this
  field may cause pattern-matching exhaustive warnings in the code of
  ledger API clients. Those warnings can be safely ignored until
  GenMap is made stable in an upcoming version of DAML-LF.

- [JSON API - Experimental] CLI configuration to enable serving static content as part of the JSON API daemon:
  ``--static-content "directory=/full/path,prefix=static"``
  This configuration is NOT recommended for production deployment. See issue #2782.

- [Extractor] The app can now work against a Ledger API server that requires client authentication. See `issue #3157 <https://github.com/digital-asset/daml/issues/3157>`__.
- [DAML Script] This release contains a first version of an experimental DAML script
   feature that provides a scenario-like API that is run against an actual ledger.
- [DAML Compiler] The default DAML-LF version is now 1.7. You can
  still produce DAML-LF 1.6 by passing ``--target=1.6`` to ``daml
  build``.

- [JSON API - Experimental] The database schema has changed; if using
  ``--query-store-jdbc-config``, you must rebuild the database by adding
  ``,createSchema=true``.
  See `issue #3461 <https://github.com/digital-asset/daml/pull/3461>`_.

- [JSON API - Experimental] Terminate process immediately after creating schema. See issue #3386.

- [DAML Stdlib] ``fromAnyChoice`` and ``fromAnyContractKey`` now take
  the template type into account.

CHANGELOG_END

* Document new release process to gather changelog additions

* Change the release script to ignore unreleased.rst

* Remove spurious unreleased.rst lines

* Transition to use tags

* Document new way to get changelog additions with tags

* Update release/RELEASE.md

Co-Authored-By: Gary Verhaegen <gary.verhaegen@digitalasset.com>

* Address https://github.com/digital-asset/daml/pull/3547#discussion_r348438786

* Document correction process

* Add copyright header to unreleased.sh

* Update CONTRIBUTING.md

Co-Authored-By: Gary Verhaegen <gary.verhaegen@digitalasset.com>

* Modify CONTRIBUTING.md after @garyverhaegen-da's proposal

* Make unreleased.sh run per commit and treat tags as case-insensitive

* Fix documentation for replacements
2019-11-20 15:16:57 +00:00
.github Remove unreleased.rst (#3547) 2019-11-20 15:16:57 +00:00
.vscode open-sourcing daml 2019-04-04 09:33:38 +01:00
3rdparty Fetch grpc and protobuf Haskell libraries from Hackage (#3444) 2019-11-13 11:19:01 +00:00
bazel_tools Fix protobuf zlib reference (#3521) 2019-11-19 09:23:41 +00:00
build-scripts update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
ci Bazel 1.1 (#3249) 2019-11-11 10:06:03 +01:00
compiler Trim exports from Upgrade module (#3551) 2019-11-20 14:54:27 +00:00
daml-assistant Add documentation for DAML script and bundle it in the SDK (#3527) 2019-11-19 17:19:57 +00:00
daml-lf Switch the default DAML-LF version to 1.7 (#3530) 2019-11-19 19:18:07 +00:00
daml-script Include contract ids in DAML script’s query (#3546) 2019-11-20 11:07:52 +00:00
dev-env Upgrade to nodejs-10.16.3 on Windows (#3529) 2019-11-19 15:08:39 +00:00
docs Improve DAML SDK documentation (#3509) 2019-11-20 14:57:57 +01:00
extractor Switch the default DAML-LF version to 1.7 (#3530) 2019-11-19 19:18:07 +00:00
ghc-lib Make AnyChoice and AnyContractKey take template type into account (#3541) 2019-11-20 10:40:14 +00:00
hazel Bump stackage (#2588) 2019-08-19 13:31:10 +02:00
infra remove Windows debug machine (#3451) 2019-11-13 18:33:15 +01:00
language-support Extractor with authentication (#3514) 2019-11-19 17:12:25 +01:00
ledger add error codes for overloaded and internal error to participant state (#3524) 2019-11-20 14:37:00 +01:00
ledger-api Extractor with authentication (#3514) 2019-11-19 17:12:25 +01:00
ledger-service JSON API: quit immediately after creating schema (#3534) 2019-11-19 21:39:18 +00:00
libs-haskell Map Telemetry severity level to NOTICE so GCP doesn't reject messages (#3282) 2019-11-01 18:34:13 +00:00
libs-scala Extractor with authentication (#3514) 2019-11-19 17:12:25 +01:00
navigator Extractor with authentication (#3514) 2019-11-19 17:12:25 +01:00
nix Fix pip and pipenv (#3366) 2019-11-20 15:27:32 +01:00
notices-gen Rename hazel_deps to hackage_deps (#2789) 2019-09-06 09:01:09 +00:00
oss-compliance update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
release Remove unreleased.rst (#3547) 2019-11-20 15:16:57 +00:00
replacements update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
rules_daml Clean up rules_daml (the bazel rules for DAML) (#3495) 2019-11-18 08:12:47 +00:00
scala-protoc-plugins Replace bazel-deps by rules_jvm_external (#3253) 2019-10-28 13:53:14 +01:00
templates Add documentation for DAML script and bundle it in the SDK (#3527) 2019-11-19 17:19:57 +00:00
triggers Remove target flags in DAML triggers and DAML script (#3545) 2019-11-20 10:54:16 +00:00
.bazelignore open-sourcing daml 2019-04-04 09:33:38 +01:00
.bazelrc Bazel 1.1 (#3249) 2019-11-11 10:06:03 +01:00
.dadew Upgrade to nodejs-10.16.3 on Windows (#3529) 2019-11-19 15:08:39 +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 Remove unreleased.rst (#3547) 2019-11-20 15:16:57 +00:00
.gitignore Hlb update and document external build steps (#2769) 2019-09-09 14:37:03 +01:00
.hie-bios hie-bios: Don't hard-code import-dirs (#2562) 2019-08-15 16:08:35 +00:00
.hlint.yaml #2326, GHC 8.4 compatibility (#2796) 2019-09-07 16:23:14 +02: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
.sha256 Improve performance of stakeholder retrieval from SQL (#3207) 2019-10-28 14:16:21 +01:00
.watchmanconfig open-sourcing daml 2019-04-04 09:33:38 +01:00
azure-cron.yml rewrite docs cron in Haskell (#3235) 2019-10-28 18:26:06 +00:00
azure-pipelines.yml add check for Standard-Change label (#3493) 2019-11-15 16:46:42 +00:00
BAZEL-bash.md add Bazel bash help (#2223) 2019-07-19 15:31:45 +00:00
BAZEL-haskell.md bazel-docs: Replace references to DACH-NY repo (#2655) 2019-08-26 08:50:11 +00:00
bazel-java-deps.bzl Remove dead dependency on jboss logging library (#3333) 2019-11-05 11:36:43 +01:00
BAZEL-JVM.md Document @unpinned_maven//:pin (#3288) 2019-10-30 11:19:01 +01:00
BAZEL.md indentation to show continuation (#3517) 2019-11-19 16:43:12 +00:00
BUILD MVP for a daml2ts codegen (#3441) 2019-11-19 15:51:17 +00:00
build.ps1 Prefetch nodejs_dev_env on Windows (#3447) 2019-11-13 12:47:07 +01:00
build.sh Bump ghcide (#3083) 2019-10-02 13:08:07 +00: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 Add Nemanja as code-owner for docs (#3178) 2019-10-15 11:07:21 +02:00
CONTRIBUTING.md Remove unreleased.rst (#3547) 2019-11-20 15:16:57 +00:00
COPY update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
daml-logo.png #2785 add daml_logo.png for README (#2787) 2019-09-06 09:35:32 +02:00
deps.bzl Fix pip and pipenv (#3366) 2019-11-20 15:27:32 +01:00
dotfiles open-sourcing daml 2019-04-04 09:33:38 +01:00
fmt.sh update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
LICENSE Include Digital Asset Copyright in LICENSE file (#1022) 2019-05-08 14:35:21 -04:00
maven_install.json Remove dead dependency on jboss logging library (#3333) 2019-11-05 11:36:43 +01:00
NOTICES open-sourcing daml 2019-04-04 09:33:38 +01:00
package.json Rename dummy package to prevent wrong interpretation (#2920) 2019-09-16 15:53:23 +00:00
README.md Bazel 1.1 (#3249) 2019-11-11 10:06:03 +01:00
scalafmt.sh update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
SECURITY.md Create SECURITY.md (#1357) 2019-05-31 08:58:21 +01:00
stack-snapshot.yaml Update rules_haskell (#3473) 2019-11-15 10:50:12 +00:00
tsconfig.json open-sourcing daml 2019-04-04 09:33:38 +01:00
unreleased.rst Remove unreleased.rst (#3547) 2019-11-20 15:16:57 +00:00
unreleased.sh Remove unreleased.rst (#3547) 2019-11-20 15:16:57 +00:00
Upgrading.md Switch to nixpkgs-unstable (#1921) 2019-06-27 18:47:42 +02:00
util.bzl Update ghc-lib (v8.8.1.20190830) (#2716) 2019-08-30 21:58:23 +00:00
VERSION Re-release 0.13.35 as 0.13.36 (#3478) 2019-11-14 19:54:06 +00:00
WORKSPACE Fix pip and pipenv (#3366) 2019-11-20 15:27:32 +01:00
yarn.lock Bump mixin-deep from 1.3.1 to 1.3.2 (#2822) 2019-09-09 18:02:54 +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.

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 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.

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.