|
Monero
|
#include <trezor_tests.h>


Additional Inherited Members | |
Public Types inherited from test_chain_unit_base | |
| typedef boost::function< bool(cryptonote::core &c, size_t ev_index, const std::vector< test_event_entry > &events)> | verify_callback |
| typedef std::map< std::string, verify_callback > | callbacks_map |
Static Public Attributes inherited from gen_trezor_base | |
| static const uint64_t | m_ts_start = 1397862000 |
| static const uint64_t | m_wallet_ts = m_ts_start - 60*60*24*4 |
| static const std::string | m_device_name = "Trezor:udp" |
| static const std::string | m_master_seed_str = "14821d0bc5659b24cafbc889dc4fc60785ee08b65d71c525f81eeaba4f3a570f" |
| static const std::string | m_device_seed = "permit universe parent weapon amused modify essay borrow tobacco budget walnut lunch consider gallery ride amazing frog forget treat market chapter velvet useless topple" |
| static const std::string | m_alice_spend_private = m_master_seed_str |
| static const std::string | m_alice_view_private = "a6ccd4ac344a295d1387f8d18c81bdd394f1845de84188e204514ef9370fd403" |
Protected Member Functions inherited from gen_trezor_base | |
| virtual void | setup_trezor () |
| virtual void | init_fields () |
| virtual void | update_client_settings () |
| virtual bool | verify_tx_key (const ::crypto::secret_key &tx_priv, const ::crypto::public_key &tx_pub, const subaddresses_t &subs) |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int) |
Protected Attributes inherited from gen_trezor_base | |
| test_generator | m_generator |
| block_tracker | m_bt |
| cryptonote::network_type | m_network_type |
| std::shared_ptr< mock_daemon > | m_daemon |
| uint8_t | m_top_hard_fork |
| v_hardforks_t | m_hard_forks |
| cryptonote::block | m_head |
| std::vector< test_event_entry > | m_events |
| std::string | m_trezor_path |
| bool | m_heavy_tests |
| bool | m_test_get_tx_key |
| rct::RCTConfig | m_rct_config |
| bool | m_live_refresh_enabled |
| cryptonote::account_base | m_miner_account |
| cryptonote::account_base | m_bob_account |
| cryptonote::account_base | m_alice_account |
| cryptonote::account_base | m_eve_account |
| hw::trezor::device_trezor * | m_trezor |
| std::unique_ptr< tools::wallet2 > | m_wl_alice |
| std::unique_ptr< tools::wallet2 > | m_wl_bob |
| std::unique_ptr< tools::wallet2 > | m_wl_eve |
|
overridevirtual |
Reimplemented from gen_trezor_base.
Reimplemented in gen_trezor_ki_sync_without_refresh, and gen_trezor_ki_sync_with_refresh.
1.8.14