We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The mechanism to request should be configurable For example, behavior like:
if Server::broadcast_proposal_response(proposal.clone(), peer.clone().location, node_ip.clone(), ProposalStatus::Accepted).is_ok() { DB::update_proposal(proposal.clone(), "accepted_broadcasted"); } else { ... }
should be requested first, or only allowed to be submitted to a node if the node states it is available to receive requests.
The text was updated successfully, but these errors were encountered:
Jovonni
No branches or pull requests
The mechanism to request should be configurable
For example, behavior like:
should be requested first, or only allowed to be submitted to a node if the node states it is available to receive requests.
The text was updated successfully, but these errors were encountered: