|
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 34 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 45 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 51 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 57 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 88 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 108 of file ValidatorList_test.cpp.
|
private |
Definition at line 125 of file ValidatorList_test.cpp.
|
private |
Definition at line 146 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 155 of file ValidatorList_test.cpp.
|
private |
Definition at line 165 of file ValidatorList_test.cpp.
|
private |
Definition at line 195 of file ValidatorList_test.cpp.
|
private |
Definition at line 453 of file ValidatorList_test.cpp.
|
private |
Definition at line 637 of file ValidatorList_test.cpp.
|
private |
Definition at line 1126 of file ValidatorList_test.cpp.
|
override |
Definition at line 1272 of file ValidatorList_test.cpp.
1.8.17