-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change a-chain
/b-chain
CLI flag names in favor of more explicit flag names in tx CLI commands
#2410
Comments
@ancazamfir proposed deprecating |
tbh I also like |
I think this (my own statement) is inaccurate. A better explanation is: "you instruct the relayer to attempt to advance the handshake state of an object on a (destination) chain by retrieving state values and proofs from another (source) chain." My first statement is accurate in most of the cases except:
|
I don't see a big different in usability between
|
Agreed, I too would suggest we go with src/dst here, as those sound better to me and are also more explicit and symmetric that chain/counterparty. |
Summary
To quote @ancazamfir:
Problem Definition
Proposal
Change the flag names of the tx CLI commands to use more descriptive flag names. See "Acceptance Criteria" below for a list of commands to update.
Acceptance Criteria
tx upgrade-chain
to use host / reference so that it matchesupgrade client
tx chan-close-confirm
tx chan-close-init
tx chan-open-ack
tx chan-open-confirm
tx chan-open-init
tx chan-open-try
tx conn-ack
tx conn-confirm
tx conn-init
tx conn-try
tx ft-transfer
tx packet-ack
tx packet-recv
tx raw packet-recv
to remove theraw
in ADR 010For Admin Use
The text was updated successfully, but these errors were encountered: