-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat/add_exchange_messages_from_v1_13 #172
Conversation
…d in the chain upgrade v1.13. Added unit tests and example scripts
Caution Review failedThe pull request is closed. WalkthroughThe recent changes enhance the trading ecosystem by introducing new message types and parameters that improve the management of stake grants, position margins, and market updates. Notable inclusions are the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant StakeGranter
participant GrantSystem
User->>StakeGranter: Request stake grant
StakeGranter->>GrantSystem: Authorize grant (MsgAuthorizeStakeGrants)
GrantSystem->>User: Notification of authorization
sequenceDiagram
participant User
participant MarketAdmin
participant MarketSystem
User->>MarketAdmin: Request market update
MarketAdmin->>MarketSystem: Submit update (MsgUpdateSpotMarket)
MarketSystem->>User: Confirm update completion
Poem
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 Configuration File (
|
Summary by CodeRabbit
New Features
Documentation
Chores