38 template<
class concrete_test>
61 template<
bool txs_keeped_by_block>
70 bool generate(std::vector<test_event_entry>& events)
const;
74 template<
bool txs_keeped_by_block>
83 bool generate(std::vector<test_event_entry>& events)
const;
87 template<
bool txs_keeped_by_block>
96 bool generate(std::vector<test_event_entry>& events)
const;
100 template<
bool txs_keeped_by_block>
109 bool generate(std::vector<test_event_entry>& events)
const;
113 template<
bool txs_keeped_by_block>
122 bool generate(std::vector<test_event_entry>& events)
const;
134 bool generate(std::vector<test_event_entry>& events)
const;
140 #define INIT_DOUBLE_SPEND_TEST() \ 141 uint64_t ts_start = 1338224400; \ 142 GENERATE_ACCOUNT(miner_account); \ 143 MAKE_GENESIS_BLOCK(events, blk_0, miner_account, ts_start); \ 144 MAKE_ACCOUNT(events, bob_account); \ 145 MAKE_ACCOUNT(events, alice_account); \ 146 REWIND_BLOCKS(events, blk_0r, blk_0, miner_account); \ 147 MAKE_TX(events, tx_0, miner_account, bob_account, send_amount, blk_0); \ 148 MAKE_NEXT_BLOCK_TX1(events, blk_1, blk_0r, miner_account, tx_0); \ 149 REWIND_BLOCKS(events, blk_1r, blk_1, miner_account); static const bool has_invalid_tx
Definition: double_spend.h:117
static const uint64_t expected_alice_balance
Definition: double_spend.h:120
static const bool has_invalid_tx
Definition: double_spend.h:91
Definition: double_spend.h:62
static const uint64_t send_amount
Definition: double_spend.h:129
static const size_t expected_pool_txs_count
Definition: double_spend.h:105
static const uint64_t expected_bob_balance
Definition: double_spend.h:80
bool mark_invalid_tx(cryptonote::core &c, size_t ev_index, const std::vector< test_event_entry > &events)
Definition: double_spend.inl:75
Definition: cryptonote_basic.h:474
size_t m_invalid_tx_index
Definition: double_spend.h:56
static const uint64_t expected_bob_balance
Definition: double_spend.h:67
static const uint64_t expected_alice_balance
Definition: double_spend.h:68
static const uint64_t send_amount
Definition: double_spend.h:64
bool generate(std::vector< test_event_entry > &events) const
Definition: double_spend.inl:219
static const uint64_t send_amount
Definition: double_spend.h:42
#define TESTS_DEFAULT_FEE
Definition: chaingen.h:1092
Definition: verification_context.h:65
bool check_double_spend(cryptonote::core &c, size_t ev_index, const std::vector< test_event_entry > &events)
Definition: double_spend.inl:89
static const size_t expected_pool_txs_count
Definition: double_spend.h:66
const uint64_t FIRST_BLOCK_REWARD
Definition: double_spend.h:35
Definition: double_spend.h:114
Definition: double_spend.h:88
#define CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW
Definition: cryptonote_config.h:44
bool generate(std::vector< test_event_entry > &events) const
Definition: double_spend.inl:123
Definition: verification_context.h:40
static const uint64_t expected_alice_balance
Definition: double_spend.h:107
static const size_t expected_pool_txs_count
Definition: double_spend.h:79
static const uint64_t send_amount
Definition: double_spend.h:77
gen_double_spend_in_different_chains()
Definition: double_spend.cpp:40
Definition: argon2_core.h:74
static const size_t expected_pool_txs_count
Definition: double_spend.h:92
static const size_t expected_blockchain_height
Definition: double_spend.h:130
static const uint64_t expected_bob_balance
Definition: double_spend.h:106
static const bool has_invalid_tx
Definition: double_spend.h:78
bool mark_invalid_block(cryptonote::core &c, size_t ev_index, const std::vector< test_event_entry > &events)
Definition: double_spend.inl:82
static const uint64_t expected_bob_balance
Definition: double_spend.h:93
handles core cryptonote functionality
Definition: cryptonote_core.h:86
unsigned __int64 uint64_t
Definition: stdint.h:136
bool generate(std::vector< test_event_entry > &events) const
Definition: double_spend.cpp:45
Definition: double_spend.h:101
Definition: double_spend.h:126
static const uint64_t send_amount
Definition: double_spend.h:116
bool generate(std::vector< test_event_entry > &events) const
Definition: double_spend.inl:161
static const uint64_t expected_alice_balance
Definition: double_spend.h:94
static const uint64_t send_amount
Definition: double_spend.h:90
static const uint64_t expected_bob_balance
Definition: double_spend.h:119
const size_t invalid_index_value
Definition: double_spend.h:34
Definition: double_spend.h:39
bool check_block_verification_context(const cryptonote::block_verification_context &bvc, size_t event_idx, const cryptonote::block &block)
Definition: double_spend.inl:56
bool mark_last_valid_block(cryptonote::core &c, size_t ev_index, const std::vector< test_event_entry > &events)
Definition: double_spend.inl:65
static const bool has_invalid_tx
Definition: double_spend.h:104
cryptonote::transaction tx
Definition: transaction.cpp:40
static const uint64_t expected_alice_balance
Definition: double_spend.h:81
cryptonote::block m_last_valid_block
Definition: double_spend.h:55
Definition: double_spend.h:75
bool generate(std::vector< test_event_entry > &events) const
Definition: double_spend.inl:188
Definition: chaingen.h:165
bool generate(std::vector< test_event_entry > &events) const
Definition: double_spend.inl:254
static const bool has_invalid_tx
Definition: double_spend.h:65
static const uint64_t send_amount
Definition: double_spend.h:103
bool check_tx_verification_context(const cryptonote::tx_verification_context &tvc, bool tx_added, size_t event_idx, const cryptonote::transaction &tx)
Definition: double_spend.inl:47
Definition: cryptonote_basic.h:204
size_t m_invalid_block_index
Definition: double_spend.h:57
bool check_double_spend(cryptonote::core &c, size_t ev_index, const std::vector< test_event_entry > &events)
Definition: double_spend.cpp:72
c
Definition: pymoduletest.py:79
gen_double_spend_base()
Definition: double_spend.inl:36
static const size_t expected_pool_txs_count
Definition: double_spend.h:118