-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change default sandbox to canton (#12438)
* Change default sandbox to canton. Some progress on #11831 * made `daml start` use canton sandbox by default * changed the non-ledger api ports to use free ports by default (still haven't tried using port 0 instead of `getFreePort`). * renamed `daml sandbox-canton` to `daml sandbox` * implement a `--static-time` option for `daml sandbox` that sets the canton clock type parameter to `sim-clock` * moved the quickstart-java integration test to use the new sandbox * the test uses `--static-time`, but doesn't really depend on it changelog_begin changelog_end * fix parens * fix hot reload test * reinstant --sandbox-kv in create-daml-app test for now * fix damlStart test
- Loading branch information
1 parent
ab16a54
commit b2a7f9e
Showing
7 changed files
with
150 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.