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
Since Lisk Desktop doesn't connect to Lisk Core directly anymore, it doesn't need to receive and save Lisk Core URL. Therefore we should use the custom node input to receive Lisk Service URL.
Motivation
Enable users to input their favorite Lisk Service API URL.
Remove the redundant complexity of determining Lisk Service URL from Lisk Core URL.
Acceptance Criteria
Get rid of getServiceUrl method.
Get rid of Lisk Core URL in relevant actions, reducers, middleware and React components.
Input Lsik Service URL from the network switcher input.
Update Autologin logic to use Lisk Service URL directly.
Update relevant unit tests
The text was updated successfully, but these errors were encountered:
Description
Since Lisk Desktop doesn't connect to Lisk Core directly anymore, it doesn't need to receive and save Lisk Core URL. Therefore we should use the custom node input to receive Lisk Service URL.
Motivation
Acceptance Criteria
The text was updated successfully, but these errors were encountered: