Home
last modified time | relevance | path

Searched refs:txParent (Results 1 – 13 of 13) sorted by relevance

/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/test/
H A Dmempool_tests.cpp24 CMutableTransaction txParent; in BOOST_FIXTURE_TEST_SUITE() local
25 txParent.vin.resize(1); in BOOST_FIXTURE_TEST_SUITE()
26 txParent.vin[0].scriptSig = CScript() << OP_11; in BOOST_FIXTURE_TEST_SUITE()
27 txParent.vout.resize(3); in BOOST_FIXTURE_TEST_SUITE()
31 txParent.vout[i].nValue = 33000LL; in BOOST_FIXTURE_TEST_SUITE()
61 testPool.removeRecursive(txParent, removed); in BOOST_FIXTURE_TEST_SUITE()
65 testPool.addUnchecked(txParent.GetHash(), entry.FromTx(txParent)); in BOOST_FIXTURE_TEST_SUITE()
66 testPool.removeRecursive(txParent, removed); in BOOST_FIXTURE_TEST_SUITE()
71 testPool.addUnchecked(txParent.GetHash(), entry.FromTx(txParent)); in BOOST_FIXTURE_TEST_SUITE()
87 testPool.removeRecursive(txParent, removed); in BOOST_FIXTURE_TEST_SUITE()
[all …]
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/test/
H A Dmempool_tests.cpp24 CMutableTransaction txParent; in BOOST_FIXTURE_TEST_SUITE() local
25 txParent.vin.resize(1); in BOOST_FIXTURE_TEST_SUITE()
26 txParent.vin[0].scriptSig = CScript() << OP_11; in BOOST_FIXTURE_TEST_SUITE()
27 txParent.vout.resize(3); in BOOST_FIXTURE_TEST_SUITE()
31 txParent.vout[i].nValue = 33000LL; in BOOST_FIXTURE_TEST_SUITE()
61 testPool.removeRecursive(txParent, removed); in BOOST_FIXTURE_TEST_SUITE()
65 testPool.addUnchecked(txParent.GetHash(), entry.FromTx(txParent)); in BOOST_FIXTURE_TEST_SUITE()
66 testPool.removeRecursive(txParent, removed); in BOOST_FIXTURE_TEST_SUITE()
71 testPool.addUnchecked(txParent.GetHash(), entry.FromTx(txParent)); in BOOST_FIXTURE_TEST_SUITE()
87 testPool.removeRecursive(txParent, removed); in BOOST_FIXTURE_TEST_SUITE()
[all …]
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/test/
H A Dmempool_tests.cpp24 CMutableTransaction txParent; in BOOST_FIXTURE_TEST_SUITE() local
25 txParent.vin.resize(1); in BOOST_FIXTURE_TEST_SUITE()
26 txParent.vin[0].scriptSig = CScript() << OP_11; in BOOST_FIXTURE_TEST_SUITE()
27 txParent.vout.resize(3); in BOOST_FIXTURE_TEST_SUITE()
31 txParent.vout[i].nValue = 33000LL; in BOOST_FIXTURE_TEST_SUITE()
61 testPool.removeRecursive(txParent, removed); in BOOST_FIXTURE_TEST_SUITE()
65 testPool.addUnchecked(txParent.GetHash(), entry.FromTx(txParent)); in BOOST_FIXTURE_TEST_SUITE()
66 testPool.removeRecursive(txParent, removed); in BOOST_FIXTURE_TEST_SUITE()
71 testPool.addUnchecked(txParent.GetHash(), entry.FromTx(txParent)); in BOOST_FIXTURE_TEST_SUITE()
87 testPool.removeRecursive(txParent, removed); in BOOST_FIXTURE_TEST_SUITE()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dmempool_tests.cpp26 CMutableTransaction txParent; in BOOST_AUTO_TEST_CASE() local
27 txParent.vin.resize(1); in BOOST_AUTO_TEST_CASE()
28 txParent.vin[0].scriptSig = CScript() << OP_11; in BOOST_AUTO_TEST_CASE()
29 txParent.vout.resize(3); in BOOST_AUTO_TEST_CASE()
32 txParent.vout[i].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_AUTO_TEST_CASE()
33 txParent.vout[i].nValue = 33000LL; in BOOST_AUTO_TEST_CASE()
40 txChild[i].vin[0].prevout.hash = txParent.GetHash(); in BOOST_AUTO_TEST_CASE()
64 testPool.removeRecursive(CTransaction(txParent), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
68 testPool.addUnchecked(entry.FromTx(txParent)); in BOOST_AUTO_TEST_CASE()
70 testPool.removeRecursive(CTransaction(txParent), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dmempool_tests.cpp26 CMutableTransaction txParent; in BOOST_AUTO_TEST_CASE() local
27 txParent.vin.resize(1); in BOOST_AUTO_TEST_CASE()
28 txParent.vin[0].scriptSig = CScript() << OP_11; in BOOST_AUTO_TEST_CASE()
29 txParent.vout.resize(3); in BOOST_AUTO_TEST_CASE()
32 txParent.vout[i].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_AUTO_TEST_CASE()
33 txParent.vout[i].nValue = 33000LL; in BOOST_AUTO_TEST_CASE()
40 txChild[i].vin[0].prevout.hash = txParent.GetHash(); in BOOST_AUTO_TEST_CASE()
64 testPool.removeRecursive(CTransaction(txParent), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
68 testPool.addUnchecked(entry.FromTx(txParent)); in BOOST_AUTO_TEST_CASE()
70 testPool.removeRecursive(CTransaction(txParent), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dmempool_tests.cpp26 CMutableTransaction txParent; in BOOST_AUTO_TEST_CASE() local
27 txParent.vin.resize(1); in BOOST_AUTO_TEST_CASE()
28 txParent.vin[0].scriptSig = CScript() << OP_11; in BOOST_AUTO_TEST_CASE()
29 txParent.vout.resize(3); in BOOST_AUTO_TEST_CASE()
32 txParent.vout[i].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_AUTO_TEST_CASE()
33 txParent.vout[i].nValue = 33000LL; in BOOST_AUTO_TEST_CASE()
40 txChild[i].vin[0].prevout.hash = txParent.GetHash(); in BOOST_AUTO_TEST_CASE()
64 testPool.removeRecursive(CTransaction(txParent), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
68 testPool.addUnchecked(entry.FromTx(txParent)); in BOOST_AUTO_TEST_CASE()
70 testPool.removeRecursive(CTransaction(txParent), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/test/
H A Dmempool_tests.cpp24 CMutableTransaction txParent; in BOOST_FIXTURE_TEST_SUITE() local
25 txParent.vin.resize(1); in BOOST_FIXTURE_TEST_SUITE()
26 txParent.vin[0].scriptSig = CScript() << OP_11; in BOOST_FIXTURE_TEST_SUITE()
27 txParent.vout.resize(3); in BOOST_FIXTURE_TEST_SUITE()
31 txParent.vout[i].nValue = 33000LL; in BOOST_FIXTURE_TEST_SUITE()
62 testPool.removeRecursive(CTransaction(txParent)); in BOOST_FIXTURE_TEST_SUITE()
66 testPool.addUnchecked(entry.FromTx(txParent)); in BOOST_FIXTURE_TEST_SUITE()
68 testPool.removeRecursive(CTransaction(txParent)); in BOOST_FIXTURE_TEST_SUITE()
72 testPool.addUnchecked(entry.FromTx(txParent)); in BOOST_FIXTURE_TEST_SUITE()
91 testPool.removeRecursive(CTransaction(txParent)); in BOOST_FIXTURE_TEST_SUITE()
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/test/
H A Dmempool_tests.cpp24 CMutableTransaction txParent; in BOOST_FIXTURE_TEST_SUITE() local
25 txParent.vin.resize(1); in BOOST_FIXTURE_TEST_SUITE()
26 txParent.vin[0].scriptSig = CScript() << OP_11; in BOOST_FIXTURE_TEST_SUITE()
27 txParent.vout.resize(3); in BOOST_FIXTURE_TEST_SUITE()
31 txParent.vout[i].nValue = 33000LL; in BOOST_FIXTURE_TEST_SUITE()
62 testPool.removeRecursive(CTransaction(txParent)); in BOOST_FIXTURE_TEST_SUITE()
66 testPool.addUnchecked(entry.FromTx(txParent)); in BOOST_FIXTURE_TEST_SUITE()
68 testPool.removeRecursive(CTransaction(txParent)); in BOOST_FIXTURE_TEST_SUITE()
72 testPool.addUnchecked(entry.FromTx(txParent)); in BOOST_FIXTURE_TEST_SUITE()
91 testPool.removeRecursive(CTransaction(txParent)); in BOOST_FIXTURE_TEST_SUITE()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dmempool_tests.cpp26 CMutableTransaction txParent; in BOOST_AUTO_TEST_CASE() local
27 txParent.vin.resize(1); in BOOST_AUTO_TEST_CASE()
28 txParent.vin[0].scriptSig = CScript() << OP_11; in BOOST_AUTO_TEST_CASE()
29 txParent.vout.resize(3); in BOOST_AUTO_TEST_CASE()
32 txParent.vout[i].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_AUTO_TEST_CASE()
33 txParent.vout[i].nValue = 33000LL; in BOOST_AUTO_TEST_CASE()
40 txChild[i].vin[0].prevout.hash = txParent.GetHash(); in BOOST_AUTO_TEST_CASE()
64 testPool.removeRecursive(CTransaction(txParent), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
68 testPool.addUnchecked(entry.FromTx(txParent)); in BOOST_AUTO_TEST_CASE()
70 testPool.removeRecursive(CTransaction(txParent), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dmempool_tests.cpp26 CMutableTransaction txParent; in BOOST_AUTO_TEST_CASE() local
27 txParent.vin.resize(1); in BOOST_AUTO_TEST_CASE()
28 txParent.vin[0].scriptSig = CScript() << OP_11; in BOOST_AUTO_TEST_CASE()
29 txParent.vout.resize(3); in BOOST_AUTO_TEST_CASE()
32 txParent.vout[i].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_AUTO_TEST_CASE()
33 txParent.vout[i].nValue = 33000LL; in BOOST_AUTO_TEST_CASE()
40 txChild[i].vin[0].prevout.hash = txParent.GetHash(); in BOOST_AUTO_TEST_CASE()
64 testPool.removeRecursive(CTransaction(txParent), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
68 testPool.addUnchecked(entry.FromTx(txParent)); in BOOST_AUTO_TEST_CASE()
70 testPool.removeRecursive(CTransaction(txParent), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dmempool_tests.cpp26 CMutableTransaction txParent; in BOOST_AUTO_TEST_CASE() local
27 txParent.vin.resize(1); in BOOST_AUTO_TEST_CASE()
28 txParent.vin[0].scriptSig = CScript() << OP_11; in BOOST_AUTO_TEST_CASE()
29 txParent.vout.resize(3); in BOOST_AUTO_TEST_CASE()
32 txParent.vout[i].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_AUTO_TEST_CASE()
33 txParent.vout[i].nValue = 33000LL; in BOOST_AUTO_TEST_CASE()
40 txChild[i].vin[0].prevout.hash = txParent.GetHash(); in BOOST_AUTO_TEST_CASE()
64 testPool.removeRecursive(CTransaction(txParent), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
68 testPool.addUnchecked(entry.FromTx(txParent)); in BOOST_AUTO_TEST_CASE()
70 testPool.removeRecursive(CTransaction(txParent), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dmempool_tests.cpp26 CMutableTransaction txParent; in BOOST_AUTO_TEST_CASE() local
27 txParent.vin.resize(1); in BOOST_AUTO_TEST_CASE()
28 txParent.vin[0].scriptSig = CScript() << OP_11; in BOOST_AUTO_TEST_CASE()
29 txParent.vout.resize(3); in BOOST_AUTO_TEST_CASE()
32 txParent.vout[i].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_AUTO_TEST_CASE()
33 txParent.vout[i].nValue = 33000LL; in BOOST_AUTO_TEST_CASE()
40 txChild[i].vin[0].prevout.hash = txParent.GetHash(); in BOOST_AUTO_TEST_CASE()
64 testPool.removeRecursive(CTransaction(txParent), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
68 testPool.addUnchecked(entry.FromTx(txParent)); in BOOST_AUTO_TEST_CASE()
70 testPool.removeRecursive(CTransaction(txParent), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/test/
H A Dmempool_tests.cpp24 CMutableTransaction txParent; in BOOST_FIXTURE_TEST_SUITE() local
25 txParent.vin.resize(1); in BOOST_FIXTURE_TEST_SUITE()
26 txParent.vin[0].scriptSig = CScript() << OP_11; in BOOST_FIXTURE_TEST_SUITE()
27 txParent.vout.resize(3); in BOOST_FIXTURE_TEST_SUITE()
31 txParent.vout[i].nValue = 33000LL; in BOOST_FIXTURE_TEST_SUITE()
62 testPool.removeRecursive(CTransaction(txParent)); in BOOST_FIXTURE_TEST_SUITE()
66 testPool.addUnchecked(entry.FromTx(txParent)); in BOOST_FIXTURE_TEST_SUITE()
68 testPool.removeRecursive(CTransaction(txParent)); in BOOST_FIXTURE_TEST_SUITE()
72 testPool.addUnchecked(entry.FromTx(txParent)); in BOOST_FIXTURE_TEST_SUITE()
91 testPool.removeRecursive(CTransaction(txParent)); in BOOST_FIXTURE_TEST_SUITE()
[all …]