Bermuda
Bermuda dApp version 1.1 release notes

Bermuda dApp version 1.1 release notes

February 3, 2023

Bermuda dApp version 1.1

This is our first update since we launched just 3 weeks ago.

As always our goal with Bermuda is to be actively engaged and keep our finger on the pulse of our community and your feedback.

Release 1.1 incorporates user feedback and adds some UI, ‘back end’, and ‘quality of life’ enhancements.

Release notes:

New ‘Deposit tokens’ modal.

  • UI — Created a better dropdown list to show token icons, your wallet balance of each token from Metamask, and added a search function at the top — making it easier to find a token as more tokens get added to the dApp.
  • UI — Added an approx $USD value calculation of the tokens being deposited and ‘Max’ option when depositing.

New ‘Send payment’ screen.

Similar to the changes made for the deposit modal, we have:

  • UI — Created a better dropdown list to show token icons, your Bermuda account balance of each token, and added a search function at the top — making it easier to find a token as more tokens get added to the dApp.
  • UI — Added an approx $USD value calculation of the tokens being sent and ‘Max’ option to send the maximum amount of tokens in your account (including Service and Gas fees).

New ‘Sending payment’ workflow.

  • Back End — We have implemented a security enhancement that now verifies each transaction against 14 blocks on the chain. Each block takes 15 seconds to verify for a total of 2.8 minutes per transaction. The transaction is generally sent immediately however the platform waits for verification before committing the deduction from the user’s balance.
  • UI — Due to this wait time, we have now added ‘queueing’, ‘sending’, ‘verifying’, and ‘sent’ statuses to transactions on your history page. Users can now send multiple transactions (which are queued) and view their progress. Queued transactions are processed one at a time and will still be processed if the user leaves the dApp.
  • UI — The sending transaction modal can now be closed during this verification time.