bittensor.utils.deprecated#

The Bittensor Compatibility Module is designed to ensure seamless integration and functionality with legacy versions of the Bittensor framework, specifically up to and including version 7.3.0. This module addresses changes and deprecated features in recent versions, allowing users to maintain compatibility with older systems and projects.

Attributes#

Functions#

debug([on])

Enables or disables debug logging.

trace([on])

Enables or disables trace logging.

warning([on])

Enables or disables warning logging.

Module Contents#

bittensor.utils.deprecated.__archive_entrypoint__#
bittensor.utils.deprecated.__blocktime__#
bittensor.utils.deprecated.__finney_entrypoint__#
bittensor.utils.deprecated.__finney_test_entrypoint__#
bittensor.utils.deprecated.__local_entrypoint__#
bittensor.utils.deprecated.__network_explorer_map__#
bittensor.utils.deprecated.__networks__#
bittensor.utils.deprecated.__pipaddress__#
bittensor.utils.deprecated.__rao_symbol__#
bittensor.utils.deprecated.__ss58_address_length__#
bittensor.utils.deprecated.__ss58_format__#
bittensor.utils.deprecated.__tao_symbol__#
bittensor.utils.deprecated.__type_registry__#
bittensor.utils.deprecated.async_subtensor#
bittensor.utils.deprecated.axon#
bittensor.utils.deprecated.config#
bittensor.utils.deprecated.debug(on=True)#

Enables or disables debug logging. :param on: If True, enables debug logging. If False, disables debug logging. :type on: bool

Parameters:

on (bool)

bittensor.utils.deprecated.dendrite#
bittensor.utils.deprecated.extrinsics_subpackage#
bittensor.utils.deprecated.keyfile#
bittensor.utils.deprecated.metagraph#
bittensor.utils.deprecated.mock_subpackage#
bittensor.utils.deprecated.subtensor#
bittensor.utils.deprecated.synapse#
bittensor.utils.deprecated.trace(on=True)#

Enables or disables trace logging. :param on: If True, enables trace logging. If False, disables trace logging. :type on: bool

Parameters:

on (bool)

bittensor.utils.deprecated.wallet#
bittensor.utils.deprecated.warning(on=True)#

Enables or disables warning logging. :param on: If True, enables warning logging. If False, disables warning logging and sets default (INFO) level. :type on: bool

Parameters:

on (bool)