You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the counterparty address is only a mapping from: <address> -> <counterparty_address>.
However, a relayer will have multiple counterparty addresses for a given address, since their counterparty address will be different for each counterparty chain.
Thus, we must map from (address, channelID) => (counterparty_address).
Action Items:
Include ChannelID in MsgRegisterCounterpartyAddress
Change the SetCounterpartyAddress and GetCounterpartyAddress to take in a channelID
Map Counterparty address to a key that contains tuple: address/channelID
When validating the Signed Header in Validate Basic we should check if
the aggregator hash corresponds to the hash of the validator set.
Closes: cosmos#820
Currently the counterparty address is only a mapping from:
<address> -> <counterparty_address>
.However, a relayer will have multiple counterparty addresses for a given address, since their counterparty address will be different for each counterparty chain.
Thus, we must map from (address, channelID) => (counterparty_address).
Action Items:
ChannelID
inMsgRegisterCounterpartyAddress
address/channelID
Thanks to @soareschen for pointing out the issue.
The text was updated successfully, but these errors were encountered: