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
Currently drone and wallet uses leader's JSON configuration file to identify leader's UDP ports. These ports are used to check balance and air drop tokens (for leader and other nodes).
This requires leader UDP port configuration to be static (i.e. defined before the node actually starts). When the node starts, the configured ports may not be available.
#920 is changing the node startup such that it tries to bind to random available ports. With this change, the ports won't be available in the node configuration file.
The drone and wallet code should be changed to use gossip to find leader's port configuration. The leader's IP and NCP port can be made available via configuration (or later via DNS).
The text was updated successfully, but these errors were encountered:
Currently drone and wallet uses leader's JSON configuration file to identify leader's UDP ports. These ports are used to check balance and air drop tokens (for leader and other nodes).
This requires leader UDP port configuration to be static (i.e. defined before the node actually starts). When the node starts, the configured ports may not be available.
#920 is changing the node startup such that it tries to bind to random available ports. With this change, the ports won't be available in the node configuration file.
The drone and wallet code should be changed to use gossip to find leader's port configuration. The leader's IP and NCP port can be made available via configuration (or later via DNS).
The text was updated successfully, but these errors were encountered: