http-json_2.13

TBD

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.daml
ArtifactId

ArtifactId

http-json_2.13
Last Version

Last Version

1.12.0-snapshot.20210317.6528.0.493e2154
Release Date

Release Date

Type

Type

jar
Description

Description

http-json_2.13
TBD
Project URL

Project URL

https://github.com/digital-asset/daml
Source Code Management

Source Code Management

https://github.com/digital-asset/daml/tree/main

Download http-json_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.daml/http-json_2.13/ -->
<dependency>
    <groupId>com.daml</groupId>
    <artifactId>http-json_2.13</artifactId>
    <version>1.12.0-snapshot.20210317.6528.0.493e2154</version>
</dependency>
// https://jarcasting.com/artifacts/com.daml/http-json_2.13/
implementation 'com.daml:http-json_2.13:1.12.0-snapshot.20210317.6528.0.493e2154'
// https://jarcasting.com/artifacts/com.daml/http-json_2.13/
implementation ("com.daml:http-json_2.13:1.12.0-snapshot.20210317.6528.0.493e2154")
'com.daml:http-json_2.13:jar:1.12.0-snapshot.20210317.6528.0.493e2154'
<dependency org="com.daml" name="http-json_2.13" rev="1.12.0-snapshot.20210317.6528.0.493e2154">
  <artifact name="http-json_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daml', module='http-json_2.13', version='1.12.0-snapshot.20210317.6528.0.493e2154')
)
libraryDependencies += "com.daml" % "http-json_2.13" % "1.12.0-snapshot.20210317.6528.0.493e2154"
[com.daml/http-json_2.13 "1.12.0-snapshot.20210317.6528.0.493e2154"]

Dependencies

compile (33)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
com.chuusai : shapeless_2.13 jar 2.3.3
com.daml : auth-utils_2.13 jar 1.12.0-snapshot.20210317.6528.0.493e2154
com.daml : bindings-akka_2.13 jar 1.12.0-snapshot.20210317.6528.0.493e2154
com.daml : daml-lf-data_2.13 jar 1.12.0-snapshot.20210317.6528.0.493e2154
com.daml : daml-lf-interface_2.13 jar 1.12.0-snapshot.20210317.6528.0.493e2154
com.daml : daml-lf-transaction_2.13 jar 1.12.0-snapshot.20210317.6528.0.493e2154
com.daml : doobie-slf4j_2.13 jar 1.12.0-snapshot.20210317.6528.0.493e2154
com.daml : http-json-cli-opts_2.13 jar 1.12.0-snapshot.20210317.6528.0.493e2154
com.daml : http-json-db-backend_2.13 jar 1.12.0-snapshot.20210317.6528.0.493e2154
com.daml : http-json-utils_2.13 jar 1.12.0-snapshot.20210317.6528.0.493e2154
com.daml : jwt_2.13 jar 1.12.0-snapshot.20210317.6528.0.493e2154
com.daml : ledger-api-auth_2.13 jar 1.12.0-snapshot.20210317.6528.0.493e2154
com.daml : ledger-api-common_2.13 jar 1.12.0-snapshot.20210317.6528.0.493e2154
com.daml : lf-value-json_2.13 jar 1.12.0-snapshot.20210317.6528.0.493e2154
com.daml : ports_2.13 jar 1.12.0-snapshot.20210317.6528.0.493e2154
com.daml : rs-grpc-bridge jar 1.12.0-snapshot.20210317.6528.0.493e2154
com.daml : scala-utils_2.13 jar 1.12.0-snapshot.20210317.6528.0.493e2154
com.github.scopt : scopt_2.13 jar 4.0.0
com.lihaoyi : sourcecode_2.13 jar 0.2.1
com.typesafe.akka : akka-http-core_2.13 jar 10.2.1
com.typesafe.akka : akka-http_2.13 jar 10.2.1
com.typesafe.scala-logging : scala-logging_2.13 jar 3.9.2
io.spray : spray-json_2.13 jar 1.3.5
org.scala-lang.modules : scala-collection-compat_2.13 jar 2.3.2
org.scalaz : scalaz-core_2.13 jar 7.2.30
org.tpolecat : doobie-core_2.13 jar 0.9.2
org.tpolecat : doobie-free_2.13 jar 0.9.2
org.tpolecat : doobie-postgres_2.13 jar 0.9.2
org.typelevel : cats-core_2.13 jar 2.1.1
org.typelevel : cats-effect_2.13 jar 2.1.4
org.typelevel : cats-free_2.13 jar 2.1.1
org.typelevel : cats-kernel_2.13 jar 2.1.1

Project Modules

There are no modules declared in this project.

Daml logo

Download License Build

Copyright (c) 2021 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 [email protected]: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-ce.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.