Add RelayByTimestamp
request to the relayer
#359
Labels
needs discussion
This issue needs more discussion before its implementation
relayer
Issues related to the relayer
type: feature
Feature request
Summary
Right now, all relaying and batching is done via tx hashes in
RelayByTxRequest
, which requires the submitters to submit tx hashes from both chains. This api is non-intuitive, and requires the users to know the tx hashes of IBC events to be able to relay.Problem Definition
RelayByTxRequest
works very well when it comes to 3rd party front-end integrators/api users such as skip go. It is not ideal when it comes to usage from end users or generic test suites.Use cases
from
andto
unix timestamps.Proposal
For Admin Use
The text was updated successfully, but these errors were encountered: