Skip to content
New issue

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

Feature/resending rewards on timeout #810

Merged
merged 4 commits into from
Oct 11, 2021

Conversation

jstuczyn
Copy link
Contributor

@jstuczyn jstuczyn commented Oct 8, 2021

No description provided.

// note that as of the time of writing this comment (08.10.2021), the most recent version
// of cosmos-sdk (v0.44.1) uses tendermint 0.34.13
if let Some(data) = tm_err.data() {
data.contains("timed out") || data.contains("timeout")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't like this one bit, but looks like its the best we can do :/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me neither... me neither...

@jstuczyn jstuczyn merged commit 7caac33 into develop Oct 11, 2021
@jstuczyn jstuczyn deleted the feature/resending-rewards-on-timeout branch October 11, 2021 09:49
jstuczyn added a commit that referenced this pull request Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants