Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

SendMessages retry refactor #11

Open
liorzilp opened this issue Jan 22, 2023 · 0 comments
Open

SendMessages retry refactor #11

liorzilp opened this issue Jan 22, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@liorzilp
Copy link

Overview

There may be many failures when bringing up a connection with a rollapp until the state is accepted and finalized. The messages should be sent only when the dymension hub finalizes the corresponding state to which the message belongs.

Refactor

Currently, SendMessages running endless retries, messages should be sent only for finalized states. This behavior was changed by #9.
Refactor SendMessages such that it will send messages only when they got finalized.
The code should be replaced with a more robust and go-style retry mechanism.

@liorzilp liorzilp added the enhancement New feature or request label Jan 22, 2023
@mtsitrin mtsitrin removed their assignment Feb 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants