Skip to content

v0.10.0

Compare
Choose a tag to compare
@StefanBerger-DFINITY StefanBerger-DFINITY released this 06 Dec 18:15
· 106 commits to main since this release
6b378f5

Frontend

New Features

  • Users can now also convert BTC into into their chain-fusion twin ckBTC. The form also derives the expected network fees, and provides a Max button, that allows to automatically set the maximum allowed BTC.

Improvements

  • We improved the loading speed of the BTC balance significantly.
  • User can now close promotion element cards individually, and they will not be displayed again. This allows users to remove the promotion carousel, and immediately see more tokens on the screen on mobile devices. Note that promotion element cards that we add in the future will then still be shown for all users.
  • Entires in transaction lists now show the token ticker right after the amount, increasing the readability especially on the Activity page that shows transaction across all tokens.
  • Loading ICRC token balances from the ledger canister if the index canister does not respond, instead of showing an error toast.
  • Modal for conversion of erc20 token to their CK twin or vice versa now shows only relevant info, making the modal more user friendly.
  • Showing a nice placeholder when the index canister of an icrc token could not provide the list of transactions.
  • If testnets are enabled, the activity page now also allows to filter transactions for a specific testnetwork only.
  • If testnets are enabled, the network selector keeps the selected network when switching from the token list to the activity page.
  • Improved error message when sending of BTC tokens fails due to not enough gas.
  • User lands automatically back on the homepage when he logs back in after an explicit logout from a different page.

Fixes

  • Fixed a bug where BTC transactions showed an incorrect amount of tokens in the transaction detail view.
  • Fixed a flickering animation when the user changed to some pages.
  • Fixed a bug where BTC send transactions were shown with a positive token amount instead of a negative one.