Home
last modified time | relevance | path

Searched refs:tx5 (Results 1 – 25 of 730) sorted by relevance

12345678910>>...30

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/bench/
H A Dmempool_eviction.cpp69 CMutableTransaction tx5 = CMutableTransaction(); in MempoolEviction() local
70 tx5.vin.resize(2); in MempoolEviction()
71 tx5.vin[0].prevout = COutPoint(tx4.GetHash(), 0); in MempoolEviction()
72 tx5.vin[0].scriptSig = CScript() << OP_4; in MempoolEviction()
73 tx5.vin[0].scriptWitness.stack.push_back({4}); in MempoolEviction()
74 tx5.vin[1].prevout.SetNull(); in MempoolEviction()
75 tx5.vin[1].scriptSig = CScript() << OP_5; in MempoolEviction()
76 tx5.vin[1].scriptWitness.stack.push_back({5}); in MempoolEviction()
77 tx5.vout.resize(2); in MempoolEviction()
79 tx5.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/bench/
H A Dmempool_eviction.cpp69 CMutableTransaction tx5 = CMutableTransaction();
70 tx5.vin.resize(2);
71 tx5.vin[0].prevout = COutPoint(tx4.GetHash(), 0);
72 tx5.vin[0].scriptSig = CScript() << OP_4;
73 tx5.vin[0].scriptWitness.stack.push_back({4});
74 tx5.vin[1].prevout.SetNull();
75 tx5.vin[1].scriptSig = CScript() << OP_5;
76 tx5.vin[1].scriptWitness.stack.push_back({5});
77 tx5.vout.resize(2);
79 tx5.vout[0].nValue = 10 * COIN;
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/bench/
H A Dmempool_eviction.cpp69 CMutableTransaction tx5 = CMutableTransaction(); in MempoolEviction() local
70 tx5.vin.resize(2); in MempoolEviction()
71 tx5.vin[0].prevout = COutPoint(tx4.GetHash(), 0); in MempoolEviction()
72 tx5.vin[0].scriptSig = CScript() << OP_4; in MempoolEviction()
73 tx5.vin[0].scriptWitness.stack.push_back({4}); in MempoolEviction()
74 tx5.vin[1].prevout.SetNull(); in MempoolEviction()
75 tx5.vin[1].scriptSig = CScript() << OP_5; in MempoolEviction()
76 tx5.vin[1].scriptWitness.stack.push_back({5}); in MempoolEviction()
77 tx5.vout.resize(2); in MempoolEviction()
79 tx5.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/bench/
H A Dmempool_eviction.cpp68 CMutableTransaction tx5 = CMutableTransaction(); in MempoolEviction() local
69 tx5.vin.resize(2); in MempoolEviction()
70 tx5.vin[0].prevout = COutPoint(tx4.GetHash(), 0); in MempoolEviction()
71 tx5.vin[0].scriptSig = CScript() << OP_4; in MempoolEviction()
72 tx5.vin[0].scriptWitness.stack.push_back({4}); in MempoolEviction()
73 tx5.vin[1].prevout.SetNull(); in MempoolEviction()
74 tx5.vin[1].scriptSig = CScript() << OP_5; in MempoolEviction()
75 tx5.vin[1].scriptWitness.stack.push_back({5}); in MempoolEviction()
76 tx5.vout.resize(2); in MempoolEviction()
78 tx5.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/bench/
H A Dmempool_eviction.cpp68 CMutableTransaction tx5 = CMutableTransaction(); in MempoolEviction() local
69 tx5.vin.resize(2); in MempoolEviction()
70 tx5.vin[0].prevout = COutPoint(tx4.GetHash(), 0); in MempoolEviction()
71 tx5.vin[0].scriptSig = CScript() << OP_4; in MempoolEviction()
72 tx5.vin[0].scriptWitness.stack.push_back({4}); in MempoolEviction()
73 tx5.vin[1].prevout.SetNull(); in MempoolEviction()
74 tx5.vin[1].scriptSig = CScript() << OP_5; in MempoolEviction()
75 tx5.vin[1].scriptWitness.stack.push_back({5}); in MempoolEviction()
76 tx5.vout.resize(2); in MempoolEviction()
78 tx5.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/bench/
H A Dmempool_eviction.cpp68 CMutableTransaction tx5 = CMutableTransaction(); in MempoolEviction() local
69 tx5.vin.resize(2); in MempoolEviction()
70 tx5.vin[0].prevout = COutPoint(tx4.GetHash(), 0); in MempoolEviction()
71 tx5.vin[0].scriptSig = CScript() << OP_4; in MempoolEviction()
72 tx5.vin[0].scriptWitness.stack.push_back({4}); in MempoolEviction()
73 tx5.vin[1].prevout.SetNull(); in MempoolEviction()
74 tx5.vin[1].scriptSig = CScript() << OP_5; in MempoolEviction()
75 tx5.vin[1].scriptWitness.stack.push_back({5}); in MempoolEviction()
76 tx5.vout.resize(2); in MempoolEviction()
78 tx5.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/bench/
H A Dmempool_eviction.cpp66 CMutableTransaction tx5 = CMutableTransaction(); in MempoolEviction() local
67 tx5.vin.resize(2); in MempoolEviction()
68 tx5.vin[0].prevout = COutPoint(tx4.GetHash(), 0); in MempoolEviction()
69 tx5.vin[0].scriptSig = CScript() << OP_4; in MempoolEviction()
70 tx5.vin[0].scriptWitness.stack.push_back({4}); in MempoolEviction()
71 tx5.vin[1].prevout.SetNull(); in MempoolEviction()
72 tx5.vin[1].scriptSig = CScript() << OP_5; in MempoolEviction()
73 tx5.vin[1].scriptWitness.stack.push_back({5}); in MempoolEviction()
74 tx5.vout.resize(2); in MempoolEviction()
76 tx5.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/bench/
H A Dmempool_eviction.cpp75 CMutableTransaction tx5 = CMutableTransaction(); in MempoolEviction() local
76 tx5.vin.resize(2); in MempoolEviction()
77 tx5.vin[0].prevout = COutPoint(tx4.GetHash(), 0); in MempoolEviction()
78 tx5.vin[0].scriptSig = CScript() << OP_4; in MempoolEviction()
79 tx5.vin[0].scriptWitness.stack.push_back({4}); in MempoolEviction()
80 tx5.vin[1].prevout.SetNull(); in MempoolEviction()
81 tx5.vin[1].scriptSig = CScript() << OP_5; in MempoolEviction()
82 tx5.vin[1].scriptWitness.stack.push_back({5}); in MempoolEviction()
83 tx5.vout.resize(2); in MempoolEviction()
85 tx5.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/bench/
H A Dmempool_eviction.cpp75 CMutableTransaction tx5 = CMutableTransaction(); in MempoolEviction() local
76 tx5.vin.resize(2); in MempoolEviction()
77 tx5.vin[0].prevout = COutPoint(tx4.GetHash(), 0); in MempoolEviction()
78 tx5.vin[0].scriptSig = CScript() << OP_4; in MempoolEviction()
79 tx5.vin[0].scriptWitness.stack.push_back({4}); in MempoolEviction()
80 tx5.vin[1].prevout.SetNull(); in MempoolEviction()
81 tx5.vin[1].scriptSig = CScript() << OP_5; in MempoolEviction()
82 tx5.vin[1].scriptWitness.stack.push_back({5}); in MempoolEviction()
83 tx5.vout.resize(2); in MempoolEviction()
85 tx5.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/bench/
H A Dmempool_eviction.cpp75 CMutableTransaction tx5 = CMutableTransaction(); in MempoolEviction() local
76 tx5.vin.resize(2); in MempoolEviction()
77 tx5.vin[0].prevout = COutPoint(tx4.GetHash(), 0); in MempoolEviction()
78 tx5.vin[0].scriptSig = CScript() << OP_4; in MempoolEviction()
79 tx5.vin[0].scriptWitness.stack.push_back({4}); in MempoolEviction()
80 tx5.vin[1].prevout.SetNull(); in MempoolEviction()
81 tx5.vin[1].scriptSig = CScript() << OP_5; in MempoolEviction()
82 tx5.vin[1].scriptWitness.stack.push_back({5}); in MempoolEviction()
83 tx5.vout.resize(2); in MempoolEviction()
85 tx5.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/test/
H A Dmempool_tests.cpp153 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
155 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
158 pool.addUnchecked(tx5.GetHash(), entry.Fee(10000LL).FromTx(tx5)); in BOOST_AUTO_TEST_CASE()
358 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
361 pool.addUnchecked(tx5.GetHash(), entry.Fee(10000LL).FromTx(tx5)); in BOOST_AUTO_TEST_CASE()
492 tx5.vin.resize(2); in BOOST_AUTO_TEST_CASE()
495 tx5.vin[1].prevout.SetNull(); in BOOST_AUTO_TEST_CASE()
497 tx5.vout.resize(2); in BOOST_AUTO_TEST_CASE()
528 pool.addUnchecked(tx5.GetHash(), entry.Fee(1000LL).FromTx(tx5, &pool)); in BOOST_AUTO_TEST_CASE()
539 pool.addUnchecked(tx5.GetHash(), entry.Fee(1000LL).FromTx(tx5, &pool)); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/test/
H A Dmempool_tests.cpp153 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
155 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
158 pool.addUnchecked(tx5.GetHash(), entry.Fee(10000LL).FromTx(tx5)); in BOOST_AUTO_TEST_CASE()
358 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
361 pool.addUnchecked(tx5.GetHash(), entry.Fee(10000LL).FromTx(tx5)); in BOOST_AUTO_TEST_CASE()
492 tx5.vin.resize(2); in BOOST_AUTO_TEST_CASE()
495 tx5.vin[1].prevout.SetNull(); in BOOST_AUTO_TEST_CASE()
497 tx5.vout.resize(2); in BOOST_AUTO_TEST_CASE()
528 pool.addUnchecked(tx5.GetHash(), entry.Fee(1000LL).FromTx(tx5, &pool)); in BOOST_AUTO_TEST_CASE()
539 pool.addUnchecked(tx5.GetHash(), entry.Fee(1000LL).FromTx(tx5, &pool)); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/test/
H A Dmempool_tests.cpp153 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
155 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
158 pool.addUnchecked(tx5.GetHash(), entry.Fee(10000LL).FromTx(tx5)); in BOOST_AUTO_TEST_CASE()
358 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
361 pool.addUnchecked(tx5.GetHash(), entry.Fee(10000LL).FromTx(tx5)); in BOOST_AUTO_TEST_CASE()
492 tx5.vin.resize(2); in BOOST_AUTO_TEST_CASE()
495 tx5.vin[1].prevout.SetNull(); in BOOST_AUTO_TEST_CASE()
497 tx5.vout.resize(2); in BOOST_AUTO_TEST_CASE()
528 pool.addUnchecked(tx5.GetHash(), entry.Fee(1000LL).FromTx(tx5, &pool)); in BOOST_AUTO_TEST_CASE()
539 pool.addUnchecked(tx5.GetHash(), entry.Fee(1000LL).FromTx(tx5, &pool)); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dmempool_tests.cpp158 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
160 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
332 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
334 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
345 if (tx1.GetHash() < tx5.GetHash()) { in BOOST_AUTO_TEST_CASE()
490 tx5.vin.resize(2); in BOOST_AUTO_TEST_CASE()
493 tx5.vin[1].prevout.SetNull(); in BOOST_AUTO_TEST_CASE()
495 tx5.vout.resize(2); in BOOST_AUTO_TEST_CASE()
497 tx5.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
499 tx5.vout[1].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dmempool_tests.cpp158 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
160 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
332 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
334 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
345 if (tx1.GetHash() < tx5.GetHash()) { in BOOST_AUTO_TEST_CASE()
490 tx5.vin.resize(2); in BOOST_AUTO_TEST_CASE()
493 tx5.vin[1].prevout.SetNull(); in BOOST_AUTO_TEST_CASE()
495 tx5.vout.resize(2); in BOOST_AUTO_TEST_CASE()
497 tx5.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
499 tx5.vout[1].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dmempool_tests.cpp158 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
160 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
332 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
334 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
345 if (tx1.GetHash() < tx5.GetHash()) { in BOOST_AUTO_TEST_CASE()
490 tx5.vin.resize(2); in BOOST_AUTO_TEST_CASE()
493 tx5.vin[1].prevout.SetNull(); in BOOST_AUTO_TEST_CASE()
495 tx5.vout.resize(2); in BOOST_AUTO_TEST_CASE()
497 tx5.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
499 tx5.vout[1].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/test/
H A Dmempool_tests.cpp156 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
158 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
330 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
332 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
343 if (tx1.GetHash() < tx5.GetHash()) { in BOOST_AUTO_TEST_CASE()
488 tx5.vin.resize(2); in BOOST_AUTO_TEST_CASE()
491 tx5.vin[1].prevout.SetNull(); in BOOST_AUTO_TEST_CASE()
493 tx5.vout.resize(2); in BOOST_AUTO_TEST_CASE()
495 tx5.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
497 tx5.vout[1].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/test/
H A Dmempool_tests.cpp156 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
158 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
330 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
332 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
343 if (tx1.GetHash() < tx5.GetHash()) { in BOOST_AUTO_TEST_CASE()
488 tx5.vin.resize(2); in BOOST_AUTO_TEST_CASE()
491 tx5.vin[1].prevout.SetNull(); in BOOST_AUTO_TEST_CASE()
493 tx5.vout.resize(2); in BOOST_AUTO_TEST_CASE()
495 tx5.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
497 tx5.vout[1].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dmempool_tests.cpp158 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
160 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
332 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
334 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
345 if (tx1.GetHash() < tx5.GetHash()) { in BOOST_AUTO_TEST_CASE()
490 tx5.vin.resize(2); in BOOST_AUTO_TEST_CASE()
493 tx5.vin[1].prevout.SetNull(); in BOOST_AUTO_TEST_CASE()
495 tx5.vout.resize(2); in BOOST_AUTO_TEST_CASE()
497 tx5.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
499 tx5.vout[1].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dmempool_tests.cpp158 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
160 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
332 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
334 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
345 if (tx1.GetHash() < tx5.GetHash()) { in BOOST_AUTO_TEST_CASE()
490 tx5.vin.resize(2); in BOOST_AUTO_TEST_CASE()
493 tx5.vin[1].prevout.SetNull(); in BOOST_AUTO_TEST_CASE()
495 tx5.vout.resize(2); in BOOST_AUTO_TEST_CASE()
497 tx5.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
499 tx5.vout[1].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dmempool_tests.cpp158 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
160 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
332 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
334 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
345 if (tx1.GetHash() < tx5.GetHash()) { in BOOST_AUTO_TEST_CASE()
490 tx5.vin.resize(2); in BOOST_AUTO_TEST_CASE()
493 tx5.vin[1].prevout.SetNull(); in BOOST_AUTO_TEST_CASE()
495 tx5.vout.resize(2); in BOOST_AUTO_TEST_CASE()
497 tx5.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
499 tx5.vout[1].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dmempool_tests.cpp158 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
160 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
332 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
334 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
345 if (tx1.GetHash() < tx5.GetHash()) { in BOOST_AUTO_TEST_CASE()
490 tx5.vin.resize(2); in BOOST_AUTO_TEST_CASE()
493 tx5.vin[1].prevout.SetNull(); in BOOST_AUTO_TEST_CASE()
495 tx5.vout.resize(2); in BOOST_AUTO_TEST_CASE()
497 tx5.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
499 tx5.vout[1].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/test/
H A Dmempool_tests.cpp156 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
158 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
330 tx5.vout.resize(1); in BOOST_AUTO_TEST_CASE()
332 tx5.vout[0].nValue = 11 * COIN; in BOOST_AUTO_TEST_CASE()
343 if (tx1.GetHash() < tx5.GetHash()) { in BOOST_AUTO_TEST_CASE()
488 tx5.vin.resize(2); in BOOST_AUTO_TEST_CASE()
491 tx5.vin[1].prevout.SetNull(); in BOOST_AUTO_TEST_CASE()
493 tx5.vout.resize(2); in BOOST_AUTO_TEST_CASE()
495 tx5.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
497 tx5.vout[1].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libethereum/
H A DTransactionQueue.cpp79 Transaction tx5(0, gasCostMed, gas, dest, bytes(), 2, sender2 ); in BOOST_AUTO_TEST_CASE() local
95 txq.import(tx5); in BOOST_AUTO_TEST_CASE()
96 BOOST_CHECK((Transactions { tx2, tx0_1, tx1, tx3, tx5, tx4 }) == txq.topTransactions(256)); in BOOST_AUTO_TEST_CASE()
99 BOOST_CHECK((Transactions { tx2, tx1, tx3, tx5, tx4 }) == txq.topTransactions(256)); in BOOST_AUTO_TEST_CASE()
101 BOOST_CHECK((Transactions { tx2, tx3, tx5, tx4 }) == txq.topTransactions(256)); in BOOST_AUTO_TEST_CASE()
102 txq.drop(tx5.sha3()); in BOOST_AUTO_TEST_CASE()
160 Transaction tx5(0, gasCostMed + 1, gas, dest, bytes(), 0, sender2 ); in BOOST_AUTO_TEST_CASE() local
167 txq.import(tx5); in BOOST_AUTO_TEST_CASE()
168 BOOST_CHECK((Transactions { tx5, tx0, tx1 }) == txq.topTransactions(256)); in BOOST_AUTO_TEST_CASE()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/futures-0.3.9/tests/
H A Dbasic_combinators.rs36 let tx5 = tx1.clone(); in basic_try_future_combinators() localVariable
65 tx5.send(x.unwrap()).unwrap(); // Send 5 in basic_try_future_combinators()
66 tx5.send(6).unwrap(); // Send 6 in basic_try_future_combinators()

12345678910>>...30