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

Bugfix/use correct tendermint dialect #3802

Merged
merged 3 commits into from
Aug 23, 2023

Conversation

jstuczyn
Copy link
Contributor

Description

Fully delegate rpc calls to inner fields so that correct tendermint dialect would be used (i.e. 0.34 as opposed to default 0.37).

I've briefly looked at https://github.com/hobofan/ambassador to remove all the boilerplate code, but couldn't get it to work with async trait that has to be conditionally derived based on build target. And writing our own delegate macro would have been a huge overkill.

@tommyv1987 tommyv1987 self-requested a review August 23, 2023 10:46
Copy link
Contributor

@tommyv1987 tommyv1987 left a comment

Choose a reason for hiding this comment

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

LGTM - tested all working a, ok.

@tommyv1987 tommyv1987 merged commit 0d3df4b into develop Aug 23, 2023
20 checks passed
@tommyv1987 tommyv1987 deleted the bugfix/use-correct-tendermint-dialect branch August 23, 2023 10:46
@jstuczyn jstuczyn added this to the Snickers milestone Aug 23, 2023
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.

None yet

2 participants