-
Notifications
You must be signed in to change notification settings - Fork 133
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
query subaccounts from smart contract #995
Conversation
WalkthroughThe changes involve integrating CosmWasm into a blockchain protocol, enabling smart contract functionality. A Dockerfile is updated to use a specific library version, ensuring its integrity and configuration for static linking. The Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
@@ -9,10 +9,11 @@ mod response_helper; | |||
pub use msg::{DydxMsg, SubaccountId, Transfer, Order, OrderSide, OrderTimeInForce, OrderConditionType, OrderId}; | |||
pub use querier::DydxQuerier; | |||
pub use query::{ | |||
DydxQuery, DydxQueryWrapper, | |||
DydxQuery, DydxQueryWrapper, SubaccountResponse, | |||
}; | |||
// TODO: Export MarketPriceResponse instead for style consistency. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The TODO comment on line 14 indicates that MarketPriceResponse
should be exported for style consistency. This should be addressed to maintain a consistent interface.
Would you like me to open a GitHub issue to track this task?
Changelist
query subaccounts from smart contract
Test Plan
[Describe how this PR was tested (if applicable)]
Author/Reviewer Checklist
state-breaking
label.indexer-postgres-breaking
label.PrepareProposal
orProcessProposal
, manually add the labelproposal-breaking
.feature:[feature-name]
.backport/[branch-name]
.refactor
,chore
,bug
.