|
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 expiration) |
| std::string | signList (std::string const &blob, std::pair< PublicKey, SecretKey > const &keys) |
| void | testGenesisQuorum () |
| void | testConfigLoad () |
| void | testApplyList () |
| void | testUpdateTrusted () |
| void | testExpires () |
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 35 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 47 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 54 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 61 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 88 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 106 of file ValidatorList_test.cpp.
|
private |
Definition at line 118 of file ValidatorList_test.cpp.
|
private |
Definition at line 140 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 150 of file ValidatorList_test.cpp.
|
private |
Definition at line 160 of file ValidatorList_test.cpp.
|
private |
Definition at line 185 of file ValidatorList_test.cpp.
|
private |
Definition at line 429 of file ValidatorList_test.cpp.
|
private |
Definition at line 593 of file ValidatorList_test.cpp.
|
private |
Definition at line 1053 of file ValidatorList_test.cpp.
|
override |
Definition at line 1181 of file ValidatorList_test.cpp.
1.8.17