chore: update protocol version#422
Merged
Merged
Conversation
gaonip
reviewed
Sep 18, 2025
| } | ||
|
|
||
| // Market mapper revenue share params - returns global revenue share parameters | ||
| let market_mapper_params = getter |
| tracing::info!("Get market mapper rev share details for market {ETH_USD_PAIR_ID}: {market_mapper_details:?}"); | ||
|
|
||
| // Unconditional rev share config - returns unconditional revenue share configuration | ||
| let unconditional_config = getter.client.get_unconditional_rev_share_config().await?; |
| Ok(params) | ||
| } | ||
|
|
||
| /// Queries for the next CLOB pair ID. |
gaonip
approved these changes
Sep 22, 2025
gaonip
reviewed
Sep 22, 2025
| /// Set the order router rev share. | ||
| /// | ||
| /// Check [the example](https://github.com/dydxprotocol/v4-clients/blob/main/v4-client-rs/client/examples/validator_get.rs). | ||
| pub async fn set_order_router_rev_share( |
gaonip
approved these changes
Sep 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates Rust client to v9 version of protocol