Releases: mars-protocol/mars-v2-frontend
Releases · mars-protocol/mars-v2-frontend
v2.4.0
Common
- asset parameters are now fetched completely on-chain
- symbols, decimals, and names are now fetched by an API endpoint
- another 'safe line' for prices was added by fetching them from DEX API endpoint
- the dApp now supports depositing any asset that exists on chain, as soon as the smart contracts support it
Bugfixes
- asset selection on the trade page got several UX improvements
- liquidation price requests are now less frequent
- if an asset price is not available it now shows
N/A
with a tooltip.
v2.3.5
Common
- If the viewer owns the Account shown in the Portfolio Account Details page, there are fund, withdraw and delete buttons shown.
Add Funds
button from the Portfolio Account Details page got removed for HLS accounts- upped the dependencies
- renamed
Metamask (via Leap snaps)
toMetamask
v2.3.2
Common
- Transaction Details now represent the data from the transaction events. Most details were improved so that users could better understand the contents of a transaction.
Bugfixes
- The README.MD got updated to display the Mars Protocol banner again.
- Depositing multiple coins threw an error on some occasions.
- The borrowing rate in creating HLS deposits was not showing.
- Unlocking a farm position showed $0 values
v2.3.1
Common
- stTIA was listed as collateral on
osmosis-1
- token logos are now loaded into the dom instead of being loaded remotely to reduce the global request count
v2.3.0
Legacy
- The v1 Outpost of the Red Bank was integrated into the v2 codebase. Users can navigate to the legacy v1 outpost by clicking on the
ChainSelector
in the header or by typing in/v1
into the browser's URL bar.
Trade
- Dynamic routes were added to the trade interfaces. It replaces the static routes of the smart contracts and looks for the most effective way of swapping one token to another.
Common
- Basic mobile support was added to the dApp. Users can now connect to the dApp via wallet inApp browsers such as Leap, Keplr, or Cosmostation. The legacy smartphone browsers are currently not supported and are waiting for a shuttle update to work seamlessly.
Bugfixes
- The
TradingView
logic for background colors was updated so that the chart doesn't change the color back to the default color.
v2.2.4
Common
- The tables of Earn, Farm, and Borrow were updated. The action buttons were replaced with a Manage button with a dropdown.
- The repository is open-sourced by setting it from private to public.
- On each push to main, a new docker image will be created that can be hosted by community members. The docker image can be found on the Docker Hub. Hosting the front end via node servers is also possible by forking it.
Bugfixes
- A couple of UI issues with SVGs were fixed. Most of them were in the Portfolio section of the app.