The Daml smart contract language
Go to file
Gerolf Seitz 9d926d81b0 RxJava Bindings: Allow bot to run on a scheduler (#3404)
* RxJava Bindings: Allow bot to run on a scheduler

It seems that having many bots results in a some sort of deadlock
or blocking of data flow within the flowable network.

Adding some async boundaries to allow for concurrent processing
seems to help.

Fixes #2356

CHANGELOG_BEGIN
- [RxJava Bindings] Added a method to the ``Bot`` class allowing users to specify a ``Scheduler`` to use for running the bot. See `issue #2356 <https://github.com/digital-asset/daml/issues/2356>`__.
CHANGELOG_END

* Go easy, test!
2019-12-06 16:30:25 +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 Replace Hazel by stack_snapshot (#2743) 2019-11-22 14:24:08 +00:00
bazel_tools Publish the thin trigger library instead of the fat jar (#3739) 2019-12-05 13:04:20 +00:00
build-scripts update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
ci checkout current sha after daily docs (#3559) 2019-11-21 15:00:19 +01:00
compiler DAML LF: expose generic equality in LF (#3752) 2019-12-06 14:12:48 +00:00
daml-assistant Upgrade Scalafmt to v2.3.1. (#3764) 2019-12-06 12:56:07 +00:00
daml-lf daml-lf: test equality and hashing of values (#3715) 2019-12-06 15:57:27 +00:00
daml-script Support CreateAndExercise in DAML script (#3712) 2019-12-03 14:46:45 +01:00
dev-env Manually run stack update (#3590) 2019-11-22 15:16:48 +00:00
docs added tagmanager to docs (#3149) 2019-12-06 13:52:06 +00:00
extractor Spin off TokenHolder into a new library (#3741) 2019-12-05 12:31:14 +00:00
ghc-lib Simplify template desugaring (#3670) 2019-11-29 16:13:15 +01:00
infra remove Windows debug machine (#3451) 2019-11-13 18:33:15 +01:00
language-support RxJava Bindings: Allow bot to run on a scheduler (#3404) 2019-12-06 16:30:25 +00:00
ledger sandbox: Merge DbDispatcher and SqlExecutor. (#3753) 2019-12-06 15:09:58 +00:00
ledger-api Draft of config management service (#3656) 2019-12-05 10:25:58 +01:00
ledger-service compile ValuePredicates to SQL and run json-api queries in Postgres (#3599) 2019-12-05 11:15:01 -05: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 Spin off TokenHolder into a new library (#3741) 2019-12-05 12:31:14 +00:00
navigator Refactor kv party allocation committer (#3701) 2019-12-05 08:22:39 +01:00
nix Upgrade Scalafmt to v2.3.1. (#3764) 2019-12-06 12:56:07 +00: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 Fix Sdk-Version field in daml-sdk-head (#3759) 2019-12-06 10:08:37 +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 scala-protoc-plugins: Don't use two versions of scalapb. (#3665) 2019-11-28 16:26:59 +00:00
templates Add documentation for DAML script and bundle it in the SDK (#3527) 2019-11-19 17:19:57 +00:00
triggers Publish the thin trigger library instead of the fat jar (#3739) 2019-12-05 13:04:20 +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 Manually run stack update (#3590) 2019-11-22 15:16:48 +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 Remove Bazel override (#3603) 2019-11-26 09:06:44 +00:00
.mergify.yml Rename automerge-dangerous-but-faster to automerge (#1605) 2019-06-12 08:37:07 -04:00
.scalafmt.conf Upgrade Scalafmt to v2.3.1. (#3764) 2019-12-06 12:56:07 +00: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-deps.bzl Get grpc from nix on unix (#3632) 2019-11-26 18:47:39 +01:00
BAZEL-haskell.md Replace Hazel by stack_snapshot (#2743) 2019-11-22 14:24:08 +00:00
bazel-java-deps.bzl Implement support for RSA-signed JWT tokens (#3526) 2019-11-25 16:29:24 +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 daml assistant: expect auth token in Bearer format (#3736) 2019-12-05 09:19:02 +00:00
build.ps1 Manually run stack update (#3590) 2019-11-22 15:16:48 +00:00
build.sh Get grpc from nix on unix (#3632) 2019-11-26 18:47:39 +01: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 @SamirTalwar as codeowner of /ledger and /ledger-api (#3558) 2019-11-21 09:19:47 +01: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 scala-protoc-plugins: Don't use two versions of scalapb. (#3665) 2019-11-28 16:26:59 +00: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 Implement support for RSA-signed JWT tokens (#3526) 2019-11-25 16:29:24 +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 Upgrade Scalafmt to v2.3.1. (#3764) 2019-12-06 12:56:07 +00:00
SECURITY.md Create SECURITY.md (#1357) 2019-05-31 08:58:21 +01:00
stack-snapshot.yaml Switch to upstream ghc-lib release (#3725) 2019-12-04 14:20:35 +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 add comments to unreleased.sh (#3575) 2019-11-26 18:27:35 +00:00
Upgrading.md Replace Hazel by stack_snapshot (#2743) 2019-11-22 14:24:08 +00:00
VERSION Prepare release 0.13.39 (#3750) 2019-12-05 20:08:12 +00:00
WORKSPACE Upgrade Canton to 0.5.0 with flaky test fix (#3724) 2019-12-04 10:17:14 +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.