You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some duplicated pieces of code which should be moved to helpers.
All promises must reject in case of errors. try catch is required for all requests to remote servers (semux node, exchanges, other)
Move all hardcoded constants (URLs, min fee, ..) to a config file.
Code review.
The text was updated successfully, but these errors were encountered:
There are some duplicated pieces of code which should be moved to helpers.
All promises must reject in case of errors.
try catch
is required for all requests to remote servers (semux node, exchanges, other)Move all hardcoded constants (URLs, min fee, ..) to a config file.
Code review.
The text was updated successfully, but these errors were encountered: