Home
last modified time | relevance | path

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

/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/test/
H A Dmempool_tests.cpp44 CMutableTransaction txGrandChild[3]; in BOOST_FIXTURE_TEST_SUITE() local
47 txGrandChild[i].vin.resize(1); in BOOST_FIXTURE_TEST_SUITE()
48 txGrandChild[i].vin[0].scriptSig = CScript() << OP_11; in BOOST_FIXTURE_TEST_SUITE()
49 txGrandChild[i].vin[0].prevout.hash = txChild[i].GetHash(); in BOOST_FIXTURE_TEST_SUITE()
50 txGrandChild[i].vin[0].prevout.n = 0; in BOOST_FIXTURE_TEST_SUITE()
51 txGrandChild[i].vout.resize(1); in BOOST_FIXTURE_TEST_SUITE()
52 txGrandChild[i].vout[0].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_FIXTURE_TEST_SUITE()
53 txGrandChild[i].vout[0].nValue = 11000LL; in BOOST_FIXTURE_TEST_SUITE()
75 testPool.addUnchecked(txGrandChild[i].GetHash(), entry.FromTx(txGrandChild[i])); in BOOST_FIXTURE_TEST_SUITE()
82 testPool.removeRecursive(txGrandChild[0], removed); in BOOST_FIXTURE_TEST_SUITE()
[all …]
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/test/
H A Dmempool_tests.cpp44 CMutableTransaction txGrandChild[3]; in BOOST_FIXTURE_TEST_SUITE() local
47 txGrandChild[i].vin.resize(1); in BOOST_FIXTURE_TEST_SUITE()
48 txGrandChild[i].vin[0].scriptSig = CScript() << OP_11; in BOOST_FIXTURE_TEST_SUITE()
49 txGrandChild[i].vin[0].prevout.hash = txChild[i].GetHash(); in BOOST_FIXTURE_TEST_SUITE()
50 txGrandChild[i].vin[0].prevout.n = 0; in BOOST_FIXTURE_TEST_SUITE()
51 txGrandChild[i].vout.resize(1); in BOOST_FIXTURE_TEST_SUITE()
52 txGrandChild[i].vout[0].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_FIXTURE_TEST_SUITE()
53 txGrandChild[i].vout[0].nValue = 11000LL; in BOOST_FIXTURE_TEST_SUITE()
75 testPool.addUnchecked(txGrandChild[i].GetHash(), entry.FromTx(txGrandChild[i])); in BOOST_FIXTURE_TEST_SUITE()
82 testPool.removeRecursive(txGrandChild[0], removed); in BOOST_FIXTURE_TEST_SUITE()
[all …]
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/test/
H A Dmempool_tests.cpp44 CMutableTransaction txGrandChild[3]; in BOOST_FIXTURE_TEST_SUITE() local
47 txGrandChild[i].vin.resize(1); in BOOST_FIXTURE_TEST_SUITE()
48 txGrandChild[i].vin[0].scriptSig = CScript() << OP_11; in BOOST_FIXTURE_TEST_SUITE()
49 txGrandChild[i].vin[0].prevout.hash = txChild[i].GetHash(); in BOOST_FIXTURE_TEST_SUITE()
50 txGrandChild[i].vin[0].prevout.n = 0; in BOOST_FIXTURE_TEST_SUITE()
51 txGrandChild[i].vout.resize(1); in BOOST_FIXTURE_TEST_SUITE()
52 txGrandChild[i].vout[0].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_FIXTURE_TEST_SUITE()
53 txGrandChild[i].vout[0].nValue = 11000LL; in BOOST_FIXTURE_TEST_SUITE()
75 testPool.addUnchecked(txGrandChild[i].GetHash(), entry.FromTx(txGrandChild[i])); in BOOST_FIXTURE_TEST_SUITE()
82 testPool.removeRecursive(txGrandChild[0], removed); in BOOST_FIXTURE_TEST_SUITE()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dmempool_tests.cpp46 CMutableTransaction txGrandChild[3]; in BOOST_AUTO_TEST_CASE() local
49 txGrandChild[i].vin.resize(1); in BOOST_AUTO_TEST_CASE()
50 txGrandChild[i].vin[0].scriptSig = CScript() << OP_11; in BOOST_AUTO_TEST_CASE()
51 txGrandChild[i].vin[0].prevout.hash = txChild[i].GetHash(); in BOOST_AUTO_TEST_CASE()
52 txGrandChild[i].vin[0].prevout.n = 0; in BOOST_AUTO_TEST_CASE()
53 txGrandChild[i].vout.resize(1); in BOOST_AUTO_TEST_CASE()
54 txGrandChild[i].vout[0].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_AUTO_TEST_CASE()
55 txGrandChild[i].vout[0].nValue = 11000LL; in BOOST_AUTO_TEST_CASE()
78 testPool.addUnchecked(entry.FromTx(txGrandChild[i])); in BOOST_AUTO_TEST_CASE()
86 testPool.removeRecursive(CTransaction(txGrandChild[0]), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dmempool_tests.cpp46 CMutableTransaction txGrandChild[3]; in BOOST_AUTO_TEST_CASE() local
49 txGrandChild[i].vin.resize(1); in BOOST_AUTO_TEST_CASE()
50 txGrandChild[i].vin[0].scriptSig = CScript() << OP_11; in BOOST_AUTO_TEST_CASE()
51 txGrandChild[i].vin[0].prevout.hash = txChild[i].GetHash(); in BOOST_AUTO_TEST_CASE()
52 txGrandChild[i].vin[0].prevout.n = 0; in BOOST_AUTO_TEST_CASE()
53 txGrandChild[i].vout.resize(1); in BOOST_AUTO_TEST_CASE()
54 txGrandChild[i].vout[0].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_AUTO_TEST_CASE()
55 txGrandChild[i].vout[0].nValue = 11000LL; in BOOST_AUTO_TEST_CASE()
78 testPool.addUnchecked(entry.FromTx(txGrandChild[i])); in BOOST_AUTO_TEST_CASE()
86 testPool.removeRecursive(CTransaction(txGrandChild[0]), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dmempool_tests.cpp46 CMutableTransaction txGrandChild[3]; in BOOST_AUTO_TEST_CASE() local
49 txGrandChild[i].vin.resize(1); in BOOST_AUTO_TEST_CASE()
50 txGrandChild[i].vin[0].scriptSig = CScript() << OP_11; in BOOST_AUTO_TEST_CASE()
51 txGrandChild[i].vin[0].prevout.hash = txChild[i].GetHash(); in BOOST_AUTO_TEST_CASE()
52 txGrandChild[i].vin[0].prevout.n = 0; in BOOST_AUTO_TEST_CASE()
53 txGrandChild[i].vout.resize(1); in BOOST_AUTO_TEST_CASE()
54 txGrandChild[i].vout[0].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_AUTO_TEST_CASE()
55 txGrandChild[i].vout[0].nValue = 11000LL; in BOOST_AUTO_TEST_CASE()
78 testPool.addUnchecked(entry.FromTx(txGrandChild[i])); in BOOST_AUTO_TEST_CASE()
86 testPool.removeRecursive(CTransaction(txGrandChild[0]), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/test/
H A Dmempool_tests.cpp44 CMutableTransaction txGrandChild[3]; in BOOST_FIXTURE_TEST_SUITE() local
47 txGrandChild[i].vin.resize(1); in BOOST_FIXTURE_TEST_SUITE()
48 txGrandChild[i].vin[0].scriptSig = CScript() << OP_11; in BOOST_FIXTURE_TEST_SUITE()
49 txGrandChild[i].vin[0].prevout.hash = txChild[i].GetHash(); in BOOST_FIXTURE_TEST_SUITE()
50 txGrandChild[i].vin[0].prevout.n = 0; in BOOST_FIXTURE_TEST_SUITE()
51 txGrandChild[i].vout.resize(1); in BOOST_FIXTURE_TEST_SUITE()
52 txGrandChild[i].vout[0].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_FIXTURE_TEST_SUITE()
53 txGrandChild[i].vout[0].nValue = 11000LL; in BOOST_FIXTURE_TEST_SUITE()
76 testPool.addUnchecked(entry.FromTx(txGrandChild[i])); in BOOST_FIXTURE_TEST_SUITE()
84 testPool.removeRecursive(CTransaction(txGrandChild[0])); in BOOST_FIXTURE_TEST_SUITE()
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/test/
H A Dmempool_tests.cpp44 CMutableTransaction txGrandChild[3]; in BOOST_FIXTURE_TEST_SUITE() local
47 txGrandChild[i].vin.resize(1); in BOOST_FIXTURE_TEST_SUITE()
48 txGrandChild[i].vin[0].scriptSig = CScript() << OP_11; in BOOST_FIXTURE_TEST_SUITE()
49 txGrandChild[i].vin[0].prevout.hash = txChild[i].GetHash(); in BOOST_FIXTURE_TEST_SUITE()
50 txGrandChild[i].vin[0].prevout.n = 0; in BOOST_FIXTURE_TEST_SUITE()
51 txGrandChild[i].vout.resize(1); in BOOST_FIXTURE_TEST_SUITE()
52 txGrandChild[i].vout[0].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_FIXTURE_TEST_SUITE()
53 txGrandChild[i].vout[0].nValue = 11000LL; in BOOST_FIXTURE_TEST_SUITE()
76 testPool.addUnchecked(entry.FromTx(txGrandChild[i])); in BOOST_FIXTURE_TEST_SUITE()
84 testPool.removeRecursive(CTransaction(txGrandChild[0])); in BOOST_FIXTURE_TEST_SUITE()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dmempool_tests.cpp46 CMutableTransaction txGrandChild[3]; in BOOST_AUTO_TEST_CASE() local
49 txGrandChild[i].vin.resize(1); in BOOST_AUTO_TEST_CASE()
50 txGrandChild[i].vin[0].scriptSig = CScript() << OP_11; in BOOST_AUTO_TEST_CASE()
51 txGrandChild[i].vin[0].prevout.hash = txChild[i].GetHash(); in BOOST_AUTO_TEST_CASE()
52 txGrandChild[i].vin[0].prevout.n = 0; in BOOST_AUTO_TEST_CASE()
53 txGrandChild[i].vout.resize(1); in BOOST_AUTO_TEST_CASE()
54 txGrandChild[i].vout[0].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_AUTO_TEST_CASE()
55 txGrandChild[i].vout[0].nValue = 11000LL; in BOOST_AUTO_TEST_CASE()
78 testPool.addUnchecked(entry.FromTx(txGrandChild[i])); in BOOST_AUTO_TEST_CASE()
86 testPool.removeRecursive(CTransaction(txGrandChild[0]), 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.cpp46 CMutableTransaction txGrandChild[3]; in BOOST_AUTO_TEST_CASE() local
49 txGrandChild[i].vin.resize(1); in BOOST_AUTO_TEST_CASE()
50 txGrandChild[i].vin[0].scriptSig = CScript() << OP_11; in BOOST_AUTO_TEST_CASE()
51 txGrandChild[i].vin[0].prevout.hash = txChild[i].GetHash(); in BOOST_AUTO_TEST_CASE()
52 txGrandChild[i].vin[0].prevout.n = 0; in BOOST_AUTO_TEST_CASE()
53 txGrandChild[i].vout.resize(1); in BOOST_AUTO_TEST_CASE()
54 txGrandChild[i].vout[0].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_AUTO_TEST_CASE()
55 txGrandChild[i].vout[0].nValue = 11000LL; in BOOST_AUTO_TEST_CASE()
78 testPool.addUnchecked(entry.FromTx(txGrandChild[i])); in BOOST_AUTO_TEST_CASE()
86 testPool.removeRecursive(CTransaction(txGrandChild[0]), 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.cpp46 CMutableTransaction txGrandChild[3]; in BOOST_AUTO_TEST_CASE() local
49 txGrandChild[i].vin.resize(1); in BOOST_AUTO_TEST_CASE()
50 txGrandChild[i].vin[0].scriptSig = CScript() << OP_11; in BOOST_AUTO_TEST_CASE()
51 txGrandChild[i].vin[0].prevout.hash = txChild[i].GetHash(); in BOOST_AUTO_TEST_CASE()
52 txGrandChild[i].vin[0].prevout.n = 0; in BOOST_AUTO_TEST_CASE()
53 txGrandChild[i].vout.resize(1); in BOOST_AUTO_TEST_CASE()
54 txGrandChild[i].vout[0].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_AUTO_TEST_CASE()
55 txGrandChild[i].vout[0].nValue = 11000LL; in BOOST_AUTO_TEST_CASE()
78 testPool.addUnchecked(entry.FromTx(txGrandChild[i])); in BOOST_AUTO_TEST_CASE()
86 testPool.removeRecursive(CTransaction(txGrandChild[0]), 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.cpp46 CMutableTransaction txGrandChild[3]; in BOOST_AUTO_TEST_CASE() local
49 txGrandChild[i].vin.resize(1); in BOOST_AUTO_TEST_CASE()
50 txGrandChild[i].vin[0].scriptSig = CScript() << OP_11; in BOOST_AUTO_TEST_CASE()
51 txGrandChild[i].vin[0].prevout.hash = txChild[i].GetHash(); in BOOST_AUTO_TEST_CASE()
52 txGrandChild[i].vin[0].prevout.n = 0; in BOOST_AUTO_TEST_CASE()
53 txGrandChild[i].vout.resize(1); in BOOST_AUTO_TEST_CASE()
54 txGrandChild[i].vout[0].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_AUTO_TEST_CASE()
55 txGrandChild[i].vout[0].nValue = 11000LL; in BOOST_AUTO_TEST_CASE()
78 testPool.addUnchecked(entry.FromTx(txGrandChild[i])); in BOOST_AUTO_TEST_CASE()
86 testPool.removeRecursive(CTransaction(txGrandChild[0]), REMOVAL_REASON_DUMMY); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/test/
H A Dmempool_tests.cpp44 CMutableTransaction txGrandChild[3]; in BOOST_FIXTURE_TEST_SUITE() local
47 txGrandChild[i].vin.resize(1); in BOOST_FIXTURE_TEST_SUITE()
48 txGrandChild[i].vin[0].scriptSig = CScript() << OP_11; in BOOST_FIXTURE_TEST_SUITE()
49 txGrandChild[i].vin[0].prevout.hash = txChild[i].GetHash(); in BOOST_FIXTURE_TEST_SUITE()
50 txGrandChild[i].vin[0].prevout.n = 0; in BOOST_FIXTURE_TEST_SUITE()
51 txGrandChild[i].vout.resize(1); in BOOST_FIXTURE_TEST_SUITE()
52 txGrandChild[i].vout[0].scriptPubKey = CScript() << OP_11 << OP_EQUAL; in BOOST_FIXTURE_TEST_SUITE()
53 txGrandChild[i].vout[0].nValue = 11000LL; in BOOST_FIXTURE_TEST_SUITE()
76 testPool.addUnchecked(entry.FromTx(txGrandChild[i])); in BOOST_FIXTURE_TEST_SUITE()
84 testPool.removeRecursive(CTransaction(txGrandChild[0])); in BOOST_FIXTURE_TEST_SUITE()
[all …]