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, std::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 39 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 50 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 56 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 62 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 93 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 113 of file ValidatorList_test.cpp.
|
private |
Definition at line 130 of file ValidatorList_test.cpp.
|
private |
Definition at line 154 of file ValidatorList_test.cpp.
|
staticprivate |
Definition at line 163 of file ValidatorList_test.cpp.
|
private |
Definition at line 173 of file ValidatorList_test.cpp.
|
private |
Definition at line 187 of file ValidatorList_test.cpp.
|
private |
Definition at line 217 of file ValidatorList_test.cpp.
|
private |
Definition at line 476 of file ValidatorList_test.cpp.
|
private |
Definition at line 926 of file ValidatorList_test.cpp.
|
private |
Definition at line 1063 of file ValidatorList_test.cpp.
|
private |
Definition at line 1616 of file ValidatorList_test.cpp.
|
private |
Definition at line 1794 of file ValidatorList_test.cpp.
|
private |
Definition at line 2005 of file ValidatorList_test.cpp.
|
private |
Definition at line 2057 of file ValidatorList_test.cpp.
|
override |
Definition at line 2415 of file ValidatorList_test.cpp.