Console commands migration guide
Console commands migration guide
Migrating from version 3.3 to version 3.4
Deprecated Canton console commands
Universal stream changes have deprecated Canton console commands related to TransactionTrees.
Deprecated command |
Migrating to |
Migration instruction |
|---|---|---|
ledger_api.updates.trees |
ledger_api.updates.transactions or ledger_api.updates.updates |
To retain the original behavior,
|
ledger_api.updates.flat |
ledger_api.updates.transactions or ledger_api.updates.updates |
To retain the original behavior,
|
ledger_api.updates.trees_with_tx_filter |
ledger_api.updates.transactions_with_tx_format or ledger_api.updates.updates |
To retain the original behavior:
|
ledger_api.updates.flat_with_tx_filter |
ledger_api.updates.transactions_with_tx_format or ledger_api.updates.updates |
To retain the original behavior:
|
ledger_api.updates.{subscribe_flat, subscribe_trees} |
ledger_api.updates.subscribe_updates |
To retain the original behavior ledger_api.updates.subscribe_updates should be used with
|
ledger_api.updates.{by_id, by_offset} |
ledger_api.updates.{update_by_id, update_by_offset} |
To retain the original behavior update_by_id and update_by_offset should be used with the include_transactions field:
|
ledger_api.commands.submit_flat |
ledger_api.commands.submit |
To retain the original behavior of ledger_api.updates.submit_flat, the ledger_api.updates.submit command should be used with |