We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As defined in the specification the controller side port-id is made up of ics27-1-{connection-number}-{counterparty-connection-number}-{owner-address}
ics27-1-{connection-number}-{counterparty-connection-number}-{owner-address}
At present, the generatePortId function only builds a portID with the source connection number.
generatePortId
Update the generatePortId function to build a portID based on both the source + counterparty connection ids.
The text was updated successfully, but these errors were encountered:
Merge pull request cosmos#316 from CosmWasm/bech32_prefix_313
807956b
Set bech32 prefix
docs: prepare v0.1.1 release (cosmos#316)
18be2cd
colin-axner
No branches or pull requests
Summary
As defined in the specification the controller side port-id is made up of
ics27-1-{connection-number}-{counterparty-connection-number}-{owner-address}
At present, the
generatePortId
function only builds a portID with the source connection number.Proposal
Update the
generatePortId
function to build a portID based on both the source + counterparty connection ids.For Admin Use
The text was updated successfully, but these errors were encountered: