Go to the source code of this file.
|
static void | add_coin (const CAmount &nValue, int nInput, std::vector< CInputCoin > &set) |
|
static void | add_coin (const CAmount &nValue, int nInput, CoinSet &set, CAmount fee=0, CAmount long_term_fee=0) |
|
static void | add_coin (std::vector< COutput > &coins, CWallet &wallet, const CAmount &nValue, int nAge=6 *24, bool fIsFromMe=false, int nInput=0, bool spendable=false) |
|
static bool | equal_sets (CoinSet a, CoinSet b) |
|
static CAmount | make_hard_case (int utxos, std::vector< CInputCoin > &utxo_pool) |
|
std::vector< OutputGroup > & | GroupCoins (const std::vector< CInputCoin > &coins) |
|
std::vector< OutputGroup > & | GroupCoins (const std::vector< COutput > &coins) |
|
std::vector< OutputGroup > & | KnapsackGroupOutputs (const std::vector< COutput > &coins, CWallet &wallet, const CoinEligibilityFilter &filter) |
|
| BOOST_AUTO_TEST_CASE (bnb_search_test) |
|
| BOOST_AUTO_TEST_CASE (knapsack_solver_test) |
|
| BOOST_AUTO_TEST_CASE (ApproximateBestSubset) |
|
| BOOST_AUTO_TEST_CASE (SelectCoins_test) |
|
| BOOST_AUTO_TEST_CASE (waste_test) |
|
◆ RANDOM_REPEATS
◆ RUN_TESTS
◆ CoinSet
◆ add_coin() [1/3]
◆ add_coin() [2/3]
static void add_coin |
( |
const CAmount & |
nValue, |
|
|
int |
nInput, |
|
|
std::vector< CInputCoin > & |
set |
|
) |
| |
|
static |
◆ add_coin() [3/3]
static void add_coin |
( |
std::vector< COutput > & |
coins, |
|
|
CWallet & |
wallet, |
|
|
const CAmount & |
nValue, |
|
|
int |
nAge = 6*24 , |
|
|
bool |
fIsFromMe = false , |
|
|
int |
nInput = 0 , |
|
|
bool |
spendable = false |
|
) |
| |
|
static |
◆ BOOST_AUTO_TEST_CASE() [1/5]
◆ BOOST_AUTO_TEST_CASE() [2/5]
BOOST_AUTO_TEST_CASE |
( |
bnb_search_test |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/5]
BOOST_AUTO_TEST_CASE |
( |
knapsack_solver_test |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/5]
BOOST_AUTO_TEST_CASE |
( |
SelectCoins_test |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/5]
BOOST_AUTO_TEST_CASE |
( |
waste_test |
| ) |
|
◆ equal_sets()
◆ GroupCoins() [1/2]
◆ GroupCoins() [2/2]
◆ KnapsackGroupOutputs()
◆ make_hard_case()
◆ filter_confirmed
◆ filter_standard
◆ filter_standard_extra