# Dev Log

**Beta v6.0.1 updates:**\
-Added a warning message to prevent accidental bribes when adding liquidity.\
\
**Beta v6.0.2 updates:**\
-Optimized font for the Pool page title -Enhanced mobile layout for the Pool page \
-Updated "Spread" to "Spread with leverage" on the Perp page to clarify that it represents slippage relative to the principal at a specific leverage ratio \
-Prioritized displaying the user's own wallet information at he top of the leaderboard list \
-Added a first-time login notice on the Perp page to inform users of important information\
\
**Beta v6.0.3 updates:**\
\&#xNAN;*Perpetual Page:*\
-Updated the styling for "Spread with Leverage" to make it more user-friendly and understandable. \
-Renamed "Max Slippage" settings to "Max Slippage with Leverage" for clarity. \
-Standardized the display of "Spread" to "Spread with Leverage" on the Open Position and Close Position pages. \
\&#xNAN;*Pool Page:*\
-Adjusted the price range options when creating a full range Liquidity Provider (LP) to prevent issues with high gas limits during withdrawal.\
\
**Beta v6.0.4 Update:**\
-Resolved issue: Corrected an error where inputting an excessive amount of ETH while creating a new liquidity pool did not trigger an automatic refund to the user's wallet. The function is now fixed to ensure excess ETH is returned as expected.\
\
**Beta v6.0.5 Update:**\
-Swap page: Added Route information. \
-Swap page: Updated the Price Impact warning messages. \
-Swap page: Fixed an issue where recent searches and selected trading pair information were not displayed on mobile browsers. \
-Swap page: Added contract address information to the currency selection list; clicking on it will redirect to a block explorer. \
-Pools page: LIQUIDITY data now displays with 2 decimal places. \
-Airdrop page: Added Gold and Points information, as well as detailed information for each round.\
\
**Beta v6.0.6 Update:**\
-Swap page: Added slippage detail display. \
-Top Bar: Added information about the Blast Gold+Points earned by the address. \
-Ranking page: Optimized the display of Gold and Points information.\
\
**Beta v6.0.7 Update:**\
-Swap Page: Displays the USD value at the time of the transaction. \
-Data loading speed optimization.\
\
**Beta v6.0.8 Update:**\
-Swap Page: Added a delete function for the currency search pop-up records. \
-Airdrop Page: Individual score now displays the epoch information.<br>

April.23 2024\
**Beta v7.0.0 update:**\
-Optimized the contract's gas fee logic.\
-Added new contract interfaces for Blast-Native yield, Blast-native gas fee sharing, and Blast Points API.\
-Improved the ALM rebalancing logic within the contract, concentrating liquidity during periods of low token-price-volatility.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roguex.io/miscellaneous/dev-log.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
