|
Monero
|
This is the complete list of members for test_core, including all inherited members.
| check_incoming_block_size(const cryptonote::blobdata &block_blob) const | test_core | inline |
| cleanup_handle_incoming_blocks(bool force_sync=false) | test_core | inline |
| deinit() | test_core | inline |
| find_blockchain_supplement(const std::list< crypto::hash > &qblock_ids, bool clip_pruned, cryptonote::NOTIFY_RESPONSE_CHAIN_ENTRY::request &resp) | test_core | inline |
| get_block_by_hash(const crypto::hash &h, cryptonote::block &blk, bool *orphan=NULL) const | test_core | inline |
| get_block_cumulative_difficulty(uint64_t height) const | test_core | inline |
| get_block_id_by_height(uint64_t height) const | test_core | inline |
| get_block_sync_size(uint64_t height) const | test_core | inline |
| get_blockchain_pruning_seed() const | test_core | inline |
| get_blockchain_storage() | test_core | inline |
| get_blockchain_top(uint64_t &height, crypto::hash &top_id) const | test_core | inline |
| get_blocks(uint64_t start_offset, size_t count, std::vector< std::pair< cryptonote::blobdata, cryptonote::block > > &blocks, std::vector< cryptonote::blobdata > &txs) const | test_core | inline |
| get_current_blockchain_height() const final | test_core | inlinevirtual |
| get_earliest_ideal_height_for_version(uint8_t version) const | test_core | inline |
| get_hard_fork_version(uint64_t height) const | test_core | inline |
| get_ideal_hard_fork_version() const | test_core | inline |
| get_ideal_hard_fork_version(uint64_t height) const | test_core | inline |
| get_nettype() const | test_core | inline |
| get_pool_transaction(const crypto::hash &id, cryptonote::blobdata &tx_blob, cryptonote::relay_category tx_category) const | test_core | inline |
| get_pool_transaction_hashes(std::vector< crypto::hash > &txs, bool include_unrelayed_txes=true) const | test_core | inline |
| get_short_chain_history(std::list< crypto::hash > &ids, uint64_t ¤t_height) const | test_core | inline |
| get_target_blockchain_height() const | test_core | inline |
| get_test_drop_download() const | test_core | inline |
| get_test_drop_download_height() const | test_core | inline |
| get_transactions(const std::vector< crypto::hash > &txs_ids, std::vector< cryptonote::blobdata > &txs, std::vector< crypto::hash > &missed_txs, bool pruned=false) const | test_core | inline |
| get_transactions(const std::vector< crypto::hash > &txs_ids, std::vector< cryptonote::transaction > &txs, std::vector< crypto::hash > &missed_txs) const | test_core | inline |
| get_txpool_complement(const std::vector< crypto::hash > &hashes, std::vector< cryptonote::blobdata > &txes) | test_core | inline |
| handle_get_objects(cryptonote::NOTIFY_REQUEST_GET_OBJECTS::request &arg, cryptonote::NOTIFY_RESPONSE_GET_OBJECTS::request &rsp, cryptonote::cryptonote_connection_context &context) | test_core | inline |
| handle_incoming_block(const cryptonote::blobdata &block_blob, const cryptonote::block *block, cryptonote::block_verification_context &bvc, bool update_miner_blocktemplate=true) | test_core | inline |
| handle_incoming_block(const cryptonote::blobdata &block_blob, const cryptonote::block *block, cryptonote::block_verification_context &bvc, cryptonote::pool_supplement &extra_block_txs, bool update_miner_blocktemplate=true) | test_core | inline |
| handle_incoming_tx(const cryptonote::blobdata &tx_blob, cryptonote::tx_verification_context &tvc, cryptonote::relay_method tx_relay, bool relayed) | test_core | inline |
| handle_single_incoming_block(const cryptonote::blobdata &block_blob, const cryptonote::block *b, cryptonote::block_verification_context &bvc, cryptonote::pool_supplement &extra_block_txs, bool update_miner_blocktemplate=true) | test_core | inline |
| has_block_weights(uint64_t height, uint64_t nblocks) const | test_core | inline |
| have_block(const crypto::hash &id, int *where=NULL) const | test_core | inline |
| have_block_unlocked(const crypto::hash &id, int *where=NULL) const | test_core | inline |
| init(const boost::program_options::variables_map &vm) | test_core | inline |
| is_synchronized() const final | test_core | inlinevirtual |
| is_within_compiled_block_hash_area(uint64_t height) const | test_core | inline |
| on_idle() | test_core | inline |
| on_synchronized() | test_core | inline |
| on_transactions_relayed(epee::span< const cryptonote::blobdata > tx_blobs, cryptonote::relay_method tx_relay) | test_core | inlinevirtual |
| pad_transactions() | test_core | inline |
| pause_mine() | test_core | inline |
| pool_has_tx(const crypto::hash &txid) const | test_core | inline |
| prepare_handle_incoming_blocks(const std::vector< cryptonote::block_complete_entry > &blocks_entry, std::vector< cryptonote::block > &blocks) | test_core | inline |
| prevalidate_block_hashes(uint64_t height, const std::vector< crypto::hash > &hashes, const std::vector< uint64_t > &weights) | test_core | inline |
| prune_blockchain(uint32_t pruning_seed=0) | test_core | inline |
| resume_mine() | test_core | inline |
| safesyncmode(const bool) | test_core | inline |
| set_target_blockchain_height(uint64_t) | test_core | inline |
| stop() | test_core | inline |
| update_checkpoints(const bool skip_dns=false) | test_core | inline |
| ~i_core_events() noexcept | cryptonote::i_core_events | inlinevirtual |