mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
b6a6bf7aac
* Extracted common error implementations * ErrorGroups * TransactionError hierarchy * LedgerApiErrors * PackageServiceError * ProtoDeserializationError * PruningServiceError * SubmissionErrors CHANGELOG_BEGIN CHANGELOG_END * Adapt extracted error groups and definitions to adhere to local tech stack: * Use //ledger/error:error core API * Use DAML SDK logging stack * Manual rebase to latest changes from Canton * Extracted RejectionGenerator from Canton * Adapted RejectionGenerator * Added //ledger/error:error to artifacts * Pass correlationId to errors * Pass parameters as implicits to shave some lines and improve readability * Workaround for encountered Scala/JDK8 bug * Addressed Ratko's review comments
240 lines
8.4 KiB
YAML
240 lines
8.4 KiB
YAML
# Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
- target: //daml-assistant/scala-daml-project-config:scala-daml-project-config
|
|
type: jar-scala
|
|
- target: //daml-lf/archive:daml_lf_1.6_archive_proto_jar
|
|
type: jar-lib
|
|
- target: //daml-lf/archive:daml_lf_1.6_archive_proto_java
|
|
type: jar-proto
|
|
- target: //daml-lf/archive:daml_lf_1.7_archive_proto_jar
|
|
type: jar-lib
|
|
- target: //daml-lf/archive:daml_lf_1.7_archive_proto_java
|
|
type: jar-proto
|
|
- target: //daml-lf/archive:daml_lf_1.8_archive_proto_jar
|
|
type: jar-lib
|
|
- target: //daml-lf/archive:daml_lf_1.8_archive_proto_java
|
|
type: jar-proto
|
|
- target: //daml-lf/archive:daml_lf_1.11_archive_proto_jar
|
|
type: jar-lib
|
|
- target: //daml-lf/archive:daml_lf_1.11_archive_proto_java
|
|
type: jar-proto
|
|
- target: //daml-lf/archive:daml_lf_1.12_archive_proto_jar
|
|
type: jar-lib
|
|
- target: //daml-lf/archive:daml_lf_1.12_archive_proto_java
|
|
type: jar-proto
|
|
- target: //daml-lf/archive:daml_lf_1.13_archive_proto_jar
|
|
type: jar-lib
|
|
- target: //daml-lf/archive:daml_lf_1.13_archive_proto_java
|
|
type: jar-proto
|
|
- target: //daml-lf/archive:daml_lf_1.14_archive_proto_jar
|
|
type: jar-lib
|
|
- target: //daml-lf/archive:daml_lf_1.14_archive_proto_java
|
|
type: jar-proto
|
|
- target: //daml-lf/archive:daml_lf_dev_archive_proto_jar
|
|
type: jar-lib
|
|
- target: //daml-lf/archive:daml_lf_dev_archive_proto_java
|
|
type: jar-proto
|
|
- target: //daml-lf/archive:daml_lf_archive_reader
|
|
type: jar-scala
|
|
- target: //daml-lf/data:data
|
|
type: jar-scala
|
|
- target: //daml-lf/data-scalacheck:data-scalacheck
|
|
type: jar-scala
|
|
- target: //daml-lf/engine:engine
|
|
type: jar-scala
|
|
- target: //daml-lf/interface:interface
|
|
type: jar-scala
|
|
- target: //daml-lf/interpreter:interpreter
|
|
type: jar-scala
|
|
- target: //daml-lf/kv-transaction-support:kv-transaction-support
|
|
type: jar-scala
|
|
- target: //daml-lf/language:language
|
|
type: jar-scala
|
|
- target: //daml-lf/scenario-interpreter:scenario-interpreter
|
|
type: jar-scala
|
|
- target: //daml-lf/transaction:transaction
|
|
type: jar-scala
|
|
- target: //daml-lf/transaction:transaction_proto_jar
|
|
type: jar-lib
|
|
- target: //daml-lf/transaction:transaction_proto_java
|
|
type: jar-proto
|
|
- target: //daml-lf/transaction:value_proto_jar
|
|
type: jar-lib
|
|
- target: //daml-lf/transaction:value_proto_java
|
|
type: jar-proto
|
|
- target: //daml-lf/transaction-test-lib:transaction-test-lib
|
|
type: jar-scala
|
|
- target: //daml-lf/validation:validation
|
|
type: jar-scala
|
|
- target: //daml-script/converter:converter
|
|
type: jar-scala
|
|
- target: //language-support/codegen-common:codegen-common
|
|
type: jar-scala
|
|
- target: //language-support/codegen-main:shaded_binary
|
|
type: jar-jarjar
|
|
- target: //language-support/java/bindings:bindings-java
|
|
type: jar-lib
|
|
- target: //language-support/java/bindings-rxjava:bindings-rxjava
|
|
type: jar-lib
|
|
- target: //language-support/java/codegen:lib
|
|
type: jar-scala
|
|
- target: //language-support/java/codegen:shaded_binary
|
|
type: jar-jarjar
|
|
- target: //language-support/scala/bindings:bindings
|
|
type: jar-scala
|
|
- target: //language-support/scala/bindings-akka:bindings-akka
|
|
type: jar-scala
|
|
- target: //language-support/scala/codegen:codegen
|
|
type: jar-scala
|
|
- target: //ledger-api/grpc-definitions:ledger_api_proto_jar
|
|
type: jar-lib
|
|
- target: //ledger-api/grpc-definitions:ledger_api_proto_scala
|
|
type: jar-scala
|
|
- target: //ledger-api/rs-grpc-akka:rs-grpc-akka
|
|
type: jar-scala
|
|
- target: //ledger-api/rs-grpc-bridge:rs-grpc-bridge
|
|
type: jar-lib
|
|
- target: //ledger-api/rs-grpc-testing-utils:rs-grpc-testing-utils
|
|
type: jar-scala
|
|
- target: //ledger-api/testing-utils:testing-utils
|
|
type: jar-scala
|
|
- target: //ledger/caching:caching
|
|
type: jar-scala
|
|
- target: //ledger/cli-opts:cli-opts
|
|
type: jar-scala
|
|
- target: //ledger/indexer-benchmark:indexer-benchmark
|
|
type: jar-deploy
|
|
- target: //ledger/ledger-api-akka:ledger-api-akka
|
|
type: jar-scala
|
|
- target: //ledger/ledger-api-auth:ledger-api-auth
|
|
type: jar-scala
|
|
- target: //ledger/ledger-api-auth-client:ledger-api-auth-client
|
|
type: jar-lib
|
|
- target: //ledger/ledger-api-bench-tool:ledger-api-bench-tool
|
|
type: jar-deploy
|
|
- target: //ledger/ledger-api-client:ledger-api-client
|
|
type: jar-scala
|
|
- target: //ledger/ledger-api-common:ledger-api-common
|
|
type: jar-scala
|
|
- target: //ledger/ledger-api-domain:ledger-api-domain
|
|
type: jar-scala
|
|
- target: //ledger/ledger-api-health:ledger-api-health
|
|
type: jar-scala
|
|
- target: //ledger/ledger-api-test-tool:ledger-api-test-tool
|
|
type: jar-deploy
|
|
- target: //ledger/ledger-api-test-tool:ledger-api-test-tool-1.14
|
|
type: jar-deploy
|
|
- target: //ledger/ledger-api-test-tool:ledger-api-test-tool-1.dev
|
|
type: jar-deploy
|
|
- target: //ledger/ledger-configuration:ledger-configuration
|
|
type: jar-scala
|
|
- target: //ledger/ledger-configuration/protobuf:ledger_configuration_proto_jar
|
|
type: jar-lib
|
|
- target: //ledger/ledger-configuration/protobuf:ledger_configuration_proto_java
|
|
type: jar-proto
|
|
- target: //ledger/ledger-grpc:ledger-grpc
|
|
type: jar-scala
|
|
- target: //ledger/ledger-offset:ledger-offset
|
|
type: jar-scala
|
|
- target: //ledger/ledger-on-memory:ledger-on-memory
|
|
type: jar-scala
|
|
- target: //ledger/ledger-on-memory:ledger-on-memory-app
|
|
type: jar-scala
|
|
- target: //ledger/ledger-on-sql:ledger-on-sql
|
|
type: jar-scala
|
|
- target: //ledger/ledger-resources:ledger-resources
|
|
type: jar-scala
|
|
- target: //ledger/metrics:metrics
|
|
type: jar-scala
|
|
- target: //ledger/metrics:metrics-test-lib
|
|
type: jar-scala
|
|
- target: //ledger/participant-integration-api:ledger-api-server
|
|
type: jar-scala
|
|
- target: //ledger/participant-integration-api:participant-integration-api
|
|
type: jar-scala
|
|
- target: //ledger/participant-integration-api:participant-integration-api-proto_scala
|
|
type: jar-scala
|
|
- target: //ledger/participant-state:participant-state
|
|
type: jar-scala
|
|
- target: //ledger/participant-state/kvutils:daml_kvutils_proto_jar
|
|
type: jar-lib
|
|
- target: //ledger/participant-state/kvutils:daml_kvutils_proto_java
|
|
type: jar-proto
|
|
- target: //ledger/participant-state/kvutils:kvutils
|
|
type: jar-scala
|
|
- target: //ledger/participant-state/kvutils:dar-files-1.dev-lib
|
|
type: jar-scala
|
|
- target: //ledger/participant-state/kvutils:kvutils-tests-lib
|
|
type: jar-scala
|
|
- target: //ledger/participant-state/kvutils/app:app
|
|
type: jar-scala
|
|
- target: //ledger/participant-state/kvutils/tools:tools
|
|
type: jar-scala
|
|
- target: //ledger/participant-state-index:participant-state-index
|
|
type: jar-scala
|
|
- target: //ledger/participant-state-metrics:participant-state-metrics
|
|
type: jar-scala
|
|
- target: //ledger/sandbox:sandbox-ce
|
|
type: jar-scala
|
|
- target: //ledger/sandbox-common:sandbox-common
|
|
type: jar-scala
|
|
- target: //ledger/sandbox-common:sandbox-common-ce
|
|
type: jar-scala
|
|
- target: //ledger/sandbox-classic:sandbox-classic-ce
|
|
type: jar-scala
|
|
- target: //ledger/sandbox-on-x:sandbox-on-x
|
|
type: jar-scala
|
|
- target: //ledger/sandbox-on-x:sandbox-on-x-app
|
|
type: jar-scala
|
|
- target: //ledger/test-common:dar-files-1.14-lib
|
|
type: jar-scala
|
|
- target: //ledger/test-common:dar-files-1.dev-lib
|
|
type: jar-scala
|
|
- target: //ledger/test-common:test-common-1.14
|
|
type: jar-scala
|
|
- target: //ledger/test-common:test-common-1.dev
|
|
type: jar-scala
|
|
- target: //ledger-service/lf-value-json:lf-value-json
|
|
type: jar-scala
|
|
- target: //ledger-service/cli-opts:cli-opts
|
|
type: jar-scala
|
|
- target: //ledger-service/jwt:jwt
|
|
type: jar-scala
|
|
- target: //ledger-service/utils:utils
|
|
type: jar-scala
|
|
- target: //libs-scala/auth-utils:auth-utils
|
|
type: jar-scala
|
|
- target: //libs-scala/build-info:build-info
|
|
type: jar-scala
|
|
- target: //libs-scala/concurrent:concurrent
|
|
type: jar-scala
|
|
- target: //libs-scala/contextualized-logging:contextualized-logging
|
|
type: jar-scala
|
|
- target: //libs-scala/doobie-slf4j:doobie-slf4j
|
|
type: jar-scala
|
|
- target: //libs-scala/grpc-utils:grpc-utils
|
|
type: jar-scala
|
|
- target: //libs-scala/logging-entries:logging-entries
|
|
type: jar-scala
|
|
- target: //libs-scala/ports:ports
|
|
type: jar-scala
|
|
- target: //libs-scala/resources:resources
|
|
type: jar-scala
|
|
- target: //libs-scala/resources-akka:resources-akka
|
|
type: jar-scala
|
|
- target: //libs-scala/resources-grpc:resources-grpc
|
|
type: jar-scala
|
|
- target: //libs-scala/scala-utils:scala-utils
|
|
type: jar-scala
|
|
- target: //libs-scala/scalatest-utils:scalatest-utils
|
|
type: jar-scala
|
|
- target: //libs-scala/timer-utils:timer-utils
|
|
type: jar-scala
|
|
- target: //triggers/runner:trigger-runner-lib
|
|
type: jar-scala
|
|
- target: //libs-scala/nameof:nameof
|
|
type: jar-scala
|
|
- target: //ledger/error:error
|
|
type: jar-scala
|