Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <avalanche/delegation.h>
#include <avalanche/delegationbuilder.h>
#include <avalanche/test/util.h>
#include <avalanche/validation.h>
#include <util/strencodings.h>
#include <util/translation.h>
#include <test/util/setup_common.h>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Classes | |
struct | TestVector |
Functions | |
static void | CheckDelegation (const Delegation &dg, const ProofRef &p, const CPubKey &expected_pubkey) |
BOOST_AUTO_TEST_CASE (verify_random) | |
BOOST_AUTO_TEST_CASE (deserialization) | |
BOOST_AUTO_TEST_CASE (level_limit) | |
BOOST_AUTO_TEST_CASE | ( | deserialization | ) |
BOOST_AUTO_TEST_CASE | ( | level_limit | ) |
BOOST_AUTO_TEST_CASE | ( | verify_random | ) |
|
static |
Definition at line 20 of file delegation_tests.cpp.