Skip to content

Commit

Permalink
Make skeleton template work with canton sandbox (digital-asset#12451)
Browse files Browse the repository at this point in the history
And change the relevant release test instructions to make it clear this
isn't a quickstart-java project, but a project that uses the default
template (skeleton).

changelog_begin
changelog_end
  • Loading branch information
sofiafaro-da authored Jan 18, 2022
1 parent 4af48bb commit 430f86b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions release/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ patches we backport to the 1.0 release branch).
1. Run through the following test plan on Windows. This is slightly shortened to
make testing faster and since most issues are not platform specific.

1. Run `daml new quickstart` to create a new project and switch to it using
`cd quickstart`.
1. Run `daml new myproject` to create a new project and switch to it using
`cd myproject`.
1. Run `daml start`.
1. Open your browser at `http://localhost:7500`, verify that you can login as
Alice and there is one template and one contract.
Expand Down
5 changes: 0 additions & 5 deletions templates/skeleton/daml.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ sdk-version: __VERSION__
name: __PROJECT_NAME__
source: daml
init-script: Main:setup
parties:
- Alice
- Bob
version: 0.0.1
dependencies:
- daml-prim
- daml-stdlib
- daml-script
sandbox-options:
- --wall-clock-time

0 comments on commit 430f86b

Please sign in to comment.