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
When a relayer starts relaying on a channel, it needs a way to check whether it has registered its counterparty addresses on both chains so that it can be paid the receive fee. Without this API, the relayer can only blindly re-register its counterparty address before relaying which wastes transaction fees.
Proposal
Implement a GetCounterpartyAddress GRPC endpoint for the fee module.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
cosmos#1152)
<!--
Please read and fill out this form before submitting your PR.
Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->
## Overview
Resolves: cosmos#1132, resolves: cosmos#1153
<!--
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue.
-->
## Checklist
<!--
Please complete the checklist to ensure that the PR is ready to be
reviewed.
IMPORTANT:
PRs should be left in Draft until the below checklist is completed.
-->
- [x] New and updated code has appropriate documentation
- [x] New and updated code has new and/or updated testing
- [x] Required CI checks are passing
- [ ] Visual proof for any user facing features like CLI or
documentation updates
- [x] Linked issues closed with keywords
Summary
Related to #276.
When a relayer starts relaying on a channel, it needs a way to check whether it has registered its counterparty addresses on both chains so that it can be paid the receive fee. Without this API, the relayer can only blindly re-register its counterparty address before relaying which wastes transaction fees.
Proposal
Implement a
GetCounterpartyAddress
GRPC endpoint for the fee module.For Admin Use
The text was updated successfully, but these errors were encountered: