Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use gossip in Drone/Wallet to figure out leader's TPU and RPU ports #934

Closed
pgarg66 opened this issue Aug 10, 2018 · 0 comments
Closed

Use gossip in Drone/Wallet to figure out leader's TPU and RPU ports #934

pgarg66 opened this issue Aug 10, 2018 · 0 comments
Assignees

Comments

@pgarg66
Copy link
Contributor

pgarg66 commented Aug 10, 2018

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).

@mvines mvines added this to the v0.8.0 milestone Aug 14, 2018
vkomenda pushed a commit to vkomenda/solana that referenced this issue Aug 29, 2021
* Add pool token conversion interface for all curves

This reverts commit 8400bc7bfe4fcc18580d8f81cbb19a4ef5a437ff.

* Improve tests

* Run cargo fmt
jeffwashington pushed a commit to jeffwashington/solana that referenced this issue Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants