When I first started working on MyEUBIWallet, it was my first time making a web application in years. I made mistakes, like lack of proper safety checks.
MyEUBIWallet v1.0 was plauged by improper failure handling. If the user enters an invalid address, for example, MyEUBIWallet v1.0 will just simply freeze. Also, MyEUBIWallet v1.0 is unsafe due to the lack of comfirmation prompts, which are added in MyEUBIWallet v2.0.
MyEUBIWallet v2.0 introduces better safety checks, stronger XSS protection, and more graceful failure handling. Also MyEUBIWallet v2.0 have major UI and performance improvements.
Now, I'm working on MyEUBIWallet v3.0, since I made serious UI design mistakes in MyEUBIWallet v2.0. Also, I want to make a wallet that is fit for what EUBI is now, not what EUBI used to be.