Centaurus icon indicating copy to clipboard operation
Centaurus copied to clipboard

Code cleanup after horizon migration

Open TbLtzk opened this issue 10 years ago • 1 comments

  • remove everything that remains from old websocket
  • remove websocket plugin
  • call other plugins into question
  • Use Account.isValidAddress()
  • call healthCheck into question
  • analyze upgrade to higher versions of
    • ionic
    • cordova

TbLtzk avatar Nov 06 '15 08:11 TbLtzk

part of websocket stuff is removed but still more to investigate: https://github.com/raymens/Centaurus/blob/master/www/js/services/services.basic.js#L108-L133 which should not be needed anymore. The healthcheck might be useful later but at the moment is not, because isConnected() always returns true. Might check the goodbye-stellard branch to see how it used to be..

TbLtzk avatar Dec 30 '15 13:12 TbLtzk