Contract-id-seeding mode.. "no" does no work?

Hi
Trying to start sandbox with deterministic seeding mode and its complaining… please advise?

sdk-version: 1.0.1

| => daml start --sandbox-option="--wall-clock-time" --sandbox-option="--contract-id-seeding=no" Compiling <project> to a DAR. Created .daml/dist/<project>-1.0.0.dar Waiting for sandbox to start: ERROR: Shutting down because of an initialization error. This version of Sandbox will not start without a seeding mode. Please specify an appropriate seeding mode.

vs with strong option it works
`
| => daml start --sandbox-option="–wall-clock-time" --sandbox-option="–contract-id-seeding=strong"
Compiling to a DAR.
Created .daml/dist/-1.0.0.dar
Waiting for sandbox to start:
INFO: Slf4jLogger started
INFO: Listening on localhost:6865 over plain text.
Waiting for navigator to start:


/ / ____ ___/ / / ___ __ __
_\ / _ / _ \/ _ / _ \/ _ \\ \ / /___/\_,_/_//_/\_,_/_.__/\___/_\_\

1 Like

This is a duplicate of Starting sandbox without contract id seeding. no is only supported by sandbox-classic.

1 Like