canton_config_text hardcodes sequencer.type = BFT (cli.py:580). Fine for the default, but the integration harness should let tests run against the non-BFT sequencer path too.
Acceptance:
- --sequencer-type {bft,non-bft} (default bft) on dpm trace test.
- canton_config_text reflects the choice; --init-scaffolded lit.cfg.py unchanged.
canton_config_text hardcodes sequencer.type = BFT (cli.py:580). Fine for the default, but the integration harness should let tests run against the non-BFT sequencer path too.
Acceptance: