ava-labs / avalanche-cli

Other
103 stars 65 forks source link

Teleporter Renaming #2054

Open martineckardt opened 3 months ago

martineckardt commented 3 months ago

Teleporter is getting renamed to Avalanche Interchain Messaging. Therefore, I propose to reorganize the command tree:

Since the new names are pretty long, I recommend offering the full name and a shorthand alias (e.g. icm and interchain-messaging).

felipemadero commented 3 months ago

we already have interchain command group, with subcmd tokenTransferrer, why not

- `avalanche`
  - `icm` / `interchain messaging`
    - `deploy`
    - `track` (prev. msg)
  - `ictt` / `interchain tokenTransferrer`
    - `deploy`
  - `interchain relayer`
    - `start`
    - `stop`
    - `logs`

Notice that I'm proposing tokenTransferrer as it is already there and the name better points to its function (transfer points to a standard funds transfer at first sight). But no opposite to using transfer if devrel prefers so.

Also notice that it is using camel case convention (the currently one used at CLI). This is currently a point of discussion for the command tree.