This repository has been archived by the owner on Jul 21, 2021. It is now read-only.
Releases: mstable/mStable-app
Releases · mstable/mStable-app
v1.11.0
Released 04.09.20 15.00 CEST
Features:
- Support withdrawing a partial stake from EARN pools
Miscellaneous:
- Remove redundant information about BAL rewards for claim and withdraw confirmations
- Use closest APY data-points for daily APY chart for each day (i.e. ensure the x-axis lines up)
v1.10.0
Released 04.09.20 15.00 CEST
Features:
- Add Claim button to claim rewards (over multiple weeks in one transaction) with
Merkle Drop contracts
Scripts:
- Add script to calculate and output reports for platform rewards earned via staking
- Add script to create Merkle root hashes for Merkle Drop contracts
- Add script to output bAsset vault balances over time
- Output rewards report for week 0
Miscellaneous:
- Minor CSS fixes
- Better align daily APYs on x-axis of graph
- Reduce price request volume with Coingecko
v1.9.3
Released 03.09.20 21.05 CEST
Bug fixes:
- Fix an issue where The Graph data did not appear
Miscellaneous:
- Visually separate expired pools from current pools, and rewards information
associated with expired pools. - Disable the stake form for expired pools, and instruct users to instead
exit the pool.
v1.9.2
Released 20.08.20 19.02 CEST
Bug fixes:
- Show that BAL rewards will be received for the Balancer MTA/mUSD 95/5 pool
Miscellaneous:
- Make the inputs for redeeming with specific assets clearer, and add a
note explaining that assets to redeem must be selected and amounts entered.
v1.9.1
Released 17.08.20 16.04 CEST
Bug fixes:
- Show 'No data yet' for the APY of new EARN pools (<24h)
- Hide the stake/claim/exit forms when viewing a pool as another address
- Redirect back from a user's shared pool page when clicking 'reset'
- Analytics: Ensure y-axis numbers are not cut off on smaller viewports,
and use tabs for the date ranges
v1.9.0
Released 17.08.20 13.44 CEST
Features:
- Add support for redeeming with a custom selection of bAssets, so that users
can redeem with a single bAsset, a selection of bAssets, or all bAssets
(proportional redemption). - Show how redemptions affect mUSD and its basket of assets.
Bug fixes:
- Limit historic transactions fetching (via
eth_getLogs
) to 1000 blocks back,
so that all providers should be able to fetch the logs without being limited.
v1.8.8
Released 17.08.20 12.30 CEST
Miscellaneous:
- Update the BAL rewards message
v1.8.7
Released 14.08.20 12.13 CEST
Bug fixes:
- Fix a bug where the token approval button did not appear in the swap form.
v1.8.6
Released 12.08.20 19.28 CEST
Miscellaneous:
- Adjust the behaviour of the redemption form such that when the
'redeem with all assets' toggle is selected, it is still possible
to toggle a bAsset to select it for single redemption. - Add headers to each main page to better explain what each page is for
- Make the transition when opening/closing the account view easier to
see, and add a prominent 'back to app' button on the account view. - Add temporary message about BAL rewards airdropping to Balancer pools.
v1.8.5
Released 10.08.20 18.14 CEST
Features:
- Provide a button for users to share a link to view their balances in a given pool
- Provide a simple form on the pool view to input an address and view that user's balances
- When a new version of the app is available (according to Github releases), add a
notification (that can be dismissed) with a button to refresh the page - Add EARN content to the FAQ
Miscellaneous:
- Replace outdated EARN screenshots with small videos
- Make EARN tabs and active nav items more obvious
Bug fixes:
- Handle edge cases with non-numbers for counters
- Before attempting to eagerly connect a previously-connected MetaMask account,
ensure that MetaMask is unlocked - Improve localStorage error handling
- Handle empty transaction error messages