-
Notifications
You must be signed in to change notification settings - Fork 249
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
Implement gateway RPC launch and piece getting #3148
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
ef2c7f2
to
185abe9
Compare
185abe9
to
a58d52c
Compare
This should work too, I implemented validation because it was pretty easy. |
The merge-base changed after approval.
|
||
// Fall back to the node's bootstrap nodes. | ||
if bootstrap_nodes.is_empty() { | ||
debug!( | ||
dsn_bootstrap_nodes = ?farmer_app_info.dsn_bootstrap_nodes, | ||
bootstrap_nodes = ?farmer_app_info.dsn_bootstrap_nodes, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I intentionally left it as dsn_bootstrap_nodes
because it came from the node to distinguish from explicit option
The merge-base changed after approval.
The merge-base changed after approval.
Some related to auto-merge broke here, I tried to approve it a few times and it didn't move forward, so I force-merged it |
This PR makes the gateway get pieces from the DSN, validate them, and reconstruct them into objects.
It also:
PieceValidator
debug formattingCode contributor checklist: