Commit Graph

1283 Commits

Author SHA1 Message Date
Stefano Baghino
0e995f27a7
Remove outdated docs referring to 1.18.x features (#15337)
The development of the Helm Chart halted after 1.18.x to make room
for other priorities, including a better documentation of operational
concerns as a way for users to bridge the gap we were originally
trying to fill with the Helm Chart. The pages remained in the
documentation as we were hoping for the feature to go back into
active development but since the feature is not actually working and
we do not have short term plans to revive it (and possibly not in
the current form) it is better to just yank the content until
we have a better understanding of where we want this to go.

If by any chance we want to restore the feature more or less in
its current form, restoring this document from a previous version
requires very little effort while simultaneously we do not cause
confusion by documenting a feature that does not work with the
current version.

changelog_begin
changelog_end
2022-10-25 15:48:25 +02:00
Stephen Compall
c8adc54ad9
do not use the external definition of "serializable" (#15328)
"ones whose values can be written in a text or binary format" is a very
misleading definition to give for "serializable types" in the context of
Daml.

When we say "serializable" in Daml, we *always* mean the formal Daml-LF
definition given in "Serializable types" in daml-lf-1.rst, i.e. ⊢ₛ τ, or
"τ derives from the rules S".  That is also what we mean here.

There are many examples of types "whose values can be written in a text
or binary format", that are nevertheless *not* derivable from S.

As it says in daml-lf-1.rst, "serializable types are the types whose
values can be persisted on the ledger".  So we copy over something like
that language.

CHANGELOG_BEGIN
CHANGELOG_END

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>
2022-10-24 18:33:45 -04:00
Stefano Baghino
7aaec19fd9
Link main Canton console doc from intro (#15313)
changelog_begin
changelog_end

Follow up to https://github.com/digital-asset/daml/pull/15292#discussion_r1001459934
2022-10-21 15:36:45 +00:00
Rafael Guglielmetti
5a16aa76f6
Small changes in interoperable ledgers doc (#15307)
CHANGELOG_BEGIN
CHANGELOG_END
2022-10-21 13:34:13 +00:00
Stefano Baghino
ec3aea29ca
Replace old logo in 404 screen (#15308)
Mostly copied from `//templates/create-daml-app/ui/public/daml.svg` with
tweaks to center it like the old logo.

changelog_begin
changelog_end
2022-10-21 15:33:58 +02:00
Stefano Baghino
c217883c51
Provide an introduction to the Canton Console (#15292)
* Provide an introduction to the Canton Console

The purpose of this page is to expose developers to the availability of the Canton Console
as part of the SDK to interact with the Sandbox, provide tips on how to consult the built-in
documentation and provide further pointers to the in-depth documentation page part of the
Canton user manual.

changelog_begin
changelog_end

* Apply suggestions from code review

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>
2022-10-21 13:12:36 +00:00
Stefano Baghino
dd5728bc3a
Document how to add a link to the Canton documentation (#15300)
changelog_begin
changelog_end
2022-10-20 09:29:19 +00:00
Stephen Compall
5ed5658724
rename ChoiceMetadata to Choice (#15295)
* rename ChoiceMetadata to Choice

CHANGELOG_BEGIN
- [Java codegen] The (new since 2.4) ``ChoiceMetadata`` class has been
  renamed to ``Choice``.
CHANGELOG_END

* replace ChoiceMetadata with Choice in codegen docs
2022-10-19 19:01:26 +00:00
Stefano Baghino
7d2629f45a
Document how to add a new item in the table of contents (#15289)
* Document how to add a new item in the table of contents

changelog_begin
changelog_end

* Add link to instructions to make changes to the next unreleased version
2022-10-19 15:57:40 +00:00
Moisés Ackerman
6ef040743f
Support interface choices in daml ledger export (#15189)
* Rename test //daml-script/export/integration-tests/golden:{export-=>}values

* Switch 'daml_ledger_export_test' to use 'run' instead of 'run-legacy-cli-config'

* Extract 'encodeImports' from 'encodeModuleHeader'

* Sort import list in 'daml ledger export'

* Add 'dev' argument to 'daml_ledger_export_test'

* Add interfaceId to ExercisedSelector

* Extract 'encodeExercisedEvent' from 'encodeCmd'

* Split 'encodeCid' into 'encodeCid{Expr,Pat}'

* 'CreatedContract' field 'tplId' now has type 'TemplateId'

* Specialize CreatedContract{=>WithPath}

* 'treeEventCreatedConsumedCids' returns Seq[SimpleCreatedContract] instead of Set[ContractId]

* Change type of 'SimpleCommand' field 'contractId' to 'SimpleCreatedContract'

* Coerce ContractIds to underlying template type

* Use interface ContractId in encodeExercisedEvent if present

* Add test //daml-script/export/integration-tests/golden:interface-choices

* Fix encoding of getAnyChoiceTemplateTypeRep in daml-script converter

* Set getAnyChoiceTemplateTypeRep to interfaceId if available

* fromExercised uses choice instead of templateId to find subtree

fromExercised uses exercised.argument.templateTypeRep instead of exercised.contractId.templateId

Previously it used exercised.contractId.templateId, but now it uses
exercised.argument.getAnyChoiceTemplateTypeRep, which corresponds
to the TemplateTypeRep of the {template,interface} that defined the choice.

* TestData.Exercised now takes a more flexible TestData.Choice argument

* Add unit tests for encoding of exercise of interface choice

* Apply code review suggestions

* sealed {trait=>abstract class} CreatedContract

* Use List instead of Seq

* Use ::= instead of :+= and ++=

changelog_begin
- [Daml export] Added support for interface choices (#15189)
- [Daml export] Export.daml imports are now sorted alphabetically
changelog_end

Co-authored-by: Stephen Compall <stephen.compall@daml.com>
2022-10-19 10:43:04 +02:00
pbatko-da
4ad0a46c13
[DPP-1233] Update UM/UP docs (#15237)
changelog_begin
changelog_end
2022-10-18 17:11:10 +02:00
Gary Verhaegen
47f9ce18cb
review daml-intro-10 (#15268)
I started with wanting to remove the warning on incomplete pattern
match, thinking example code should be "good". Then I decided I should
skim the corresponding docs to check if that warning, or the pragma,
were actually mentioned in the text.

It turns out the warning should be there, but the pragma is not
explained and not necessary to get the warning. So the pargma can go.

But in the process I noticed a couple things that I belive can be
improved in the wording of the document, so I went agead and made a few
changes.

CHANGELOG_BEGIN
CHANGELOG_END
2022-10-18 17:10:50 +02:00
Gary Verhaegen
562b691d2a
no linting suggestions in intro code samlpes (#15260)
CHANGELOG_BEGIN
CHANGELOG_END
2022-10-18 12:59:21 +02:00
Chun Lok Ling
74dd242984
Typed ACS and transaction streams for Java codegen (#15159)
* added transactionFilter

* move transactionFilter to `TransactionFilter`

* fromCreatedEvent

* format

* added getTransaction with contract type companion

* ACS using contract type companion

* position

* add change log

CHANGELOG_BEGIN
CHANGELOG_END

* Ct

* Ct

* format

* better exception

* fixed test cases

* added java doc and rename method to GetContracts

* address Stephen's comments

* address Stephen's comments

* address Stephen's comments

* remove unused import

* format

* address Stephen's comments

* address Stephen's comments

* Make some codegen code to be java 8 compatible; Modify IouMain to use the new getActiveContracts. to address Stephen's comments

* use 1.11, no need to be java 8 compatible

* revert

* 11 not 1.11
2022-10-12 21:01:01 +01:00
carrielaben-da
a49dd9ed8c
Update initaccept.rst (#15218)
Addressing the missing word issue noticed by Craig, plus some additional improvements.

[CHANGELOG_BEGIN]
[CHANGELOG_END]

Co-authored-by: carrie-laben <91496516+carrie-laben@users.noreply.github.com>
2022-10-12 13:54:51 -04:00
fayi-da
d11704018a
Provide contract choice metadata (#15116)
* #13766 initial implementation of choice metadata for templates

* #13766 initial implementation of choice metadata for interfaces

* #13766 Add marker type to ContractTypeCompanion

* #13766 Minor type fix

* Cleanup after merge with main

* Temporary fix for package prefixes

* Format java files, rename Maker -> ContractType in ContractTypeCompanion

* Add documentation and tests

* Complete choice metadata implementation

CHANGELOG_BEGIN
- Add new representation of a choice, ChoiceMetadata.
- Generated templates and interfaces now include fields for each available choice. These fields will have a ChoiceMetadata type and will be called CHOICE_N, where N represents the choices' name.
CHANGELOG_END

* Update docs and cleanup tests
2022-10-07 20:54:43 +00:00
Stefano Baghino
32a6896ca7
Add link to support page (and indirectly to the support portal) (#15167)
* Add link to support page (and indirectly to the support portal)

changelog_begin
changelog_end

* Update docs/source/support/support.rst

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>
2022-10-06 10:03:10 +00:00
Moisés Ackerman
b30e0a3844
Add non-docs golden test for daml ledger export (#15136)
* Extract example-export-client to //daml-script/export/integration-tests/example-export-client

changelog_begin
changelog_end

* Parametrize example-export-client with Daml script to export

* Parametrize example-export-client with parties

* Extract daml_ledger_export_test to daml-script/export/integration-tests/matches-docs/util.bzl

* Rename daml-script/export/integration-tests/{matches-docs=>golden}

* Rename //daml-script/export/integration-tests/golden:{example-export=>matches-docs}*

* rules_daml/daml.bzl:daml_compile now accepts dependencies

* Drop trailing whitespace in daml ledger export comment

* Add test //daml-script/export/integration-tests/golden:export-values-compare
2022-10-03 15:31:51 +02:00
Moisés Ackerman
ca57d90fde
Mention interface instances in 'Reference: Templates' docs (#15133)
* Rename {My=>NameOf}Template in Interface docs code snippets

* Mention interface instances in 'Reference: Templates' docs

changelog_begin
changelog_end

* Remove 'active development' warning for interfaces

The warning for _required_ interfaces stays
2022-10-03 13:03:58 +00:00
pbatko-da
7652944a9c
Improve wording of the conveyance message in error codes docs (#15043)
changelog_begin
changelog_end
2022-09-28 08:55:12 +00:00
Simon Maxen
0b2971990b
Add metering report check section documentation (#15095)
changelog_begin
changelog_end
2022-09-28 08:25:52 +01:00
Chun Lok Ling
5d880d4a99
Documentation for ledgerApiError in json api (#15089)
* Documentation for ledgerApiError in json api

CHANGELOG_BEGIN
Added docs for "ledgerApiError" field in json api response when the error is originated from JSON API
CHANGELOG_END

* Update docs/source/json-api/index.rst

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>

* Update docs/source/json-api/index.rst

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>
2022-09-26 17:37:42 +01:00
Simon Letort
4dcd7191ab
[Doc] Getting started: use node v16 (#15025)
* Node version: active LTS v16

fix https://github.com/digital-asset/daml/issues/13062 and https://github.com/digital-asset/daml/issues/14084

* fix link and improve wording

* Create codeql-analysis.yml

* Revert "Create codeql-analysis.yml"

This reverts commit bf3770a9a7.

* changelog

CHANGELOG_BEGIN
CHANGELOG_END
2022-09-26 15:08:26 +00:00
pbatko-da
ca81adeb3e
6 - Ledger API changes for UM/UP extensions for Hub [DPP-1211] (#14937)
changelog_begin

[Ledger API Specification]:
1. Add 'is_deactivated' attribute to participant users.
2. Introduce participant server's local metadata for parties and participant users consisting of:
 - a resource version for optional concurrent change control,
 - modifiable key-value based annotations.
3. Add experimental update RPCs for parties and participant users:
  - participant user's modifiable fields are: 'primary_party', 'is_deactivated', 'metadata.annotations',
  - party's modifiable fields are 'local_metadata.annotations'.
4. Discourage use of 'party_details.display_name' in favor of using party's metadata annotations.

changelog_end


Other notes:

- no-op updates are allowed,
- update paths are resource relative,
- as annotation deletion is by providing an key with the empty string value,
- as a corollary, only non-empty strings are valid annotation values.
2022-09-26 12:56:55 +00:00
carrielaben-da
1d58dfee2f
TOC test changes (#14741)
Removing toc duplication

[CHANGELOG_BEGIN]
[CHANGELOG_END]

Co-authored-by: carrie-laben <91496516+carrie-laben@users.noreply.github.com>
2022-09-23 14:47:21 +00:00
Gary Verhaegen
75b17a17ed
fix live-preview (#15061)
Accidentally broken in #14985.

CHANGELOG_BEGIN
CHANGELOG_END
2022-09-22 10:03:11 +00:00
carrielaben-da
247e0d858f
Folder name corrections (#15051)
Correcting the folder names in the first two sections of the Basic Contracts tutorial to reflect what the user will actually see.

[CHANGELOG_BEGIN]
[CHANGELOG_END]
2022-09-22 10:01:31 +00:00
Stefano Baghino
a15f576308
Add "Next steps" page to "An introduction to Daml" (#14899)
* Add "Next steps" page to "An introduction to Daml"

The idea is that of offering a comprehensive set of possible next steps after learning how to write Daml.

The page suggests certifications and points to existing examples as the previous final line on the last page,
as well as adding suggestions on where to learn more about building off-ledger services, how to install,
operate and maintain a ledger, where to learn about proven design patterns and the availability of Daml Hub
to get started without having to run your own ledger.

changelog_begin
changelog_end

* Apply suggestions from code review

Thank you @carrielaben-da, great suggestions as always!

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>
2022-09-20 15:00:13 +00:00
Raymond Roestenburg
deba5b4630
Doc add live ready auth 14649 (#15045)
* Added readyz route.

* Doc for liveness and readiness endpoints for auth middleware.

CHANGELOG_BEGIN
- oauth2 middleware: liveness and readiness endpoints
CHANGELOG_END
2022-09-20 16:38:49 +02:00
fayi-da
51af09646c
add abstract class parents to type-parameterless records, variants, enums (#15023)
* Add abstract class parents to generated ordinary records and variants

* Add common supertype for generated enums

* Add abstract class parents to generated ordinary records and variants

CHANGELOG_BEGIN
- Ordinary Records and Variants now have a super class defining toValue()
- Generated enums now have a common supertype, DamlEnum<T>
CHANGELOG_END
2022-09-15 15:26:31 +01:00
Gary Verhaegen
3d70c68952
docs: no index (#14985)
This removes the index.rst files from the repo, and instead generates a
placeholder index that just includes all the rst files at build time.

The reason for this change is that the ToC is defined in docs.daml.com,
and having one on both sides is both confusing and error-prone.

CHANGELOG_BEGIN
CHANGELOG_END
2022-09-15 12:12:12 +02:00
carrielaben-da
a21da1be7a
Update quickstart.rst (#14267)
* Update quickstart.rst

Updated installation instructions

[CHANGELOG_BEGIN]
[CHANGELOG_END]

* Update quickstart.rst

To address Moritz's comment re: line 164

[CHANGELOG_BEGIN]

[CHANGELOG_END]

* Update docs/source/app-dev/bindings-java/quickstart.rst

[CHANGELOG_BEGIN]
[CHANGELOG_END]

Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>

* Update quickstart.rst

Another attempted update. As I walk through this, it's not clear to me that we need any step beyond step 3 ("In the browser, log in as alice...") for a beginning user working through the tutorial locally?

[CHANGELOG_BEGIN]
[CHANGELOG_END]

* Update docs/source/app-dev/bindings-java/quickstart.rst

[CHANGELOG_BEGIN]
[CHANGELOG_END]

Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>

* Quickstart.rst Maven edits

Hopefully final edits to this branch

[CHANGELOG_BEGIN]
[CHANGELOG_END]

* Integration w ledger update fix (#14983)

* fix Sphinx build

* update tree output

* remove non-existing ui-backend.conf reference

* update daml build output

* run through the whole thing

Co-authored-by: carrie-laben <91496516+carrie-laben@users.noreply.github.com>
Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
Co-authored-by: Gary Verhaegen <gary.verhaegen@digitalasset.com>
2022-09-09 09:33:46 -04:00
Brian Weir
33f2ea596d
Integrate daml finance (#14989) 2022-09-09 10:54:24 +00:00
mziolekda
dacb8f509f
Update Ledger API version and its documentation (#14986)
* Update Ledger API version and its documentation

CHANGELOG_BEGIN
Ledger API version bump to 2.1
CHANGELOG_END

* corrections post-review
2022-09-09 10:23:58 +00:00
Sergey Kisel
18d2571058
Document interface subscription capability [DPP-1221]. (#14982)
* Document interface subscription capability [DPP-1221].

CHANGELOG_BEGIN
CHANGELOG_END

Co-authored-by: mziolekda <marcin.ziolek@digitalasset.com>
2022-09-09 09:00:09 +00:00
Moisés Ackerman
66f03b17f4
Fix minimum Daml-LF version in interface reference docs (#14991)
changelog_begin
changelog_end
2022-09-09 08:48:41 +00:00
tudor-da
62c64c6e2a
Correct error message for not found templates/interfaces in stream subscriptions [DPP-1220] (#14935)
* Correct error message for not found templates/interfaces in stream subscription

changelog_begin
When subscribing to Ledger API transaction streams with unknown template or interface ids
filter, a client is served with a NOT_FOUND/TEMPLATES_OR_INTERFACES_NOT_FOUND error code.
changelog_end

* Temporarily create a custom preview and dev conformance test for Canton
in order to allow the changed test exclusion
2022-09-07 16:17:32 +02:00
Chun Lok Ling
91310e2ffe
Added documentation for interface support in json-api (#14963)
* Added documentation for interface support in json-api

CHANGELOG_BEGIN
Added documentation for interface support in json-api
CHANGELOG_END

* Added documentation for interface support in json-api

CHANGELOG_BEGIN
Added documentation for interface support in json-api
CHANGELOG_END

* Update docs/source/json-api/index.rst

Co-authored-by: Raymond Roestenburg <98821776+ray-roestenburg-da@users.noreply.github.com>

* Update docs/source/json-api/index.rst

Co-authored-by: Raymond Roestenburg <98821776+ray-roestenburg-da@users.noreply.github.com>

* Update docs/source/json-api/index.rst

Co-authored-by: Raymond Roestenburg <98821776+ray-roestenburg-da@users.noreply.github.com>

* Update docs/source/json-api/index.rst

Co-authored-by: Raymond Roestenburg <98821776+ray-roestenburg-da@users.noreply.github.com>

* Update docs/source/json-api/index.rst

Co-authored-by: Raymond Roestenburg <98821776+ray-roestenburg-da@users.noreply.github.com>

Co-authored-by: Raymond Roestenburg <98821776+ray-roestenburg-da@users.noreply.github.com>
2022-09-07 14:12:21 +00:00
Matthias Schmalz
08559be6af
New error category: SecurityAlert (#14957)
CHANGELOG_BEGIN
Added new error category "SecurityAlert".
Corrected documentation of GRPC status codes for error categories MaliciousOrFaultyBehavior, AuthInterceptorInvalidAuthenticationCredentials, and InsufficientPermission.
CHANGELOG_END
2022-09-07 15:57:04 +02:00
Gary Verhaegen
93f9ffbbd5
docs: fix interface functions table (#14959)
CHANGELOG_BEGIN
CHANGELOG_END
2022-09-07 15:08:26 +02:00
fayi-da
75a5887721
Update documentation images for navigator (#14942)
* Update documentation images for navigator

CHANGELOG_BEGIN
- [DOCUMENTATION] Update navigator images
CHANGELOG_END

* Update alt text for navigator images

CHANGELOG_BEGIN
CHANGELOG_END
2022-09-06 17:07:23 +00:00
cgrigis-da
061986873f
Fix doc typos (#14933)
CHANGELOG_BEGIN
CHANGELOG_END
2022-09-06 18:15:27 +02:00
tudor-da
d4646d7f9d
[ED] Explicit disclosure conformance tests [DPP-1095] (#14352)
* Disclosed contracts conformance tests

changelog_begin
changelog_end

* Addressed review comments

* Addressed Moritz' review comments

* Add conformance test asserting disabled feature

* More exhaustive testing:
* Aserting metadata contents
* Test duplicate keys/contract ids
* Test local key lookup visibility

* Addressed Carrie's review comments

* Added two more tests:
* Archival race test
* Superfluous inconsistent contracts race test

* Update ledger/ledger-api-tests/suites/src/main/scala/com/daml/ledger/api/testtool/suites/v1_dev/ExplicitDisclosureIT.scala

Co-authored-by: mziolekda <marcin.ziolek@digitalasset.com>

Co-authored-by: mziolekda <marcin.ziolek@digitalasset.com>
2022-09-05 08:49:21 +00:00
Stefano Baghino
4b9d32df06
Expand system requirements to include missing information (#14900)
Specifically:
- JDBC drivers
- Some sort of reference to minimum system requirements

changelog_begin
changelog_end
2022-09-02 09:35:43 +02:00
Stefano Baghino
8b962e36b8
Improvements to the HTTP JSON API service docs (#14863)
changelog_begin
changelog_end

1. Document that the fetch-by-contract-ID endpoint can take a template ID
2. Reinforce the point made in #14601 and always specify the package ID
2022-08-30 12:22:51 +02:00
Moisés Ackerman
3ac7d87498
Monomorphize interface methods and choices (#14853)
* Update ghc rev

* Update daml-test-file InterfaceGuarded

* Add daml-test-files for interface method and choice monomorphicity

* Update daml-test-files *.EXPECTED.desugared-daml

* Update daml-test-files *.EXPECTED.{md,rst}

* Fix data-dependencies tests

* Fix ide test

* Update code-snippets-dev/Interfaces.daml

* Update interface reference docs to reflect monomorphic methods and choices

* Apply suggestions from code review

changelog_begin
changelog_end

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>
2022-08-29 16:24:35 +02:00
Meriam Lachkar
3c3a8f874d
document how to enable dev on both Daml and Canton (#14838)
* document how to enable dev on both Daml and Canton

changelog_begin
changelog_end

* Update docs/source/daml/reference/interfaces.rst

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>

* Update docs/source/daml/reference/interfaces.rst

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>

* Update docs/source/daml/reference/interfaces.rst

Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>

* Update docs/source/daml/reference/interfaces.rst

Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>

* change the link reference to a ref

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>
Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
2022-08-29 11:01:50 +02:00
Moisés Ackerman
e3c2662ed9
Update reference docs for interfaces and interface instances (#14743)
* Update reference docs for interfaces and interface instances

  * Rename subsection on empty interface instance clauses

  * Move empty interface instance example below explanation

  * Split 'interface instance in the interface' into its own subsection

  * Add code example for interface instance in the interface

  * Rephrase docs on interface method types

  * Move docs on required interfaces to the bottom

  * Add section on interface values

  * Explain result of applying a method, highlight 'this' binding

changelog_begin
changelog_end

Co-authored-by: Stefano Baghino <43749967+stefanobaghino-da@users.noreply.github.com>
Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
2022-08-19 13:54:58 +02:00
Moisés Ackerman
e97e8e31c7
Add pygments keywords (#14758)
* break daml_reserved into one keyword per line

* sort daml_reserved alphabetically

* add a few missing keywords

changelog_begin
changelog_end
2022-08-19 13:27:27 +02:00
Simon Maxen
38925252fb
Add support for metering report signing using community and enterprise keys [DPP-1136] (#14735)
* Add support for metering report signing using community and enterprise keys

changelog_begin
changelog_end
2022-08-18 11:34:12 +01:00