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

Collin/queries #22

Merged
merged 2 commits into from
Mar 18, 2022
Merged

Collin/queries #22

merged 2 commits into from
Mar 18, 2022

Conversation

cbrit
Copy link
Member

@cbrit cbrit commented Mar 16, 2022

Establishes cosmos module exposure with convenient rust module wrapping
Exposes module query clients with convenience type wrappers
Implements convenience methods for basic bank queries
Unit/integration tests

Closes #5

Copy link
Contributor

@philipjames44 philipjames44 left a comment

Choose a reason for hiding this comment

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

Few points for discussion. Thanks for putting this together!

ocular/src/chain.rs Outdated Show resolved Hide resolved
ocular/src/chain/config.rs Outdated Show resolved Hide resolved
ocular/src/chain/config.rs Outdated Show resolved Hide resolved
ocular/src/chain/config.rs Outdated Show resolved Hide resolved
ocular/src/chain/config.rs Outdated Show resolved Hide resolved
ocular/src/chain/client/query.rs Show resolved Hide resolved
}

Ok(uri.to_string())
}
Copy link
Member Author

Choose a reason for hiding this comment

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

I think this method is sketchy and would appreciate some feedback on it @EricBolten @tony-iqlusion

@cbrit cbrit merged commit bb22e26 into main Mar 18, 2022
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.

Basic module query clients and queries
2 participants