stellar-deprecated / stellar-client

INACTIVE. Browser based client for stellard. This repository is inactive. It points to the stellard network, which is being replaced by stellar-core. Please refer to the replacement repository, interstellar-client, which points to the stellar-core network.
Other
306 stars 74 forks source link

Registration and login visual queues for loading #271

Closed deckar01 closed 10 years ago

deckar01 commented 10 years ago

Registration and login take a long time to load because scrypt is deriving the wallet ID and Key.

We should make it clear that we are crunching numbers and everything is still working. There are versions of scrypt that have progress hooks that will allow us to show a progress bar during these heavy operations.

nullstyle commented 10 years ago

Isn’t this done?

nullstyle commented 10 years ago

Isn’t this done?

deckar01 commented 10 years ago

scrypt with progress hooks:

deckar01 commented 10 years ago

Holding off on this for now, because we can't drop the old sjcl-scrypt lib due to the deriveKey bug/migration.

jedmccaleb commented 10 years ago

still an issue?

deckar01 commented 10 years ago

The button changes to "Loading..." to indicate when an operation is in progress. I think the progress bar is off the table for now.

Can close.