Skip to content

instead of fire-first network requests, node should request to transmit #3

@Jovonni

Description

@Jovonni

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions