mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 00:35:25 +03:00
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:
parent
82d90a023c
commit
6641e95074
@ -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(
|
||||
|
@ -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)"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user