Skip to content

Latest commit

 

History

History
410 lines (269 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

410 lines (269 loc) · 11.7 KB

Changelog

Next

Version 1.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.

Version 1.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

Version 1.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.

Version 1.8.8

Released 17.08.20 12.30 CEST

Miscellaneous:

  • Update the BAL rewards message

Version 1.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.

Version 1.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.

Version 1.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

Version 1.8.4

Released 06.08.20 14.29 CEST

Bug fixes:

  • Adjust parsing and presentation of decimals for some browsers
  • Add extra pool balance decimals
  • Add extra decimals for pool shares and staked token balances (8 decimals total)

Miscellaneous:

  • Increase font size of submit buttons
  • Add impermanent loss warning to pools that contain non-stablecoin collateral

Version 1.8.3

Released 05.08.20 12.38 CEST

Bug fixes:

  • When navigating to a pool from the pools overview, scroll to the top
  • Add handling for a transfer approval edge case with USDT in which the approved amount must first be reset to zero before setting a new approved amount.

Version 1.8.2

Released 05.08.20 09.09 CEST

Bug fixes:

  • Ensure EARN APYs are available on first load
  • Link to the staking token on Etherscan on the pool card
  • Fix beta warning style
  • Ensure selecting 'max' when withdrawing mUSD savings uses the full amount in credits

Version 1.8.1

Released 04.08.20 16.07 CEST

Bug fixes:

  • Fix EARN APY calculations and start with a narrow window for the preceding readings (16 hours previous)
  • Fix staking token price calculation
  • Add more decimal places to staking balance percentage

Miscellaneous:

  • Adjust behaviour of approve button such that it is possible to either approve the exact amount or an infinite amount
  • Normalise button sizes throughout the app
  • Improve the approval error message
  • Various small UI fixes

Version 1.8.0

Released 03.08.20 15.30 CEST

Features:

  • Add EARN feature
    • This is a major change and includes new data sources and data processing, new contracts, a new top-level navigation item, and various components and forms.
    • Update mStable-subgraph submodule
    • Add another localStorage version
  • App header/navigation updates
    • Use the connected wallet icon instead of the connected address blockie
    • Show transaction status success/pending/error icon by wallet
    • Add notifications section
    • Improve layout for navigation items
  • Token approvals
    • Improve the token spending allowance UX with an amount field and infinite approve button

Miscellaneous:

  • Add multiple Subgraph endpoints, to use data from connected projects (Balancer, Uniswap) and block timestamps.
  • Improve GraphQL code generation
  • Add more token icons
  • Improve abstractions for common tasks (tokens, amounts, allowances, etc)
  • Reduce query volume for fetching data, particularly token balances/allowances
  • Add easter egg

Version 1.7.0

Released 23.07.20 16.00 CEST

Miscellaneous:

  • Add environment variables for various services
  • Add redemption fee for proportional redemptions

Version 1.6.0

Released 06.07.20 19.30 CEST

Features:

  • Detect when the page is idle and avoid making new requests until the page is active again, and also provide visual feedback that the app is paused.

Bug fixes:

  • Ensure the 'network changed' event listener is not added for injected providers that aren't event listeners.
  • Ensure the Apollo cache is purged when the app version is changed or the app is being run on a different chain.

Version 1.5.2

Released 06.07.20 15.43 CEST

Bug fixes:

  • Restrict getting historic transaction logs to just before mUSD was deployed (on mainnet)
  • Ensure that local transactions state is reset when changing account, or the activated account changes, or the account is disconnected

Miscellaneous:

  • Add support for Sentry.io error tracking service

Version 1.5.1

Released 03.07.20 17.35 CEST

Miscellaneous:

  • Improve and clarify UX for redeeming with a single asset when assets are overweight
  • Improve and clarify UX for swapping and minting when assets are overweight or their vault balances are exceeded

Version 1.5.0

Released 03.07.20 13.56 CEST

Features:

  • Enable WalletConnect and WalletLink wallets

Bug fixes:

  • Use Multi-collateral DAI logo
  • Fix number abbreviation for charts

Miscellaneous:

  • Add footer social icons
  • Add Brave button to wallet connectors
  • Add migration for localStorage
  • Reduce wallet icon size
  • Identify and disable Dapper wallet (currently incompatible with use-wallet / web3-react)
  • Parse failing transaction errors to provide a more useful message
  • Default to 30 days for totals chart
  • Improve presentation of chart labels on different viewports
  • Fix order of volumes to match toggles
  • Clear the recently used wallet from local storage after disconnecting (so that users are not automatically reconnected on the next page load with the previous wallet type)
  • Upgrade use-wallet
  • Remove use-wallet types (now in the package itself)
  • Add REACT_APP_RPC_URL env var for connectors that need it
  • Add release link to footer
  • Add Github star button to footer

Version 1.4.0

Released 26.06.20 17.26 CEST

Features:

  • Improve validation messages for mint and redeem to clarify which actions are currently possible (and why)
  • Standardise and simplify the language in validation messages and UI elements
  • Add tooltips

Bug fixes:

  • Fix footer layout on smaller viewports
  • Fix y-axis for aggregate chart
  • Fix swap vault balance validation

Miscellaneous:

  • Change fetch policy for analytics data (first retrieve from cache, then network)
  • Capped APY chart values to avoid confusion

Version 1.3.0

Released 25.06.20 12.18 CEST

Features:

  • Add an analytics page, with various interactive charts and other metrics
  • Move various stats and charts to the analytics page, and prominently link to it

Miscellaneous:

  • Add a Victory Charts theme (so that charts have a similar style)
  • Add caching for Apollo data

Version 1.2.0

Released 23.06.20 12.06 CEST

New Features

  • Removes concept of 'breached' bAssets. Basket assets within 1% of their max weighting can now be redeemed, with the 'Swap fee' applied

Bug fixes:

  • Ensure that clicking on the input of an overweight (i.e. disabled) bAsset when minting does not enable the bAsset
  • Shows amountMinusFee in the Redeem BassetOutput instead of amount
  • Ensure that token balances and allowances are fetched as soon as they are available
  • Add purpose to finalize callback for transactions such that the callback has the correct dependencies

Version 1.1.3

Released 22.06.20 12.48 CEST

Bug fixes:

  • Ensure that overweight bAssets can be redeemed single, so long as doing so does not push other bAssets past their weights
  • Clarify the redeem validation; output validation checks the simulated state, after the change
  • Ensure that the overweight bAssets check overrides the breached bAssets check (i.e. so that redeemMasset is only enforced for breached bAssets when there are no overweight bAssets)
  • Check that vault balances are not exceeded for a redemption against the current state of the basket, and with the bAsset units
  • Ensure the swap fee is updated when selecting a different token in the swap form
  • Fix rounding of formatted BigDecimals

Miscellaneous:

  • Always show token symbols with balances under inputs
  • Show the 'low fee' item when there is a fee
  • Show 'asset overweight' on redeem bAsset outputs when the bAsset is overweight
  • Do not use simulation for redeem stats

Version 1.1.2

Released 19.06.20 17.30 CEST

Fixing a regression introduced in the 1.1.0 refactor

Bug fixes:

  • Fix withdrawing whole numbers from SAVE by adding an extra credit (previously, when redeeming 100 mUSD, it would actually redeem 99.9999999999999)

Version 1.1.1

Released 17.06.20 11.34 CEST

Miscellaneous:

  • Round down simple numbers to the nearest decimal place
  • Adjust the behaviour of useIncreasingNumber such that the number doesn't increase when under a small threshold (i.e. near-zero)
  • Make failed transactions more obvious (in the wallet view)
  • Fix line height for mUSD savings balance

Bug fixes:

  • Fix setting the max amount for savings contract withdrawals and for redeeming
  • Fix the detection of breached bAssets; the one percent of the total vault that forms the basis of the weight breach threshold should be based on the total supply of the mAsset (i.e. total of all vaults)
  • Remove mAsset from other token balances in wallet view

Version 1.1.0

Released 16.06.20 17.40 CEST

New features:

  • Adjust the mint/save/redeem forms such that a simulated state is produced based on the form inputs
  • Animate the basket stats graphic
  • Automatically reconnect the wallet once on startup (if possible)

Refactors:

  • Create a wrapper class for BigNumber (bn.js) to support operations on big decimal numbers, mirroring functionality from StableMath
  • Use BigDecimal throughout the app (except some parts of the swap form, which haven't been refactored)
  • Use pipelines to reduce state actions, simulate and validate for form state
  • Move 'set max' into reducers
  • Consolidate all mAsset/bAssets calculations in one place, so that the state can be recalculated when the underlying data changes; this also facilitates data simulations.

Miscellaneous:

  • Reset form errors when amounts are unset
  • Adjust form error style

Bug fixes:

  • Fix number input handling for increments

Version 1.0.0

Released 27.05.20 18.38 CEST

  • Initial release