|
rippled
|


Classes | |
| struct | Validator |
Public Member Functions | |
| void | run () override |
Private Member Functions | |
| std::string | makeList (std::vector< Validator > const &validators, std::size_t sequence, std::size_t validUntil, boost::optional< std::size_t > validFrom={}) |
| std::string | signList (std::string const &blob, std::pair< PublicKey, SecretKey > const &keys) |
| void | checkResult (ValidatorList::PublisherListStats const &result, PublicKey pubKey, ListDisposition expectedWorst, ListDisposition expectedBest) |
| void | testGenesisQuorum () |
| void | testConfigLoad () |
| void | testApplyLists () |
| void | testGetAvailable () |
| void | testUpdateTrusted () |
| void | testExpires () |
| void | testNegativeUNL () |
| void | testSha512Hash () |
| void | testBuildMessages () |
Static Private Member Functions | |
| static PublicKey | randomNode () |
| static PublicKey | randomMasterKey () |
| static std::string | makeManifestString (PublicKey const &pk, SecretKey const &sk, PublicKey const &spk, SecretKey const &ssk, int seq) |
| static std::string | makeRevocationString (PublicKey const &pk, SecretKey const &sk) |
| static Validator | randomValidator () |
| static hash_set< NodeID > | asNodeIDs (std::initializer_list< PublicKey > const &pks) |
Definition at line 38 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 49 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 55 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 61 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 92 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 112 of file ValidatorList_test.cpp.
|
private |
Definition at line 129 of file ValidatorList_test.cpp.
|
private |
Definition at line 153 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 162 of file ValidatorList_test.cpp.
|
private |
Definition at line 172 of file ValidatorList_test.cpp.
|
private |
Definition at line 186 of file ValidatorList_test.cpp.
|
private |
Definition at line 216 of file ValidatorList_test.cpp.
|
private |
Definition at line 474 of file ValidatorList_test.cpp.
|
private |
Definition at line 924 of file ValidatorList_test.cpp.
|
private |
Definition at line 1061 of file ValidatorList_test.cpp.
|
private |
Definition at line 1614 of file ValidatorList_test.cpp.
|
private |
Definition at line 1792 of file ValidatorList_test.cpp.
|
private |
Definition at line 2002 of file ValidatorList_test.cpp.
|
private |
Definition at line 2054 of file ValidatorList_test.cpp.
|
override |
Definition at line 2412 of file ValidatorList_test.cpp.
1.8.17