mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Change UNL and quorum rules:
* Use fixed size UNL if the total listed validators are below
threshold.
* Set quorum to provide Byzantine fault tolerance until a
threshold of total validators is exceeded, at which time
quorum is 80%.
* Ensure that a quorum of 0 cannot be configured.
This commit is contained in:
committed by
Nik Bougalis
parent
35d81e65c1
commit
d90a0647d6
@@ -150,7 +150,7 @@ public:
|
||||
int PATH_SEARCH_MAX = 10;
|
||||
|
||||
// Validation
|
||||
boost::optional<std::size_t> VALIDATION_QUORUM; // Minimum validations to consider ledger authoritative
|
||||
boost::optional<std::size_t> VALIDATION_QUORUM; // validations to consider ledger authoritative
|
||||
|
||||
std::uint64_t FEE_DEFAULT = 10;
|
||||
std::uint64_t FEE_ACCOUNT_RESERVE = 200*SYSTEM_CURRENCY_PARTS;
|
||||
|
||||
Reference in New Issue
Block a user