Upgrade Canton to 0.5.0 with flaky test fix (#3724)

This release contains a canton flakiness fix to prevent the
occurrence of `Disputed: Failed to select first domain: The
following parti(es) are not available on any connected domain`
during SemanticTest runs.
This commit is contained in:
Oliver Seeliger 2019-12-04 10:17:14 +01:00 committed by GitHub
parent de0c3db1a1
commit ca47e815f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -793,7 +793,7 @@ java_import(
jars = glob(["lib/**"]),
)
""",
sha256 = "e475dd93a165bd8299eb67684e99c7c5a82dc149cd92829a2103768cff1214ec",
strip_prefix = "canton-0.4.1",
urls = ["https://www.canton.io/releases/canton-0.4.1.tar.gz"],
sha256 = "05123af62ff02d7b6a7661d57c60666f6c7006ab9a7bb01ec976b0fc4402b5a6",
strip_prefix = "canton-0.5.0",
urls = ["https://www.canton.io/releases/canton-0.5.0.tar.gz"],
)