|
| virtual | ~wallet_api_tests () |
| void | init () |
| bool | generate (std::vector< test_event_entry > &events) override |
| | gen_trezor_base () |
| | gen_trezor_base (const gen_trezor_base &other) |
| virtual | ~gen_trezor_base () |
| virtual void | setup_args (const std::string &trezor_path, bool heavy_tests=false) |
| virtual void | load (std::vector< test_event_entry > &events) |
| virtual void | fix_hf (std::vector< test_event_entry > &events) |
| virtual void | update_trackers (std::vector< test_event_entry > &events) |
| virtual void | fork (gen_trezor_base &other) |
| virtual void | clear () |
| virtual void | add_shared_events (std::vector< test_event_entry > &events) |
| virtual void | test_setup (std::vector< test_event_entry > &events) |
| virtual void | add_transactions_to_events (std::vector< test_event_entry > &events, test_generator &generator, const std::vector< cryptonote::transaction > &txs) |
| virtual void | test_trezor_tx (std::vector< test_event_entry > &events, std::vector< tools::wallet2::pending_tx > &ptxs, std::vector< cryptonote::address_parse_info > &dsts_info, test_generator &generator, std::vector< tools::wallet2 * > wallets, bool is_sweep=false) |
| virtual void | test_get_tx (std::vector< test_event_entry > &events, std::vector< tools::wallet2 * > wallets, const std::vector< tools::wallet2::pending_tx > &ptxs, const std::vector< std::string > &aux_tx_info) |
| virtual void | mine_and_test (std::vector< test_event_entry > &events) |
| virtual void | rewind_blocks (std::vector< test_event_entry > &events, size_t rewind_n, uint8_t hf) |
| virtual void | set_hard_fork (uint8_t hf) |
| crypto::hash | head_hash () const |
| cryptonote::block | head_block () const |
| bool | heavy_tests () const |
| void | rct_config (rct::RCTConfig rct_config) |
| uint8_t | cur_hf () const |
| size_t | num_mixin () const |
| cryptonote::network_type | nettype () const |
| std::shared_ptr< mock_daemon > | daemon () const |
| void | daemon (std::shared_ptr< mock_daemon > daemon) |
| void | register_callback (const std::string &cb_name, verify_callback cb) |
| bool | verify (const std::string &cb_name, cryptonote::core &c, size_t ev_index, const std::vector< test_event_entry > &events) |
| bool | check_block_verification_context (const cryptonote::block_verification_context &bvc, size_t event_idx, const cryptonote::block &) |
| bool | check_tx_verification_context (const cryptonote::tx_verification_context &tvc, bool, size_t, const cryptonote::transaction &) |
| bool | check_tx_verification_context_array (const std::vector< cryptonote::tx_verification_context > &tvcs, size_t, size_t, const std::vector< cryptonote::transaction > &) |