Implement negative UNL functionality:

This change can help improve the liveness of the network during periods of network
instability, by allowing the network to track which validators are presently not online
and to disregard them for the purposes of quorum calculations.
This commit is contained in:
Peng Wang
2020-03-01 21:03:19 -05:00
committed by manojsdoshi
parent 51bd4626b1
commit 706ca874b0
41 changed files with 4344 additions and 73 deletions

View File

@@ -58,6 +58,7 @@ enum TxType {
ttAMENDMENT = 100,
ttFEE = 101,
ttUNL_MODIFY = 102,
};
/** Manages the list of known transaction formats.