Upgrade to canton 0.18.1 in ledger api conformance tests and enabling canton stdout info-level logging (#7247)

* Upgrade to canton 0.18.1 in ledger api conformance tests

changelog_begin
changelog_end

* Log canton INFO output to stdout
This commit is contained in:
Oliver Seeliger 2020-08-27 14:32:27 +02:00 committed by GitHub
parent 82d90a023c
commit 6641e95074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -961,9 +961,9 @@ java_import(
jars = glob(["lib/**"]),
)
""",
sha256 = "c1e5aff815c52b57a0c1cac13a5c3523cc1e6a63005b3b788015a96fd058c527",
strip_prefix = "canton-0.15.0",
urls = ["https://www.canton.io/releases/canton-0.15.0.tar.gz"],
sha256 = "666801388fd5d2b163b49511d52713f941d5c734216064eeaa6fa04db2b7b9c2",
strip_prefix = "canton-0.18.1",
urls = ["https://www.canton.io/releases/canton-0.18.1.tar.gz"],
)
http_file(

View File

@ -9,6 +9,7 @@ set -o pipefail
CANTON_COMMAND=(
"$(rlocation com_github_digital_asset_daml/ledger/ledger-api-test-tool-on-canton/canton)"
daemon
"-d"
"--config=$(rlocation com_github_digital_asset_daml/ledger/ledger-api-test-tool-on-canton/canton.conf)"
"--bootstrap=$(rlocation com_github_digital_asset_daml/ledger/ledger-api-test-tool-on-canton/bootstrap.canton)"
)