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
We currently do not validate the network addresses in the config file. So, if a user enters an incorrect address, the node won't start (an incorrect listen address can even cause a system crash). We need to ensure all addresses, both relay and listen addresses, are valid in the SanityCheck function.
How To Reproduce
Open the config file.
Change the listen addresses and relay addresses to an incorrect string.
What Happened
The node didn't start. It may also cause a system crash.
Expected Behavior
Should return invalid address error before starting the node.
Write tests for the invalid addressess.
The text was updated successfully, but these errors were encountered:
Description
We currently do not validate the network addresses in the config file. So, if a user enters an incorrect address, the node won't start (an incorrect listen address can even cause a system crash). We need to ensure all addresses, both relay and listen addresses, are valid in the SanityCheck function.
How To Reproduce
What Happened
The node didn't start. It may also cause a system crash.
Expected Behavior
Should return invalid address error before starting the node.
Write tests for the invalid addressess.
The text was updated successfully, but these errors were encountered: