Skip to content

Commit

Permalink
Remove DAML-on-X IndexServer and Reference Server (digital-asset#3108)
Browse files Browse the repository at this point in the history
It is not needed anymore and can therefore be deleted.
  • Loading branch information
gerolf-da authored Oct 8, 2019
1 parent 3e86680 commit 5592092
Show file tree
Hide file tree
Showing 55 changed files with 30 additions and 4,210 deletions.
2 changes: 1 addition & 1 deletion docs/source/concepts/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ DAML ledgers provide various guarantees about what you can expect from it, all l

When you're developing, you'll use `Sandbox <#sandbox>`__ as your ledger.

If you want to run DAML on a storage mechanism of your choice, you can use the :doc:`/daml-integration-kit/index` to help you do that.
If you would like to integrate DAML with a storage infrastructure not already in development (see `daml.com <https://daml.com>`__), please get in touch on `Slack <https://damldriven.slack.com/sso/saml/start>`__ in the channel ``#daml-contributors``.

.. _trust-domain:

Expand Down

This file was deleted.

This file was deleted.

395 changes: 0 additions & 395 deletions docs/source/daml-integration-kit/index.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ DAML SDK documentation
:caption: Experimental features

experimental/warning
daml-integration-kit/index
tools/ledger-api-test-tool/index
migrate/index
json-api/index

Expand Down
4 changes: 2 additions & 2 deletions docs/source/support/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ SQL Extractor
- **Java Bindings**: ``CreateAndExerciseCommand`` is now properly converted in the Java Bindings data layer.
See `issue #979 <https://github.com/digital-asset/daml/pull/979>`__ for details.
- **DAML Integration Kit**: Alpha release of the kit for integrating your own ledger with DAML. See the :doc:`DAML Integration Kit docs </daml-integration-kit/index>` for how to try it out.
- **DAML Integration Kit**: Alpha release of the kit for integrating your own ledger with DAML. See the DAML Integration Kit docs for how to try it out.
- **DAML Assistant**: Added a ``quickstart-scala`` DAML Assistant project template.
- **DAML-LF Engine**: If all labels in a record are set, fields no longer need to be ordered.
Expand Down Expand Up @@ -1613,7 +1613,7 @@ SQL Extractor
--------------------
- **Sandbox**: Added support for using a Postgres database as a back end for the Sandbox, which gives you persistent data storage. To try it out, see :doc:`/tools/sandbox`.
- **DAML Integration Kit**: Added documentation for :doc:`/daml-integration-kit/index`. The docs explain what the DAML Integration Kit is, what state it is in, and how it is going to evolve.
- **DAML Integration Kit**: Added documentation for the DAML Integration Kit. The docs explain what the DAML Integration Kit is, what state it is in, and how it is going to evolve.
- **DAML Integration Kit**: Released the Ledger API Test Tool. To try it out, see :doc:`/tools/ledger-api-test-tool/index`.
- **DAML-LF**: Removed DAML-LF Dev major version, ``--target dev`` option, and sandbox ``--allow-dev`` option.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tools/ledger-api-test-tool/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ will show you if there are consistency or conformance problem with your
implementation.

Its intended audience are developers of DAML ledgers, who are using the
:doc:`DAML Ledger Implementation Kit </daml-integration-kit/index>` to develop
DAML Ledger Implementation Kit to develop
a DAML ledger on top of their distributed-ledger or database of choice.

Use this tool to verify if your Ledger API endpoint conforms to the :doc:`DA
Expand Down
46 changes: 0 additions & 46 deletions ledger/api-server-damlonx/BUILD.bazel

This file was deleted.

2 changes: 0 additions & 2 deletions ledger/api-server-damlonx/reference-v2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ da_scala_binary(
"//daml-lf/language",
"//daml-lf/transaction",
"//language-support/scala/bindings",
"//ledger/api-server-damlonx",
"//ledger/ledger-api-client",
"//ledger/ledger-api-common",
"//ledger/ledger-api-domain",
"//ledger/participant-state",
"//ledger/participant-state-index",
"//ledger/participant-state-index/reference",
"//ledger/participant-state/kvutils",
"//ledger/sandbox",
],
Expand Down
58 changes: 0 additions & 58 deletions ledger/api-server-damlonx/reference/BUILD.bazel

This file was deleted.

38 changes: 0 additions & 38 deletions ledger/api-server-damlonx/reference/src/main/resources/logback.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5592092

Please sign in to comment.