Skip to content

Optimized block broadcasting in bastion case of hived network

Andrzej Lisak requested to merge abw_optimize_bastion_case into develop

Main feature is that p2p no longer waits until whole block is applied before it broadcasts the block. Now it only waits until transactions in the block are checked. It shortens time for each "hop" in the network in case there is no direct connection between witness nodes.

Other changes are for testing or small fixes.

Merge request reports