From f2b577dda1affd6f33cbbdedcbaf3433fee83ada Mon Sep 17 00:00:00 2001 From: Richard Kiss Date: Sat, 3 Apr 2021 20:55:57 -0700 Subject: [PATCH] `git mv src chia` --- {src => chia}/__init__.py | 0 {src => chia}/cmds/__init__.py | 0 {src => chia}/cmds/chia.py | 0 {src => chia}/cmds/configure.py | 0 {src => chia}/cmds/farm.py | 0 {src => chia}/cmds/farm_funcs.py | 0 {src => chia}/cmds/init.py | 0 {src => chia}/cmds/init_funcs.py | 0 {src => chia}/cmds/keys.py | 0 {src => chia}/cmds/keys_funcs.py | 0 {src => chia}/cmds/netspace.py | 0 {src => chia}/cmds/netspace_funcs.py | 0 {src => chia}/cmds/plots.py | 0 {src => chia}/cmds/show.py | 0 {src => chia}/cmds/start.py | 0 {src => chia}/cmds/start_funcs.py | 0 {src => chia}/cmds/stop.py | 0 {src => chia}/cmds/units.py | 0 {src => chia}/cmds/wallet.py | 0 {src => chia}/cmds/wallet_funcs.py | 0 {src => chia}/consensus/__init__.py | 0 {src => chia}/consensus/block_body_validation.py | 0 {src => chia}/consensus/block_creation.py | 0 {src => chia}/consensus/block_header_validation.py | 0 {src => chia}/consensus/block_record.py | 0 {src => chia}/consensus/block_rewards.py | 0 {src => chia}/consensus/block_root_validation.py | 0 {src => chia}/consensus/blockchain.py | 0 {src => chia}/consensus/blockchain_check_conditions.py | 0 {src => chia}/consensus/blockchain_interface.py | 0 {src => chia}/consensus/coinbase.py | 0 {src => chia}/consensus/condition_costs.py | 0 {src => chia}/consensus/constants.py | 0 {src => chia}/consensus/cost_calculator.py | 0 {src => chia}/consensus/default_constants.py | 0 {src => chia}/consensus/deficit.py | 0 {src => chia}/consensus/difficulty_adjustment.py | 0 {src => chia}/consensus/find_fork_point.py | 0 {src => chia}/consensus/full_block_to_block_record.py | 0 {src => chia}/consensus/get_block_challenge.py | 0 {src => chia}/consensus/make_sub_epoch_summary.py | 0 {src => chia}/consensus/multiprocess_validation.py | 0 {src => chia}/consensus/network_type.py | 0 {src => chia}/consensus/pos_quality.py | 0 {src => chia}/consensus/pot_iterations.py | 0 {src => chia}/consensus/vdf_info_computation.py | 0 {src => chia}/daemon/__init__.py | 0 {src => chia}/daemon/client.py | 0 {src => chia}/daemon/server.py | 0 {src => chia}/daemon/windows_signal.py | 0 {src => chia}/farmer/__init__.py | 0 {src => chia}/farmer/farmer.py | 0 {src => chia}/farmer/farmer_api.py | 0 {src => chia}/full_node/__init__.py | 0 {src => chia}/full_node/block_store.py | 0 {src => chia}/full_node/bundle_tools.py | 0 {src => chia}/full_node/coin_store.py | 0 {src => chia}/full_node/full_node.py | 0 {src => chia}/full_node/full_node_api.py | 0 {src => chia}/full_node/full_node_store.py | 0 {src => chia}/full_node/mempool.py | 0 {src => chia}/full_node/mempool_check_conditions.py | 0 {src => chia}/full_node/mempool_manager.py | 0 {src => chia}/full_node/signage_point.py | 0 {src => chia}/full_node/sync_store.py | 0 {src => chia}/full_node/weight_proof.py | 0 {src => chia}/harvester/__init__.py | 0 {src => chia}/harvester/harvester.py | 0 {src => chia}/harvester/harvester_api.py | 0 {src => chia}/introducer/__init__.py | 0 {src => chia}/introducer/introducer.py | 0 {src => chia}/introducer/introducer_api.py | 0 {src => chia}/plotting/check_plots.py | 0 {src => chia}/plotting/create_plots.py | 0 {src => chia}/plotting/plot_tools.py | 0 {src => chia}/protocols/__init__.py | 0 {src => chia}/protocols/farmer_protocol.py | 0 {src => chia}/protocols/full_node_protocol.py | 0 {src => chia}/protocols/harvester_protocol.py | 0 {src => chia}/protocols/introducer_protocol.py | 0 {src => chia}/protocols/pool_protocol.py | 0 {src => chia}/protocols/protocol_message_types.py | 0 {src => chia}/protocols/shared_protocol.py | 0 {src => chia}/protocols/timelord_protocol.py | 0 {src => chia}/protocols/wallet_protocol.py | 0 {src => chia}/pyinstaller.spec | 0 {src => chia}/rpc/__init__.py | 0 {src => chia}/rpc/farmer_rpc_api.py | 0 {src => chia}/rpc/farmer_rpc_client.py | 0 {src => chia}/rpc/full_node_rpc_api.py | 0 {src => chia}/rpc/full_node_rpc_client.py | 0 {src => chia}/rpc/harvester_rpc_api.py | 0 {src => chia}/rpc/harvester_rpc_client.py | 0 {src => chia}/rpc/rpc_client.py | 0 {src => chia}/rpc/rpc_server.py | 0 {src => chia}/rpc/wallet_rpc_api.py | 0 {src => chia}/rpc/wallet_rpc_client.py | 0 {src => chia}/server/__init__.py | 0 {src => chia}/server/address_manager.py | 0 {src => chia}/server/address_manager_store.py | 0 {src => chia}/server/connection_utils.py | 0 {src => chia}/server/introducer_peers.py | 0 {src => chia}/server/node_discovery.py | 0 {src => chia}/server/outbound_message.py | 0 {src => chia}/server/rate_limits.py | 0 {src => chia}/server/reconnect_task.py | 0 {src => chia}/server/server.py | 0 {src => chia}/server/ssl_context.py | 0 {src => chia}/server/start_farmer.py | 0 {src => chia}/server/start_full_node.py | 0 {src => chia}/server/start_harvester.py | 0 {src => chia}/server/start_introducer.py | 0 {src => chia}/server/start_service.py | 0 {src => chia}/server/start_timelord.py | 0 {src => chia}/server/start_wallet.py | 0 {src => chia}/server/upnp.py | 0 {src => chia}/server/ws_connection.py | 0 {src => chia}/simulator/__init__.py | 0 {src => chia}/simulator/full_node_simulator.py | 0 {src => chia}/simulator/simulator_constants.py | 0 {src => chia}/simulator/simulator_protocol.py | 0 {src => chia}/simulator/start_simulator.py | 0 {src => chia}/ssl/chia_ca.crt | 0 {src => chia}/ssl/chia_ca.key | 0 {src => chia}/ssl/create_ssl.py | 0 {src => chia}/ssl/dst_root_ca.pem | 0 {src => chia}/timelord/__init__.py | 0 {src => chia}/timelord/iters_from_block.py | 0 {src => chia}/timelord/timelord.py | 0 {src => chia}/timelord/timelord_api.py | 0 {src => chia}/timelord/timelord_launcher.py | 0 {src => chia}/timelord/timelord_state.py | 0 {src => chia}/timelord/types.py | 0 {src => chia}/types/__init__.py | 0 {src => chia}/types/announcement.py | 0 {src => chia}/types/blockchain_format/__init__.py | 0 {src => chia}/types/blockchain_format/classgroup.py | 0 {src => chia}/types/blockchain_format/coin.py | 0 {src => chia}/types/blockchain_format/foliage.py | 0 {src => chia}/types/blockchain_format/pool_target.py | 0 {src => chia}/types/blockchain_format/program.py | 0 {src => chia}/types/blockchain_format/proof_of_space.py | 0 {src => chia}/types/blockchain_format/reward_chain_block.py | 0 {src => chia}/types/blockchain_format/sized_bytes.py | 0 {src => chia}/types/blockchain_format/slots.py | 0 {src => chia}/types/blockchain_format/sub_epoch_summary.py | 0 {src => chia}/types/blockchain_format/tree_hash.py | 0 {src => chia}/types/blockchain_format/vdf.py | 0 {src => chia}/types/coin_record.py | 0 {src => chia}/types/coin_solution.py | 0 {src => chia}/types/condition_opcodes.py | 0 {src => chia}/types/condition_var_pair.py | 0 {src => chia}/types/end_of_slot_bundle.py | 0 {src => chia}/types/full_block.py | 0 {src => chia}/types/header_block.py | 0 {src => chia}/types/mempool_inclusion_status.py | 0 {src => chia}/types/mempool_item.py | 0 {src => chia}/types/name_puzzle_condition.py | 0 {src => chia}/types/peer_info.py | 0 {src => chia}/types/spend_bundle.py | 0 {src => chia}/types/unfinished_block.py | 0 {src => chia}/types/unfinished_header_block.py | 0 {src => chia}/types/weight_proof.py | 0 {src => chia}/util/__init__.py | 0 {src => chia}/util/api_decorators.py | 0 {src => chia}/util/bech32m.py | 0 {src => chia}/util/block_cache.py | 0 {src => chia}/util/block_tools.py | 0 {src => chia}/util/byte_types.py | 0 {src => chia}/util/chain_utils.py | 0 {src => chia}/util/chia_logging.py | 0 {src => chia}/util/clvm.py | 0 {src => chia}/util/condition_tools.py | 0 {src => chia}/util/config.py | 0 {src => chia}/util/create_alert_file.py | 0 {src => chia}/util/default_root.py | 0 {src => chia}/util/english.txt | 0 {src => chia}/util/errors.py | 0 {src => chia}/util/hash.py | 0 {src => chia}/util/initial-config.yaml | 0 {src => chia}/util/ints.py | 0 {src => chia}/util/json_util.py | 0 {src => chia}/util/keychain.py | 0 {src => chia}/util/lru_cache.py | 0 {src => chia}/util/make_test_constants.py | 0 {src => chia}/util/merkle_set.py | 0 {src => chia}/util/misc.py | 0 {src => chia}/util/network.py | 0 {src => chia}/util/partial_func.py | 0 {src => chia}/util/path.py | 0 {src => chia}/util/pip_import.py | 0 {src => chia}/util/prev_transaction_block.py | 0 {src => chia}/util/recursive_replace.py | 0 {src => chia}/util/service_groups.py | 0 {src => chia}/util/setproctitle.py | 0 {src => chia}/util/significant_bits.py | 0 {src => chia}/util/streamable.py | 0 {src => chia}/util/struct_stream.py | 0 {src => chia}/util/type_checking.py | 0 {src => chia}/util/validate_alert.py | 0 {src => chia}/util/vdf_prover.py | 0 {src => chia}/util/wallet_tools.py | 0 {src => chia}/util/ws_message.py | 0 {src => chia}/wallet/__init__.py | 0 {src => chia}/wallet/block_record.py | 0 {src => chia}/wallet/cc_wallet/__init__.py | 0 {src => chia}/wallet/cc_wallet/cc_info.py | 0 {src => chia}/wallet/cc_wallet/cc_utils.py | 0 {src => chia}/wallet/cc_wallet/cc_wallet.py | 0 {src => chia}/wallet/cc_wallet/ccparent.py | 0 {src => chia}/wallet/cc_wallet/debug_spend_bundle.py | 0 {src => chia}/wallet/chialisp.py | 0 {src => chia}/wallet/derivation_record.py | 0 {src => chia}/wallet/derive_keys.py | 0 {src => chia}/wallet/key_val_store.py | 0 {src => chia}/wallet/puzzles/__init__.py | 0 {src => chia}/wallet/puzzles/calculate_synthetic_public_key.clvm | 0 .../wallet/puzzles/calculate_synthetic_public_key.clvm.hex | 0 .../puzzles/calculate_synthetic_public_key.clvm.hex.sha256tree | 0 {src => chia}/wallet/puzzles/cc.clvm | 0 {src => chia}/wallet/puzzles/cc.clvm.hex | 0 {src => chia}/wallet/puzzles/cc.clvm.hex.sha256tree | 0 {src => chia}/wallet/puzzles/cc_loader.py | 0 {src => chia}/wallet/puzzles/chialisp_deserialisation.clvm | 0 {src => chia}/wallet/puzzles/chialisp_deserialisation.clvm.hex | 0 .../wallet/puzzles/chialisp_deserialisation.clvm.hex.sha256tree | 0 {src => chia}/wallet/puzzles/condition_codes.clvm | 0 {src => chia}/wallet/puzzles/create-lock-puzzlehash.clvm | 0 .../wallet/puzzles/create-lock-puzzlehash.clvm.hex.sha256tree | 0 {src => chia}/wallet/puzzles/generator_for_single_coin.clvm | 0 .../wallet/puzzles/generator_for_single_coin.clvm..hex.sha256tree | 0 {src => chia}/wallet/puzzles/generator_for_single_coin.clvm.hex | 0 .../wallet/puzzles/generator_for_single_coin.clvm.hex.sha256tree | 0 {src => chia}/wallet/puzzles/generator_loader.py | 0 {src => chia}/wallet/puzzles/genesis-by-coin-id-with-0.clvm | 0 {src => chia}/wallet/puzzles/genesis-by-coin-id-with-0.clvm.hex | 0 .../wallet/puzzles/genesis-by-coin-id-with-0.clvm.hex.sha256tree | 0 {src => chia}/wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm | 0 .../wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm.hex | 0 .../puzzles/genesis-by-puzzle-hash-with-0.clvm.hex.sha256tree | 0 {src => chia}/wallet/puzzles/genesis_by_coin_id_with_0.py | 0 {src => chia}/wallet/puzzles/genesis_by_puzzle_hash_with_0.py | 0 {src => chia}/wallet/puzzles/load_clvm.py | 0 {src => chia}/wallet/puzzles/lock.inner.puzzle.clvm | 0 {src => chia}/wallet/puzzles/lock.inner.puzzle.clvm.hex | 0 .../wallet/puzzles/lock.inner.puzzle.clvm.hex.sha256tree | 0 {src => chia}/wallet/puzzles/lowlevel_generator.py | 0 {src => chia}/wallet/puzzles/p2_conditions.clvm | 0 {src => chia}/wallet/puzzles/p2_conditions.clvm.hex | 0 {src => chia}/wallet/puzzles/p2_conditions.clvm.hex.sha256tree | 0 {src => chia}/wallet/puzzles/p2_conditions.py | 0 {src => chia}/wallet/puzzles/p2_delegated_conditions.clvm | 0 {src => chia}/wallet/puzzles/p2_delegated_conditions.clvm.hex | 0 .../wallet/puzzles/p2_delegated_conditions.clvm.hex.sha256tree | 0 {src => chia}/wallet/puzzles/p2_delegated_conditions.py | 0 {src => chia}/wallet/puzzles/p2_delegated_puzzle.clvm | 0 {src => chia}/wallet/puzzles/p2_delegated_puzzle.clvm.hex | 0 .../wallet/puzzles/p2_delegated_puzzle.clvm.hex.sha256tree | 0 {src => chia}/wallet/puzzles/p2_delegated_puzzle.py | 0 .../wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm | 0 .../wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm.hex | 0 .../p2_delegated_puzzle_or_hidden_puzzle.clvm.hex.sha256tree | 0 .../wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.py | 0 {src => chia}/wallet/puzzles/p2_m_of_n_delegate_direct.clvm | 0 {src => chia}/wallet/puzzles/p2_m_of_n_delegate_direct.clvm.hex | 0 .../wallet/puzzles/p2_m_of_n_delegate_direct.clvm.hex.sha256tree | 0 {src => chia}/wallet/puzzles/p2_m_of_n_delegate_direct.py | 0 {src => chia}/wallet/puzzles/p2_puzzle_hash.clvm | 0 {src => chia}/wallet/puzzles/p2_puzzle_hash.clvm.hex | 0 {src => chia}/wallet/puzzles/p2_puzzle_hash.clvm.hex.sha256tree | 0 {src => chia}/wallet/puzzles/p2_puzzle_hash.py | 0 {src => chia}/wallet/puzzles/prefarm/make_prefarm_ph.py | 0 {src => chia}/wallet/puzzles/prefarm/spend_prefarm.py | 0 {src => chia}/wallet/puzzles/puzzle_utils.py | 0 {src => chia}/wallet/puzzles/recompile-all.sh | 0 {src => chia}/wallet/puzzles/rl.clvm | 0 {src => chia}/wallet/puzzles/rl.clvm.hex | 0 {src => chia}/wallet/puzzles/rl.clvm.hex.sha256tree | 0 {src => chia}/wallet/puzzles/rl_aggregation.clvm | 0 {src => chia}/wallet/puzzles/rl_aggregation.clvm.hex | 0 {src => chia}/wallet/puzzles/rl_aggregation.clvm.hex.sha256tree | 0 {src => chia}/wallet/puzzles/sha256tree_module.clvm | 0 {src => chia}/wallet/puzzles/sha256tree_module.clvm.hex | 0 .../wallet/puzzles/sha256tree_module.clvm.hex.sha256tree | 0 {src => chia}/wallet/puzzles/test_cc.py | 0 {src => chia}/wallet/rl_wallet/__init__.py | 0 {src => chia}/wallet/rl_wallet/rl_wallet.py | 0 {src => chia}/wallet/rl_wallet/rl_wallet_puzzles.py | 0 {src => chia}/wallet/secret_key_store.py | 0 {src => chia}/wallet/settings/default_settings.py | 0 {src => chia}/wallet/settings/settings_objects.py | 0 {src => chia}/wallet/settings/user_settings.py | 0 {src => chia}/wallet/sign_coin_solutions.py | 0 {src => chia}/wallet/trade_manager.py | 0 {src => chia}/wallet/trade_record.py | 0 {src => chia}/wallet/trading/__init__.py | 0 {src => chia}/wallet/trading/trade_status.py | 0 {src => chia}/wallet/trading/trade_store.py | 0 {src => chia}/wallet/transaction_record.py | 0 {src => chia}/wallet/util/__init__.py | 0 {src => chia}/wallet/util/backup_utils.py | 0 {src => chia}/wallet/util/trade_utils.py | 0 {src => chia}/wallet/util/transaction_type.py | 0 {src => chia}/wallet/util/wallet_types.py | 0 {src => chia}/wallet/wallet.py | 0 {src => chia}/wallet/wallet_action.py | 0 {src => chia}/wallet/wallet_action_store.py | 0 {src => chia}/wallet/wallet_block_store.py | 0 {src => chia}/wallet/wallet_blockchain.py | 0 {src => chia}/wallet/wallet_coin_record.py | 0 {src => chia}/wallet/wallet_coin_store.py | 0 {src => chia}/wallet/wallet_info.py | 0 {src => chia}/wallet/wallet_node.py | 0 {src => chia}/wallet/wallet_node_api.py | 0 {src => chia}/wallet/wallet_puzzle_store.py | 0 {src => chia}/wallet/wallet_state_manager.py | 0 {src => chia}/wallet/wallet_sync_store.py | 0 {src => chia}/wallet/wallet_transaction_store.py | 0 {src => chia}/wallet/wallet_user_store.py | 0 319 files changed, 0 insertions(+), 0 deletions(-) rename {src => chia}/__init__.py (100%) rename {src => chia}/cmds/__init__.py (100%) rename {src => chia}/cmds/chia.py (100%) rename {src => chia}/cmds/configure.py (100%) rename {src => chia}/cmds/farm.py (100%) rename {src => chia}/cmds/farm_funcs.py (100%) rename {src => chia}/cmds/init.py (100%) rename {src => chia}/cmds/init_funcs.py (100%) rename {src => chia}/cmds/keys.py (100%) rename {src => chia}/cmds/keys_funcs.py (100%) rename {src => chia}/cmds/netspace.py (100%) rename {src => chia}/cmds/netspace_funcs.py (100%) rename {src => chia}/cmds/plots.py (100%) rename {src => chia}/cmds/show.py (100%) rename {src => chia}/cmds/start.py (100%) rename {src => chia}/cmds/start_funcs.py (100%) rename {src => chia}/cmds/stop.py (100%) rename {src => chia}/cmds/units.py (100%) rename {src => chia}/cmds/wallet.py (100%) rename {src => chia}/cmds/wallet_funcs.py (100%) rename {src => chia}/consensus/__init__.py (100%) rename {src => chia}/consensus/block_body_validation.py (100%) rename {src => chia}/consensus/block_creation.py (100%) rename {src => chia}/consensus/block_header_validation.py (100%) rename {src => chia}/consensus/block_record.py (100%) rename {src => chia}/consensus/block_rewards.py (100%) rename {src => chia}/consensus/block_root_validation.py (100%) rename {src => chia}/consensus/blockchain.py (100%) rename {src => chia}/consensus/blockchain_check_conditions.py (100%) rename {src => chia}/consensus/blockchain_interface.py (100%) rename {src => chia}/consensus/coinbase.py (100%) rename {src => chia}/consensus/condition_costs.py (100%) rename {src => chia}/consensus/constants.py (100%) rename {src => chia}/consensus/cost_calculator.py (100%) rename {src => chia}/consensus/default_constants.py (100%) rename {src => chia}/consensus/deficit.py (100%) rename {src => chia}/consensus/difficulty_adjustment.py (100%) rename {src => chia}/consensus/find_fork_point.py (100%) rename {src => chia}/consensus/full_block_to_block_record.py (100%) rename {src => chia}/consensus/get_block_challenge.py (100%) rename {src => chia}/consensus/make_sub_epoch_summary.py (100%) rename {src => chia}/consensus/multiprocess_validation.py (100%) rename {src => chia}/consensus/network_type.py (100%) rename {src => chia}/consensus/pos_quality.py (100%) rename {src => chia}/consensus/pot_iterations.py (100%) rename {src => chia}/consensus/vdf_info_computation.py (100%) rename {src => chia}/daemon/__init__.py (100%) rename {src => chia}/daemon/client.py (100%) rename {src => chia}/daemon/server.py (100%) rename {src => chia}/daemon/windows_signal.py (100%) rename {src => chia}/farmer/__init__.py (100%) rename {src => chia}/farmer/farmer.py (100%) rename {src => chia}/farmer/farmer_api.py (100%) rename {src => chia}/full_node/__init__.py (100%) rename {src => chia}/full_node/block_store.py (100%) rename {src => chia}/full_node/bundle_tools.py (100%) rename {src => chia}/full_node/coin_store.py (100%) rename {src => chia}/full_node/full_node.py (100%) rename {src => chia}/full_node/full_node_api.py (100%) rename {src => chia}/full_node/full_node_store.py (100%) rename {src => chia}/full_node/mempool.py (100%) rename {src => chia}/full_node/mempool_check_conditions.py (100%) rename {src => chia}/full_node/mempool_manager.py (100%) rename {src => chia}/full_node/signage_point.py (100%) rename {src => chia}/full_node/sync_store.py (100%) rename {src => chia}/full_node/weight_proof.py (100%) rename {src => chia}/harvester/__init__.py (100%) rename {src => chia}/harvester/harvester.py (100%) rename {src => chia}/harvester/harvester_api.py (100%) rename {src => chia}/introducer/__init__.py (100%) rename {src => chia}/introducer/introducer.py (100%) rename {src => chia}/introducer/introducer_api.py (100%) rename {src => chia}/plotting/check_plots.py (100%) rename {src => chia}/plotting/create_plots.py (100%) rename {src => chia}/plotting/plot_tools.py (100%) rename {src => chia}/protocols/__init__.py (100%) rename {src => chia}/protocols/farmer_protocol.py (100%) rename {src => chia}/protocols/full_node_protocol.py (100%) rename {src => chia}/protocols/harvester_protocol.py (100%) rename {src => chia}/protocols/introducer_protocol.py (100%) rename {src => chia}/protocols/pool_protocol.py (100%) rename {src => chia}/protocols/protocol_message_types.py (100%) rename {src => chia}/protocols/shared_protocol.py (100%) rename {src => chia}/protocols/timelord_protocol.py (100%) rename {src => chia}/protocols/wallet_protocol.py (100%) rename {src => chia}/pyinstaller.spec (100%) rename {src => chia}/rpc/__init__.py (100%) rename {src => chia}/rpc/farmer_rpc_api.py (100%) rename {src => chia}/rpc/farmer_rpc_client.py (100%) rename {src => chia}/rpc/full_node_rpc_api.py (100%) rename {src => chia}/rpc/full_node_rpc_client.py (100%) rename {src => chia}/rpc/harvester_rpc_api.py (100%) rename {src => chia}/rpc/harvester_rpc_client.py (100%) rename {src => chia}/rpc/rpc_client.py (100%) rename {src => chia}/rpc/rpc_server.py (100%) rename {src => chia}/rpc/wallet_rpc_api.py (100%) rename {src => chia}/rpc/wallet_rpc_client.py (100%) rename {src => chia}/server/__init__.py (100%) rename {src => chia}/server/address_manager.py (100%) rename {src => chia}/server/address_manager_store.py (100%) rename {src => chia}/server/connection_utils.py (100%) rename {src => chia}/server/introducer_peers.py (100%) rename {src => chia}/server/node_discovery.py (100%) rename {src => chia}/server/outbound_message.py (100%) rename {src => chia}/server/rate_limits.py (100%) rename {src => chia}/server/reconnect_task.py (100%) rename {src => chia}/server/server.py (100%) rename {src => chia}/server/ssl_context.py (100%) rename {src => chia}/server/start_farmer.py (100%) rename {src => chia}/server/start_full_node.py (100%) rename {src => chia}/server/start_harvester.py (100%) rename {src => chia}/server/start_introducer.py (100%) rename {src => chia}/server/start_service.py (100%) rename {src => chia}/server/start_timelord.py (100%) rename {src => chia}/server/start_wallet.py (100%) rename {src => chia}/server/upnp.py (100%) rename {src => chia}/server/ws_connection.py (100%) rename {src => chia}/simulator/__init__.py (100%) rename {src => chia}/simulator/full_node_simulator.py (100%) rename {src => chia}/simulator/simulator_constants.py (100%) rename {src => chia}/simulator/simulator_protocol.py (100%) rename {src => chia}/simulator/start_simulator.py (100%) rename {src => chia}/ssl/chia_ca.crt (100%) rename {src => chia}/ssl/chia_ca.key (100%) rename {src => chia}/ssl/create_ssl.py (100%) rename {src => chia}/ssl/dst_root_ca.pem (100%) rename {src => chia}/timelord/__init__.py (100%) rename {src => chia}/timelord/iters_from_block.py (100%) rename {src => chia}/timelord/timelord.py (100%) rename {src => chia}/timelord/timelord_api.py (100%) rename {src => chia}/timelord/timelord_launcher.py (100%) rename {src => chia}/timelord/timelord_state.py (100%) rename {src => chia}/timelord/types.py (100%) rename {src => chia}/types/__init__.py (100%) rename {src => chia}/types/announcement.py (100%) rename {src => chia}/types/blockchain_format/__init__.py (100%) rename {src => chia}/types/blockchain_format/classgroup.py (100%) rename {src => chia}/types/blockchain_format/coin.py (100%) rename {src => chia}/types/blockchain_format/foliage.py (100%) rename {src => chia}/types/blockchain_format/pool_target.py (100%) rename {src => chia}/types/blockchain_format/program.py (100%) rename {src => chia}/types/blockchain_format/proof_of_space.py (100%) rename {src => chia}/types/blockchain_format/reward_chain_block.py (100%) rename {src => chia}/types/blockchain_format/sized_bytes.py (100%) rename {src => chia}/types/blockchain_format/slots.py (100%) rename {src => chia}/types/blockchain_format/sub_epoch_summary.py (100%) rename {src => chia}/types/blockchain_format/tree_hash.py (100%) rename {src => chia}/types/blockchain_format/vdf.py (100%) rename {src => chia}/types/coin_record.py (100%) rename {src => chia}/types/coin_solution.py (100%) rename {src => chia}/types/condition_opcodes.py (100%) rename {src => chia}/types/condition_var_pair.py (100%) rename {src => chia}/types/end_of_slot_bundle.py (100%) rename {src => chia}/types/full_block.py (100%) rename {src => chia}/types/header_block.py (100%) rename {src => chia}/types/mempool_inclusion_status.py (100%) rename {src => chia}/types/mempool_item.py (100%) rename {src => chia}/types/name_puzzle_condition.py (100%) rename {src => chia}/types/peer_info.py (100%) rename {src => chia}/types/spend_bundle.py (100%) rename {src => chia}/types/unfinished_block.py (100%) rename {src => chia}/types/unfinished_header_block.py (100%) rename {src => chia}/types/weight_proof.py (100%) rename {src => chia}/util/__init__.py (100%) rename {src => chia}/util/api_decorators.py (100%) rename {src => chia}/util/bech32m.py (100%) rename {src => chia}/util/block_cache.py (100%) rename {src => chia}/util/block_tools.py (100%) rename {src => chia}/util/byte_types.py (100%) rename {src => chia}/util/chain_utils.py (100%) rename {src => chia}/util/chia_logging.py (100%) rename {src => chia}/util/clvm.py (100%) rename {src => chia}/util/condition_tools.py (100%) rename {src => chia}/util/config.py (100%) rename {src => chia}/util/create_alert_file.py (100%) rename {src => chia}/util/default_root.py (100%) rename {src => chia}/util/english.txt (100%) rename {src => chia}/util/errors.py (100%) rename {src => chia}/util/hash.py (100%) rename {src => chia}/util/initial-config.yaml (100%) rename {src => chia}/util/ints.py (100%) rename {src => chia}/util/json_util.py (100%) rename {src => chia}/util/keychain.py (100%) rename {src => chia}/util/lru_cache.py (100%) rename {src => chia}/util/make_test_constants.py (100%) rename {src => chia}/util/merkle_set.py (100%) rename {src => chia}/util/misc.py (100%) rename {src => chia}/util/network.py (100%) rename {src => chia}/util/partial_func.py (100%) rename {src => chia}/util/path.py (100%) rename {src => chia}/util/pip_import.py (100%) rename {src => chia}/util/prev_transaction_block.py (100%) rename {src => chia}/util/recursive_replace.py (100%) rename {src => chia}/util/service_groups.py (100%) rename {src => chia}/util/setproctitle.py (100%) rename {src => chia}/util/significant_bits.py (100%) rename {src => chia}/util/streamable.py (100%) rename {src => chia}/util/struct_stream.py (100%) rename {src => chia}/util/type_checking.py (100%) rename {src => chia}/util/validate_alert.py (100%) rename {src => chia}/util/vdf_prover.py (100%) rename {src => chia}/util/wallet_tools.py (100%) rename {src => chia}/util/ws_message.py (100%) rename {src => chia}/wallet/__init__.py (100%) rename {src => chia}/wallet/block_record.py (100%) rename {src => chia}/wallet/cc_wallet/__init__.py (100%) rename {src => chia}/wallet/cc_wallet/cc_info.py (100%) rename {src => chia}/wallet/cc_wallet/cc_utils.py (100%) rename {src => chia}/wallet/cc_wallet/cc_wallet.py (100%) rename {src => chia}/wallet/cc_wallet/ccparent.py (100%) rename {src => chia}/wallet/cc_wallet/debug_spend_bundle.py (100%) rename {src => chia}/wallet/chialisp.py (100%) rename {src => chia}/wallet/derivation_record.py (100%) rename {src => chia}/wallet/derive_keys.py (100%) rename {src => chia}/wallet/key_val_store.py (100%) rename {src => chia}/wallet/puzzles/__init__.py (100%) rename {src => chia}/wallet/puzzles/calculate_synthetic_public_key.clvm (100%) rename {src => chia}/wallet/puzzles/calculate_synthetic_public_key.clvm.hex (100%) rename {src => chia}/wallet/puzzles/calculate_synthetic_public_key.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/cc.clvm (100%) rename {src => chia}/wallet/puzzles/cc.clvm.hex (100%) rename {src => chia}/wallet/puzzles/cc.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/cc_loader.py (100%) rename {src => chia}/wallet/puzzles/chialisp_deserialisation.clvm (100%) rename {src => chia}/wallet/puzzles/chialisp_deserialisation.clvm.hex (100%) rename {src => chia}/wallet/puzzles/chialisp_deserialisation.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/condition_codes.clvm (100%) rename {src => chia}/wallet/puzzles/create-lock-puzzlehash.clvm (100%) rename {src => chia}/wallet/puzzles/create-lock-puzzlehash.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/generator_for_single_coin.clvm (100%) rename {src => chia}/wallet/puzzles/generator_for_single_coin.clvm..hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/generator_for_single_coin.clvm.hex (100%) rename {src => chia}/wallet/puzzles/generator_for_single_coin.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/generator_loader.py (100%) rename {src => chia}/wallet/puzzles/genesis-by-coin-id-with-0.clvm (100%) rename {src => chia}/wallet/puzzles/genesis-by-coin-id-with-0.clvm.hex (100%) rename {src => chia}/wallet/puzzles/genesis-by-coin-id-with-0.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm (100%) rename {src => chia}/wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm.hex (100%) rename {src => chia}/wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/genesis_by_coin_id_with_0.py (100%) rename {src => chia}/wallet/puzzles/genesis_by_puzzle_hash_with_0.py (100%) rename {src => chia}/wallet/puzzles/load_clvm.py (100%) rename {src => chia}/wallet/puzzles/lock.inner.puzzle.clvm (100%) rename {src => chia}/wallet/puzzles/lock.inner.puzzle.clvm.hex (100%) rename {src => chia}/wallet/puzzles/lock.inner.puzzle.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/lowlevel_generator.py (100%) rename {src => chia}/wallet/puzzles/p2_conditions.clvm (100%) rename {src => chia}/wallet/puzzles/p2_conditions.clvm.hex (100%) rename {src => chia}/wallet/puzzles/p2_conditions.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/p2_conditions.py (100%) rename {src => chia}/wallet/puzzles/p2_delegated_conditions.clvm (100%) rename {src => chia}/wallet/puzzles/p2_delegated_conditions.clvm.hex (100%) rename {src => chia}/wallet/puzzles/p2_delegated_conditions.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/p2_delegated_conditions.py (100%) rename {src => chia}/wallet/puzzles/p2_delegated_puzzle.clvm (100%) rename {src => chia}/wallet/puzzles/p2_delegated_puzzle.clvm.hex (100%) rename {src => chia}/wallet/puzzles/p2_delegated_puzzle.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/p2_delegated_puzzle.py (100%) rename {src => chia}/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm (100%) rename {src => chia}/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm.hex (100%) rename {src => chia}/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.py (100%) rename {src => chia}/wallet/puzzles/p2_m_of_n_delegate_direct.clvm (100%) rename {src => chia}/wallet/puzzles/p2_m_of_n_delegate_direct.clvm.hex (100%) rename {src => chia}/wallet/puzzles/p2_m_of_n_delegate_direct.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/p2_m_of_n_delegate_direct.py (100%) rename {src => chia}/wallet/puzzles/p2_puzzle_hash.clvm (100%) rename {src => chia}/wallet/puzzles/p2_puzzle_hash.clvm.hex (100%) rename {src => chia}/wallet/puzzles/p2_puzzle_hash.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/p2_puzzle_hash.py (100%) rename {src => chia}/wallet/puzzles/prefarm/make_prefarm_ph.py (100%) rename {src => chia}/wallet/puzzles/prefarm/spend_prefarm.py (100%) rename {src => chia}/wallet/puzzles/puzzle_utils.py (100%) rename {src => chia}/wallet/puzzles/recompile-all.sh (100%) rename {src => chia}/wallet/puzzles/rl.clvm (100%) rename {src => chia}/wallet/puzzles/rl.clvm.hex (100%) rename {src => chia}/wallet/puzzles/rl.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/rl_aggregation.clvm (100%) rename {src => chia}/wallet/puzzles/rl_aggregation.clvm.hex (100%) rename {src => chia}/wallet/puzzles/rl_aggregation.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/sha256tree_module.clvm (100%) rename {src => chia}/wallet/puzzles/sha256tree_module.clvm.hex (100%) rename {src => chia}/wallet/puzzles/sha256tree_module.clvm.hex.sha256tree (100%) rename {src => chia}/wallet/puzzles/test_cc.py (100%) rename {src => chia}/wallet/rl_wallet/__init__.py (100%) rename {src => chia}/wallet/rl_wallet/rl_wallet.py (100%) rename {src => chia}/wallet/rl_wallet/rl_wallet_puzzles.py (100%) rename {src => chia}/wallet/secret_key_store.py (100%) rename {src => chia}/wallet/settings/default_settings.py (100%) rename {src => chia}/wallet/settings/settings_objects.py (100%) rename {src => chia}/wallet/settings/user_settings.py (100%) rename {src => chia}/wallet/sign_coin_solutions.py (100%) rename {src => chia}/wallet/trade_manager.py (100%) rename {src => chia}/wallet/trade_record.py (100%) rename {src => chia}/wallet/trading/__init__.py (100%) rename {src => chia}/wallet/trading/trade_status.py (100%) rename {src => chia}/wallet/trading/trade_store.py (100%) rename {src => chia}/wallet/transaction_record.py (100%) rename {src => chia}/wallet/util/__init__.py (100%) rename {src => chia}/wallet/util/backup_utils.py (100%) rename {src => chia}/wallet/util/trade_utils.py (100%) rename {src => chia}/wallet/util/transaction_type.py (100%) rename {src => chia}/wallet/util/wallet_types.py (100%) rename {src => chia}/wallet/wallet.py (100%) rename {src => chia}/wallet/wallet_action.py (100%) rename {src => chia}/wallet/wallet_action_store.py (100%) rename {src => chia}/wallet/wallet_block_store.py (100%) rename {src => chia}/wallet/wallet_blockchain.py (100%) rename {src => chia}/wallet/wallet_coin_record.py (100%) rename {src => chia}/wallet/wallet_coin_store.py (100%) rename {src => chia}/wallet/wallet_info.py (100%) rename {src => chia}/wallet/wallet_node.py (100%) rename {src => chia}/wallet/wallet_node_api.py (100%) rename {src => chia}/wallet/wallet_puzzle_store.py (100%) rename {src => chia}/wallet/wallet_state_manager.py (100%) rename {src => chia}/wallet/wallet_sync_store.py (100%) rename {src => chia}/wallet/wallet_transaction_store.py (100%) rename {src => chia}/wallet/wallet_user_store.py (100%) diff --git a/src/__init__.py b/chia/__init__.py similarity index 100% rename from src/__init__.py rename to chia/__init__.py diff --git a/src/cmds/__init__.py b/chia/cmds/__init__.py similarity index 100% rename from src/cmds/__init__.py rename to chia/cmds/__init__.py diff --git a/src/cmds/chia.py b/chia/cmds/chia.py similarity index 100% rename from src/cmds/chia.py rename to chia/cmds/chia.py diff --git a/src/cmds/configure.py b/chia/cmds/configure.py similarity index 100% rename from src/cmds/configure.py rename to chia/cmds/configure.py diff --git a/src/cmds/farm.py b/chia/cmds/farm.py similarity index 100% rename from src/cmds/farm.py rename to chia/cmds/farm.py diff --git a/src/cmds/farm_funcs.py b/chia/cmds/farm_funcs.py similarity index 100% rename from src/cmds/farm_funcs.py rename to chia/cmds/farm_funcs.py diff --git a/src/cmds/init.py b/chia/cmds/init.py similarity index 100% rename from src/cmds/init.py rename to chia/cmds/init.py diff --git a/src/cmds/init_funcs.py b/chia/cmds/init_funcs.py similarity index 100% rename from src/cmds/init_funcs.py rename to chia/cmds/init_funcs.py diff --git a/src/cmds/keys.py b/chia/cmds/keys.py similarity index 100% rename from src/cmds/keys.py rename to chia/cmds/keys.py diff --git a/src/cmds/keys_funcs.py b/chia/cmds/keys_funcs.py similarity index 100% rename from src/cmds/keys_funcs.py rename to chia/cmds/keys_funcs.py diff --git a/src/cmds/netspace.py b/chia/cmds/netspace.py similarity index 100% rename from src/cmds/netspace.py rename to chia/cmds/netspace.py diff --git a/src/cmds/netspace_funcs.py b/chia/cmds/netspace_funcs.py similarity index 100% rename from src/cmds/netspace_funcs.py rename to chia/cmds/netspace_funcs.py diff --git a/src/cmds/plots.py b/chia/cmds/plots.py similarity index 100% rename from src/cmds/plots.py rename to chia/cmds/plots.py diff --git a/src/cmds/show.py b/chia/cmds/show.py similarity index 100% rename from src/cmds/show.py rename to chia/cmds/show.py diff --git a/src/cmds/start.py b/chia/cmds/start.py similarity index 100% rename from src/cmds/start.py rename to chia/cmds/start.py diff --git a/src/cmds/start_funcs.py b/chia/cmds/start_funcs.py similarity index 100% rename from src/cmds/start_funcs.py rename to chia/cmds/start_funcs.py diff --git a/src/cmds/stop.py b/chia/cmds/stop.py similarity index 100% rename from src/cmds/stop.py rename to chia/cmds/stop.py diff --git a/src/cmds/units.py b/chia/cmds/units.py similarity index 100% rename from src/cmds/units.py rename to chia/cmds/units.py diff --git a/src/cmds/wallet.py b/chia/cmds/wallet.py similarity index 100% rename from src/cmds/wallet.py rename to chia/cmds/wallet.py diff --git a/src/cmds/wallet_funcs.py b/chia/cmds/wallet_funcs.py similarity index 100% rename from src/cmds/wallet_funcs.py rename to chia/cmds/wallet_funcs.py diff --git a/src/consensus/__init__.py b/chia/consensus/__init__.py similarity index 100% rename from src/consensus/__init__.py rename to chia/consensus/__init__.py diff --git a/src/consensus/block_body_validation.py b/chia/consensus/block_body_validation.py similarity index 100% rename from src/consensus/block_body_validation.py rename to chia/consensus/block_body_validation.py diff --git a/src/consensus/block_creation.py b/chia/consensus/block_creation.py similarity index 100% rename from src/consensus/block_creation.py rename to chia/consensus/block_creation.py diff --git a/src/consensus/block_header_validation.py b/chia/consensus/block_header_validation.py similarity index 100% rename from src/consensus/block_header_validation.py rename to chia/consensus/block_header_validation.py diff --git a/src/consensus/block_record.py b/chia/consensus/block_record.py similarity index 100% rename from src/consensus/block_record.py rename to chia/consensus/block_record.py diff --git a/src/consensus/block_rewards.py b/chia/consensus/block_rewards.py similarity index 100% rename from src/consensus/block_rewards.py rename to chia/consensus/block_rewards.py diff --git a/src/consensus/block_root_validation.py b/chia/consensus/block_root_validation.py similarity index 100% rename from src/consensus/block_root_validation.py rename to chia/consensus/block_root_validation.py diff --git a/src/consensus/blockchain.py b/chia/consensus/blockchain.py similarity index 100% rename from src/consensus/blockchain.py rename to chia/consensus/blockchain.py diff --git a/src/consensus/blockchain_check_conditions.py b/chia/consensus/blockchain_check_conditions.py similarity index 100% rename from src/consensus/blockchain_check_conditions.py rename to chia/consensus/blockchain_check_conditions.py diff --git a/src/consensus/blockchain_interface.py b/chia/consensus/blockchain_interface.py similarity index 100% rename from src/consensus/blockchain_interface.py rename to chia/consensus/blockchain_interface.py diff --git a/src/consensus/coinbase.py b/chia/consensus/coinbase.py similarity index 100% rename from src/consensus/coinbase.py rename to chia/consensus/coinbase.py diff --git a/src/consensus/condition_costs.py b/chia/consensus/condition_costs.py similarity index 100% rename from src/consensus/condition_costs.py rename to chia/consensus/condition_costs.py diff --git a/src/consensus/constants.py b/chia/consensus/constants.py similarity index 100% rename from src/consensus/constants.py rename to chia/consensus/constants.py diff --git a/src/consensus/cost_calculator.py b/chia/consensus/cost_calculator.py similarity index 100% rename from src/consensus/cost_calculator.py rename to chia/consensus/cost_calculator.py diff --git a/src/consensus/default_constants.py b/chia/consensus/default_constants.py similarity index 100% rename from src/consensus/default_constants.py rename to chia/consensus/default_constants.py diff --git a/src/consensus/deficit.py b/chia/consensus/deficit.py similarity index 100% rename from src/consensus/deficit.py rename to chia/consensus/deficit.py diff --git a/src/consensus/difficulty_adjustment.py b/chia/consensus/difficulty_adjustment.py similarity index 100% rename from src/consensus/difficulty_adjustment.py rename to chia/consensus/difficulty_adjustment.py diff --git a/src/consensus/find_fork_point.py b/chia/consensus/find_fork_point.py similarity index 100% rename from src/consensus/find_fork_point.py rename to chia/consensus/find_fork_point.py diff --git a/src/consensus/full_block_to_block_record.py b/chia/consensus/full_block_to_block_record.py similarity index 100% rename from src/consensus/full_block_to_block_record.py rename to chia/consensus/full_block_to_block_record.py diff --git a/src/consensus/get_block_challenge.py b/chia/consensus/get_block_challenge.py similarity index 100% rename from src/consensus/get_block_challenge.py rename to chia/consensus/get_block_challenge.py diff --git a/src/consensus/make_sub_epoch_summary.py b/chia/consensus/make_sub_epoch_summary.py similarity index 100% rename from src/consensus/make_sub_epoch_summary.py rename to chia/consensus/make_sub_epoch_summary.py diff --git a/src/consensus/multiprocess_validation.py b/chia/consensus/multiprocess_validation.py similarity index 100% rename from src/consensus/multiprocess_validation.py rename to chia/consensus/multiprocess_validation.py diff --git a/src/consensus/network_type.py b/chia/consensus/network_type.py similarity index 100% rename from src/consensus/network_type.py rename to chia/consensus/network_type.py diff --git a/src/consensus/pos_quality.py b/chia/consensus/pos_quality.py similarity index 100% rename from src/consensus/pos_quality.py rename to chia/consensus/pos_quality.py diff --git a/src/consensus/pot_iterations.py b/chia/consensus/pot_iterations.py similarity index 100% rename from src/consensus/pot_iterations.py rename to chia/consensus/pot_iterations.py diff --git a/src/consensus/vdf_info_computation.py b/chia/consensus/vdf_info_computation.py similarity index 100% rename from src/consensus/vdf_info_computation.py rename to chia/consensus/vdf_info_computation.py diff --git a/src/daemon/__init__.py b/chia/daemon/__init__.py similarity index 100% rename from src/daemon/__init__.py rename to chia/daemon/__init__.py diff --git a/src/daemon/client.py b/chia/daemon/client.py similarity index 100% rename from src/daemon/client.py rename to chia/daemon/client.py diff --git a/src/daemon/server.py b/chia/daemon/server.py similarity index 100% rename from src/daemon/server.py rename to chia/daemon/server.py diff --git a/src/daemon/windows_signal.py b/chia/daemon/windows_signal.py similarity index 100% rename from src/daemon/windows_signal.py rename to chia/daemon/windows_signal.py diff --git a/src/farmer/__init__.py b/chia/farmer/__init__.py similarity index 100% rename from src/farmer/__init__.py rename to chia/farmer/__init__.py diff --git a/src/farmer/farmer.py b/chia/farmer/farmer.py similarity index 100% rename from src/farmer/farmer.py rename to chia/farmer/farmer.py diff --git a/src/farmer/farmer_api.py b/chia/farmer/farmer_api.py similarity index 100% rename from src/farmer/farmer_api.py rename to chia/farmer/farmer_api.py diff --git a/src/full_node/__init__.py b/chia/full_node/__init__.py similarity index 100% rename from src/full_node/__init__.py rename to chia/full_node/__init__.py diff --git a/src/full_node/block_store.py b/chia/full_node/block_store.py similarity index 100% rename from src/full_node/block_store.py rename to chia/full_node/block_store.py diff --git a/src/full_node/bundle_tools.py b/chia/full_node/bundle_tools.py similarity index 100% rename from src/full_node/bundle_tools.py rename to chia/full_node/bundle_tools.py diff --git a/src/full_node/coin_store.py b/chia/full_node/coin_store.py similarity index 100% rename from src/full_node/coin_store.py rename to chia/full_node/coin_store.py diff --git a/src/full_node/full_node.py b/chia/full_node/full_node.py similarity index 100% rename from src/full_node/full_node.py rename to chia/full_node/full_node.py diff --git a/src/full_node/full_node_api.py b/chia/full_node/full_node_api.py similarity index 100% rename from src/full_node/full_node_api.py rename to chia/full_node/full_node_api.py diff --git a/src/full_node/full_node_store.py b/chia/full_node/full_node_store.py similarity index 100% rename from src/full_node/full_node_store.py rename to chia/full_node/full_node_store.py diff --git a/src/full_node/mempool.py b/chia/full_node/mempool.py similarity index 100% rename from src/full_node/mempool.py rename to chia/full_node/mempool.py diff --git a/src/full_node/mempool_check_conditions.py b/chia/full_node/mempool_check_conditions.py similarity index 100% rename from src/full_node/mempool_check_conditions.py rename to chia/full_node/mempool_check_conditions.py diff --git a/src/full_node/mempool_manager.py b/chia/full_node/mempool_manager.py similarity index 100% rename from src/full_node/mempool_manager.py rename to chia/full_node/mempool_manager.py diff --git a/src/full_node/signage_point.py b/chia/full_node/signage_point.py similarity index 100% rename from src/full_node/signage_point.py rename to chia/full_node/signage_point.py diff --git a/src/full_node/sync_store.py b/chia/full_node/sync_store.py similarity index 100% rename from src/full_node/sync_store.py rename to chia/full_node/sync_store.py diff --git a/src/full_node/weight_proof.py b/chia/full_node/weight_proof.py similarity index 100% rename from src/full_node/weight_proof.py rename to chia/full_node/weight_proof.py diff --git a/src/harvester/__init__.py b/chia/harvester/__init__.py similarity index 100% rename from src/harvester/__init__.py rename to chia/harvester/__init__.py diff --git a/src/harvester/harvester.py b/chia/harvester/harvester.py similarity index 100% rename from src/harvester/harvester.py rename to chia/harvester/harvester.py diff --git a/src/harvester/harvester_api.py b/chia/harvester/harvester_api.py similarity index 100% rename from src/harvester/harvester_api.py rename to chia/harvester/harvester_api.py diff --git a/src/introducer/__init__.py b/chia/introducer/__init__.py similarity index 100% rename from src/introducer/__init__.py rename to chia/introducer/__init__.py diff --git a/src/introducer/introducer.py b/chia/introducer/introducer.py similarity index 100% rename from src/introducer/introducer.py rename to chia/introducer/introducer.py diff --git a/src/introducer/introducer_api.py b/chia/introducer/introducer_api.py similarity index 100% rename from src/introducer/introducer_api.py rename to chia/introducer/introducer_api.py diff --git a/src/plotting/check_plots.py b/chia/plotting/check_plots.py similarity index 100% rename from src/plotting/check_plots.py rename to chia/plotting/check_plots.py diff --git a/src/plotting/create_plots.py b/chia/plotting/create_plots.py similarity index 100% rename from src/plotting/create_plots.py rename to chia/plotting/create_plots.py diff --git a/src/plotting/plot_tools.py b/chia/plotting/plot_tools.py similarity index 100% rename from src/plotting/plot_tools.py rename to chia/plotting/plot_tools.py diff --git a/src/protocols/__init__.py b/chia/protocols/__init__.py similarity index 100% rename from src/protocols/__init__.py rename to chia/protocols/__init__.py diff --git a/src/protocols/farmer_protocol.py b/chia/protocols/farmer_protocol.py similarity index 100% rename from src/protocols/farmer_protocol.py rename to chia/protocols/farmer_protocol.py diff --git a/src/protocols/full_node_protocol.py b/chia/protocols/full_node_protocol.py similarity index 100% rename from src/protocols/full_node_protocol.py rename to chia/protocols/full_node_protocol.py diff --git a/src/protocols/harvester_protocol.py b/chia/protocols/harvester_protocol.py similarity index 100% rename from src/protocols/harvester_protocol.py rename to chia/protocols/harvester_protocol.py diff --git a/src/protocols/introducer_protocol.py b/chia/protocols/introducer_protocol.py similarity index 100% rename from src/protocols/introducer_protocol.py rename to chia/protocols/introducer_protocol.py diff --git a/src/protocols/pool_protocol.py b/chia/protocols/pool_protocol.py similarity index 100% rename from src/protocols/pool_protocol.py rename to chia/protocols/pool_protocol.py diff --git a/src/protocols/protocol_message_types.py b/chia/protocols/protocol_message_types.py similarity index 100% rename from src/protocols/protocol_message_types.py rename to chia/protocols/protocol_message_types.py diff --git a/src/protocols/shared_protocol.py b/chia/protocols/shared_protocol.py similarity index 100% rename from src/protocols/shared_protocol.py rename to chia/protocols/shared_protocol.py diff --git a/src/protocols/timelord_protocol.py b/chia/protocols/timelord_protocol.py similarity index 100% rename from src/protocols/timelord_protocol.py rename to chia/protocols/timelord_protocol.py diff --git a/src/protocols/wallet_protocol.py b/chia/protocols/wallet_protocol.py similarity index 100% rename from src/protocols/wallet_protocol.py rename to chia/protocols/wallet_protocol.py diff --git a/src/pyinstaller.spec b/chia/pyinstaller.spec similarity index 100% rename from src/pyinstaller.spec rename to chia/pyinstaller.spec diff --git a/src/rpc/__init__.py b/chia/rpc/__init__.py similarity index 100% rename from src/rpc/__init__.py rename to chia/rpc/__init__.py diff --git a/src/rpc/farmer_rpc_api.py b/chia/rpc/farmer_rpc_api.py similarity index 100% rename from src/rpc/farmer_rpc_api.py rename to chia/rpc/farmer_rpc_api.py diff --git a/src/rpc/farmer_rpc_client.py b/chia/rpc/farmer_rpc_client.py similarity index 100% rename from src/rpc/farmer_rpc_client.py rename to chia/rpc/farmer_rpc_client.py diff --git a/src/rpc/full_node_rpc_api.py b/chia/rpc/full_node_rpc_api.py similarity index 100% rename from src/rpc/full_node_rpc_api.py rename to chia/rpc/full_node_rpc_api.py diff --git a/src/rpc/full_node_rpc_client.py b/chia/rpc/full_node_rpc_client.py similarity index 100% rename from src/rpc/full_node_rpc_client.py rename to chia/rpc/full_node_rpc_client.py diff --git a/src/rpc/harvester_rpc_api.py b/chia/rpc/harvester_rpc_api.py similarity index 100% rename from src/rpc/harvester_rpc_api.py rename to chia/rpc/harvester_rpc_api.py diff --git a/src/rpc/harvester_rpc_client.py b/chia/rpc/harvester_rpc_client.py similarity index 100% rename from src/rpc/harvester_rpc_client.py rename to chia/rpc/harvester_rpc_client.py diff --git a/src/rpc/rpc_client.py b/chia/rpc/rpc_client.py similarity index 100% rename from src/rpc/rpc_client.py rename to chia/rpc/rpc_client.py diff --git a/src/rpc/rpc_server.py b/chia/rpc/rpc_server.py similarity index 100% rename from src/rpc/rpc_server.py rename to chia/rpc/rpc_server.py diff --git a/src/rpc/wallet_rpc_api.py b/chia/rpc/wallet_rpc_api.py similarity index 100% rename from src/rpc/wallet_rpc_api.py rename to chia/rpc/wallet_rpc_api.py diff --git a/src/rpc/wallet_rpc_client.py b/chia/rpc/wallet_rpc_client.py similarity index 100% rename from src/rpc/wallet_rpc_client.py rename to chia/rpc/wallet_rpc_client.py diff --git a/src/server/__init__.py b/chia/server/__init__.py similarity index 100% rename from src/server/__init__.py rename to chia/server/__init__.py diff --git a/src/server/address_manager.py b/chia/server/address_manager.py similarity index 100% rename from src/server/address_manager.py rename to chia/server/address_manager.py diff --git a/src/server/address_manager_store.py b/chia/server/address_manager_store.py similarity index 100% rename from src/server/address_manager_store.py rename to chia/server/address_manager_store.py diff --git a/src/server/connection_utils.py b/chia/server/connection_utils.py similarity index 100% rename from src/server/connection_utils.py rename to chia/server/connection_utils.py diff --git a/src/server/introducer_peers.py b/chia/server/introducer_peers.py similarity index 100% rename from src/server/introducer_peers.py rename to chia/server/introducer_peers.py diff --git a/src/server/node_discovery.py b/chia/server/node_discovery.py similarity index 100% rename from src/server/node_discovery.py rename to chia/server/node_discovery.py diff --git a/src/server/outbound_message.py b/chia/server/outbound_message.py similarity index 100% rename from src/server/outbound_message.py rename to chia/server/outbound_message.py diff --git a/src/server/rate_limits.py b/chia/server/rate_limits.py similarity index 100% rename from src/server/rate_limits.py rename to chia/server/rate_limits.py diff --git a/src/server/reconnect_task.py b/chia/server/reconnect_task.py similarity index 100% rename from src/server/reconnect_task.py rename to chia/server/reconnect_task.py diff --git a/src/server/server.py b/chia/server/server.py similarity index 100% rename from src/server/server.py rename to chia/server/server.py diff --git a/src/server/ssl_context.py b/chia/server/ssl_context.py similarity index 100% rename from src/server/ssl_context.py rename to chia/server/ssl_context.py diff --git a/src/server/start_farmer.py b/chia/server/start_farmer.py similarity index 100% rename from src/server/start_farmer.py rename to chia/server/start_farmer.py diff --git a/src/server/start_full_node.py b/chia/server/start_full_node.py similarity index 100% rename from src/server/start_full_node.py rename to chia/server/start_full_node.py diff --git a/src/server/start_harvester.py b/chia/server/start_harvester.py similarity index 100% rename from src/server/start_harvester.py rename to chia/server/start_harvester.py diff --git a/src/server/start_introducer.py b/chia/server/start_introducer.py similarity index 100% rename from src/server/start_introducer.py rename to chia/server/start_introducer.py diff --git a/src/server/start_service.py b/chia/server/start_service.py similarity index 100% rename from src/server/start_service.py rename to chia/server/start_service.py diff --git a/src/server/start_timelord.py b/chia/server/start_timelord.py similarity index 100% rename from src/server/start_timelord.py rename to chia/server/start_timelord.py diff --git a/src/server/start_wallet.py b/chia/server/start_wallet.py similarity index 100% rename from src/server/start_wallet.py rename to chia/server/start_wallet.py diff --git a/src/server/upnp.py b/chia/server/upnp.py similarity index 100% rename from src/server/upnp.py rename to chia/server/upnp.py diff --git a/src/server/ws_connection.py b/chia/server/ws_connection.py similarity index 100% rename from src/server/ws_connection.py rename to chia/server/ws_connection.py diff --git a/src/simulator/__init__.py b/chia/simulator/__init__.py similarity index 100% rename from src/simulator/__init__.py rename to chia/simulator/__init__.py diff --git a/src/simulator/full_node_simulator.py b/chia/simulator/full_node_simulator.py similarity index 100% rename from src/simulator/full_node_simulator.py rename to chia/simulator/full_node_simulator.py diff --git a/src/simulator/simulator_constants.py b/chia/simulator/simulator_constants.py similarity index 100% rename from src/simulator/simulator_constants.py rename to chia/simulator/simulator_constants.py diff --git a/src/simulator/simulator_protocol.py b/chia/simulator/simulator_protocol.py similarity index 100% rename from src/simulator/simulator_protocol.py rename to chia/simulator/simulator_protocol.py diff --git a/src/simulator/start_simulator.py b/chia/simulator/start_simulator.py similarity index 100% rename from src/simulator/start_simulator.py rename to chia/simulator/start_simulator.py diff --git a/src/ssl/chia_ca.crt b/chia/ssl/chia_ca.crt similarity index 100% rename from src/ssl/chia_ca.crt rename to chia/ssl/chia_ca.crt diff --git a/src/ssl/chia_ca.key b/chia/ssl/chia_ca.key similarity index 100% rename from src/ssl/chia_ca.key rename to chia/ssl/chia_ca.key diff --git a/src/ssl/create_ssl.py b/chia/ssl/create_ssl.py similarity index 100% rename from src/ssl/create_ssl.py rename to chia/ssl/create_ssl.py diff --git a/src/ssl/dst_root_ca.pem b/chia/ssl/dst_root_ca.pem similarity index 100% rename from src/ssl/dst_root_ca.pem rename to chia/ssl/dst_root_ca.pem diff --git a/src/timelord/__init__.py b/chia/timelord/__init__.py similarity index 100% rename from src/timelord/__init__.py rename to chia/timelord/__init__.py diff --git a/src/timelord/iters_from_block.py b/chia/timelord/iters_from_block.py similarity index 100% rename from src/timelord/iters_from_block.py rename to chia/timelord/iters_from_block.py diff --git a/src/timelord/timelord.py b/chia/timelord/timelord.py similarity index 100% rename from src/timelord/timelord.py rename to chia/timelord/timelord.py diff --git a/src/timelord/timelord_api.py b/chia/timelord/timelord_api.py similarity index 100% rename from src/timelord/timelord_api.py rename to chia/timelord/timelord_api.py diff --git a/src/timelord/timelord_launcher.py b/chia/timelord/timelord_launcher.py similarity index 100% rename from src/timelord/timelord_launcher.py rename to chia/timelord/timelord_launcher.py diff --git a/src/timelord/timelord_state.py b/chia/timelord/timelord_state.py similarity index 100% rename from src/timelord/timelord_state.py rename to chia/timelord/timelord_state.py diff --git a/src/timelord/types.py b/chia/timelord/types.py similarity index 100% rename from src/timelord/types.py rename to chia/timelord/types.py diff --git a/src/types/__init__.py b/chia/types/__init__.py similarity index 100% rename from src/types/__init__.py rename to chia/types/__init__.py diff --git a/src/types/announcement.py b/chia/types/announcement.py similarity index 100% rename from src/types/announcement.py rename to chia/types/announcement.py diff --git a/src/types/blockchain_format/__init__.py b/chia/types/blockchain_format/__init__.py similarity index 100% rename from src/types/blockchain_format/__init__.py rename to chia/types/blockchain_format/__init__.py diff --git a/src/types/blockchain_format/classgroup.py b/chia/types/blockchain_format/classgroup.py similarity index 100% rename from src/types/blockchain_format/classgroup.py rename to chia/types/blockchain_format/classgroup.py diff --git a/src/types/blockchain_format/coin.py b/chia/types/blockchain_format/coin.py similarity index 100% rename from src/types/blockchain_format/coin.py rename to chia/types/blockchain_format/coin.py diff --git a/src/types/blockchain_format/foliage.py b/chia/types/blockchain_format/foliage.py similarity index 100% rename from src/types/blockchain_format/foliage.py rename to chia/types/blockchain_format/foliage.py diff --git a/src/types/blockchain_format/pool_target.py b/chia/types/blockchain_format/pool_target.py similarity index 100% rename from src/types/blockchain_format/pool_target.py rename to chia/types/blockchain_format/pool_target.py diff --git a/src/types/blockchain_format/program.py b/chia/types/blockchain_format/program.py similarity index 100% rename from src/types/blockchain_format/program.py rename to chia/types/blockchain_format/program.py diff --git a/src/types/blockchain_format/proof_of_space.py b/chia/types/blockchain_format/proof_of_space.py similarity index 100% rename from src/types/blockchain_format/proof_of_space.py rename to chia/types/blockchain_format/proof_of_space.py diff --git a/src/types/blockchain_format/reward_chain_block.py b/chia/types/blockchain_format/reward_chain_block.py similarity index 100% rename from src/types/blockchain_format/reward_chain_block.py rename to chia/types/blockchain_format/reward_chain_block.py diff --git a/src/types/blockchain_format/sized_bytes.py b/chia/types/blockchain_format/sized_bytes.py similarity index 100% rename from src/types/blockchain_format/sized_bytes.py rename to chia/types/blockchain_format/sized_bytes.py diff --git a/src/types/blockchain_format/slots.py b/chia/types/blockchain_format/slots.py similarity index 100% rename from src/types/blockchain_format/slots.py rename to chia/types/blockchain_format/slots.py diff --git a/src/types/blockchain_format/sub_epoch_summary.py b/chia/types/blockchain_format/sub_epoch_summary.py similarity index 100% rename from src/types/blockchain_format/sub_epoch_summary.py rename to chia/types/blockchain_format/sub_epoch_summary.py diff --git a/src/types/blockchain_format/tree_hash.py b/chia/types/blockchain_format/tree_hash.py similarity index 100% rename from src/types/blockchain_format/tree_hash.py rename to chia/types/blockchain_format/tree_hash.py diff --git a/src/types/blockchain_format/vdf.py b/chia/types/blockchain_format/vdf.py similarity index 100% rename from src/types/blockchain_format/vdf.py rename to chia/types/blockchain_format/vdf.py diff --git a/src/types/coin_record.py b/chia/types/coin_record.py similarity index 100% rename from src/types/coin_record.py rename to chia/types/coin_record.py diff --git a/src/types/coin_solution.py b/chia/types/coin_solution.py similarity index 100% rename from src/types/coin_solution.py rename to chia/types/coin_solution.py diff --git a/src/types/condition_opcodes.py b/chia/types/condition_opcodes.py similarity index 100% rename from src/types/condition_opcodes.py rename to chia/types/condition_opcodes.py diff --git a/src/types/condition_var_pair.py b/chia/types/condition_var_pair.py similarity index 100% rename from src/types/condition_var_pair.py rename to chia/types/condition_var_pair.py diff --git a/src/types/end_of_slot_bundle.py b/chia/types/end_of_slot_bundle.py similarity index 100% rename from src/types/end_of_slot_bundle.py rename to chia/types/end_of_slot_bundle.py diff --git a/src/types/full_block.py b/chia/types/full_block.py similarity index 100% rename from src/types/full_block.py rename to chia/types/full_block.py diff --git a/src/types/header_block.py b/chia/types/header_block.py similarity index 100% rename from src/types/header_block.py rename to chia/types/header_block.py diff --git a/src/types/mempool_inclusion_status.py b/chia/types/mempool_inclusion_status.py similarity index 100% rename from src/types/mempool_inclusion_status.py rename to chia/types/mempool_inclusion_status.py diff --git a/src/types/mempool_item.py b/chia/types/mempool_item.py similarity index 100% rename from src/types/mempool_item.py rename to chia/types/mempool_item.py diff --git a/src/types/name_puzzle_condition.py b/chia/types/name_puzzle_condition.py similarity index 100% rename from src/types/name_puzzle_condition.py rename to chia/types/name_puzzle_condition.py diff --git a/src/types/peer_info.py b/chia/types/peer_info.py similarity index 100% rename from src/types/peer_info.py rename to chia/types/peer_info.py diff --git a/src/types/spend_bundle.py b/chia/types/spend_bundle.py similarity index 100% rename from src/types/spend_bundle.py rename to chia/types/spend_bundle.py diff --git a/src/types/unfinished_block.py b/chia/types/unfinished_block.py similarity index 100% rename from src/types/unfinished_block.py rename to chia/types/unfinished_block.py diff --git a/src/types/unfinished_header_block.py b/chia/types/unfinished_header_block.py similarity index 100% rename from src/types/unfinished_header_block.py rename to chia/types/unfinished_header_block.py diff --git a/src/types/weight_proof.py b/chia/types/weight_proof.py similarity index 100% rename from src/types/weight_proof.py rename to chia/types/weight_proof.py diff --git a/src/util/__init__.py b/chia/util/__init__.py similarity index 100% rename from src/util/__init__.py rename to chia/util/__init__.py diff --git a/src/util/api_decorators.py b/chia/util/api_decorators.py similarity index 100% rename from src/util/api_decorators.py rename to chia/util/api_decorators.py diff --git a/src/util/bech32m.py b/chia/util/bech32m.py similarity index 100% rename from src/util/bech32m.py rename to chia/util/bech32m.py diff --git a/src/util/block_cache.py b/chia/util/block_cache.py similarity index 100% rename from src/util/block_cache.py rename to chia/util/block_cache.py diff --git a/src/util/block_tools.py b/chia/util/block_tools.py similarity index 100% rename from src/util/block_tools.py rename to chia/util/block_tools.py diff --git a/src/util/byte_types.py b/chia/util/byte_types.py similarity index 100% rename from src/util/byte_types.py rename to chia/util/byte_types.py diff --git a/src/util/chain_utils.py b/chia/util/chain_utils.py similarity index 100% rename from src/util/chain_utils.py rename to chia/util/chain_utils.py diff --git a/src/util/chia_logging.py b/chia/util/chia_logging.py similarity index 100% rename from src/util/chia_logging.py rename to chia/util/chia_logging.py diff --git a/src/util/clvm.py b/chia/util/clvm.py similarity index 100% rename from src/util/clvm.py rename to chia/util/clvm.py diff --git a/src/util/condition_tools.py b/chia/util/condition_tools.py similarity index 100% rename from src/util/condition_tools.py rename to chia/util/condition_tools.py diff --git a/src/util/config.py b/chia/util/config.py similarity index 100% rename from src/util/config.py rename to chia/util/config.py diff --git a/src/util/create_alert_file.py b/chia/util/create_alert_file.py similarity index 100% rename from src/util/create_alert_file.py rename to chia/util/create_alert_file.py diff --git a/src/util/default_root.py b/chia/util/default_root.py similarity index 100% rename from src/util/default_root.py rename to chia/util/default_root.py diff --git a/src/util/english.txt b/chia/util/english.txt similarity index 100% rename from src/util/english.txt rename to chia/util/english.txt diff --git a/src/util/errors.py b/chia/util/errors.py similarity index 100% rename from src/util/errors.py rename to chia/util/errors.py diff --git a/src/util/hash.py b/chia/util/hash.py similarity index 100% rename from src/util/hash.py rename to chia/util/hash.py diff --git a/src/util/initial-config.yaml b/chia/util/initial-config.yaml similarity index 100% rename from src/util/initial-config.yaml rename to chia/util/initial-config.yaml diff --git a/src/util/ints.py b/chia/util/ints.py similarity index 100% rename from src/util/ints.py rename to chia/util/ints.py diff --git a/src/util/json_util.py b/chia/util/json_util.py similarity index 100% rename from src/util/json_util.py rename to chia/util/json_util.py diff --git a/src/util/keychain.py b/chia/util/keychain.py similarity index 100% rename from src/util/keychain.py rename to chia/util/keychain.py diff --git a/src/util/lru_cache.py b/chia/util/lru_cache.py similarity index 100% rename from src/util/lru_cache.py rename to chia/util/lru_cache.py diff --git a/src/util/make_test_constants.py b/chia/util/make_test_constants.py similarity index 100% rename from src/util/make_test_constants.py rename to chia/util/make_test_constants.py diff --git a/src/util/merkle_set.py b/chia/util/merkle_set.py similarity index 100% rename from src/util/merkle_set.py rename to chia/util/merkle_set.py diff --git a/src/util/misc.py b/chia/util/misc.py similarity index 100% rename from src/util/misc.py rename to chia/util/misc.py diff --git a/src/util/network.py b/chia/util/network.py similarity index 100% rename from src/util/network.py rename to chia/util/network.py diff --git a/src/util/partial_func.py b/chia/util/partial_func.py similarity index 100% rename from src/util/partial_func.py rename to chia/util/partial_func.py diff --git a/src/util/path.py b/chia/util/path.py similarity index 100% rename from src/util/path.py rename to chia/util/path.py diff --git a/src/util/pip_import.py b/chia/util/pip_import.py similarity index 100% rename from src/util/pip_import.py rename to chia/util/pip_import.py diff --git a/src/util/prev_transaction_block.py b/chia/util/prev_transaction_block.py similarity index 100% rename from src/util/prev_transaction_block.py rename to chia/util/prev_transaction_block.py diff --git a/src/util/recursive_replace.py b/chia/util/recursive_replace.py similarity index 100% rename from src/util/recursive_replace.py rename to chia/util/recursive_replace.py diff --git a/src/util/service_groups.py b/chia/util/service_groups.py similarity index 100% rename from src/util/service_groups.py rename to chia/util/service_groups.py diff --git a/src/util/setproctitle.py b/chia/util/setproctitle.py similarity index 100% rename from src/util/setproctitle.py rename to chia/util/setproctitle.py diff --git a/src/util/significant_bits.py b/chia/util/significant_bits.py similarity index 100% rename from src/util/significant_bits.py rename to chia/util/significant_bits.py diff --git a/src/util/streamable.py b/chia/util/streamable.py similarity index 100% rename from src/util/streamable.py rename to chia/util/streamable.py diff --git a/src/util/struct_stream.py b/chia/util/struct_stream.py similarity index 100% rename from src/util/struct_stream.py rename to chia/util/struct_stream.py diff --git a/src/util/type_checking.py b/chia/util/type_checking.py similarity index 100% rename from src/util/type_checking.py rename to chia/util/type_checking.py diff --git a/src/util/validate_alert.py b/chia/util/validate_alert.py similarity index 100% rename from src/util/validate_alert.py rename to chia/util/validate_alert.py diff --git a/src/util/vdf_prover.py b/chia/util/vdf_prover.py similarity index 100% rename from src/util/vdf_prover.py rename to chia/util/vdf_prover.py diff --git a/src/util/wallet_tools.py b/chia/util/wallet_tools.py similarity index 100% rename from src/util/wallet_tools.py rename to chia/util/wallet_tools.py diff --git a/src/util/ws_message.py b/chia/util/ws_message.py similarity index 100% rename from src/util/ws_message.py rename to chia/util/ws_message.py diff --git a/src/wallet/__init__.py b/chia/wallet/__init__.py similarity index 100% rename from src/wallet/__init__.py rename to chia/wallet/__init__.py diff --git a/src/wallet/block_record.py b/chia/wallet/block_record.py similarity index 100% rename from src/wallet/block_record.py rename to chia/wallet/block_record.py diff --git a/src/wallet/cc_wallet/__init__.py b/chia/wallet/cc_wallet/__init__.py similarity index 100% rename from src/wallet/cc_wallet/__init__.py rename to chia/wallet/cc_wallet/__init__.py diff --git a/src/wallet/cc_wallet/cc_info.py b/chia/wallet/cc_wallet/cc_info.py similarity index 100% rename from src/wallet/cc_wallet/cc_info.py rename to chia/wallet/cc_wallet/cc_info.py diff --git a/src/wallet/cc_wallet/cc_utils.py b/chia/wallet/cc_wallet/cc_utils.py similarity index 100% rename from src/wallet/cc_wallet/cc_utils.py rename to chia/wallet/cc_wallet/cc_utils.py diff --git a/src/wallet/cc_wallet/cc_wallet.py b/chia/wallet/cc_wallet/cc_wallet.py similarity index 100% rename from src/wallet/cc_wallet/cc_wallet.py rename to chia/wallet/cc_wallet/cc_wallet.py diff --git a/src/wallet/cc_wallet/ccparent.py b/chia/wallet/cc_wallet/ccparent.py similarity index 100% rename from src/wallet/cc_wallet/ccparent.py rename to chia/wallet/cc_wallet/ccparent.py diff --git a/src/wallet/cc_wallet/debug_spend_bundle.py b/chia/wallet/cc_wallet/debug_spend_bundle.py similarity index 100% rename from src/wallet/cc_wallet/debug_spend_bundle.py rename to chia/wallet/cc_wallet/debug_spend_bundle.py diff --git a/src/wallet/chialisp.py b/chia/wallet/chialisp.py similarity index 100% rename from src/wallet/chialisp.py rename to chia/wallet/chialisp.py diff --git a/src/wallet/derivation_record.py b/chia/wallet/derivation_record.py similarity index 100% rename from src/wallet/derivation_record.py rename to chia/wallet/derivation_record.py diff --git a/src/wallet/derive_keys.py b/chia/wallet/derive_keys.py similarity index 100% rename from src/wallet/derive_keys.py rename to chia/wallet/derive_keys.py diff --git a/src/wallet/key_val_store.py b/chia/wallet/key_val_store.py similarity index 100% rename from src/wallet/key_val_store.py rename to chia/wallet/key_val_store.py diff --git a/src/wallet/puzzles/__init__.py b/chia/wallet/puzzles/__init__.py similarity index 100% rename from src/wallet/puzzles/__init__.py rename to chia/wallet/puzzles/__init__.py diff --git a/src/wallet/puzzles/calculate_synthetic_public_key.clvm b/chia/wallet/puzzles/calculate_synthetic_public_key.clvm similarity index 100% rename from src/wallet/puzzles/calculate_synthetic_public_key.clvm rename to chia/wallet/puzzles/calculate_synthetic_public_key.clvm diff --git a/src/wallet/puzzles/calculate_synthetic_public_key.clvm.hex b/chia/wallet/puzzles/calculate_synthetic_public_key.clvm.hex similarity index 100% rename from src/wallet/puzzles/calculate_synthetic_public_key.clvm.hex rename to chia/wallet/puzzles/calculate_synthetic_public_key.clvm.hex diff --git a/src/wallet/puzzles/calculate_synthetic_public_key.clvm.hex.sha256tree b/chia/wallet/puzzles/calculate_synthetic_public_key.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/calculate_synthetic_public_key.clvm.hex.sha256tree rename to chia/wallet/puzzles/calculate_synthetic_public_key.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/cc.clvm b/chia/wallet/puzzles/cc.clvm similarity index 100% rename from src/wallet/puzzles/cc.clvm rename to chia/wallet/puzzles/cc.clvm diff --git a/src/wallet/puzzles/cc.clvm.hex b/chia/wallet/puzzles/cc.clvm.hex similarity index 100% rename from src/wallet/puzzles/cc.clvm.hex rename to chia/wallet/puzzles/cc.clvm.hex diff --git a/src/wallet/puzzles/cc.clvm.hex.sha256tree b/chia/wallet/puzzles/cc.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/cc.clvm.hex.sha256tree rename to chia/wallet/puzzles/cc.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/cc_loader.py b/chia/wallet/puzzles/cc_loader.py similarity index 100% rename from src/wallet/puzzles/cc_loader.py rename to chia/wallet/puzzles/cc_loader.py diff --git a/src/wallet/puzzles/chialisp_deserialisation.clvm b/chia/wallet/puzzles/chialisp_deserialisation.clvm similarity index 100% rename from src/wallet/puzzles/chialisp_deserialisation.clvm rename to chia/wallet/puzzles/chialisp_deserialisation.clvm diff --git a/src/wallet/puzzles/chialisp_deserialisation.clvm.hex b/chia/wallet/puzzles/chialisp_deserialisation.clvm.hex similarity index 100% rename from src/wallet/puzzles/chialisp_deserialisation.clvm.hex rename to chia/wallet/puzzles/chialisp_deserialisation.clvm.hex diff --git a/src/wallet/puzzles/chialisp_deserialisation.clvm.hex.sha256tree b/chia/wallet/puzzles/chialisp_deserialisation.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/chialisp_deserialisation.clvm.hex.sha256tree rename to chia/wallet/puzzles/chialisp_deserialisation.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/condition_codes.clvm b/chia/wallet/puzzles/condition_codes.clvm similarity index 100% rename from src/wallet/puzzles/condition_codes.clvm rename to chia/wallet/puzzles/condition_codes.clvm diff --git a/src/wallet/puzzles/create-lock-puzzlehash.clvm b/chia/wallet/puzzles/create-lock-puzzlehash.clvm similarity index 100% rename from src/wallet/puzzles/create-lock-puzzlehash.clvm rename to chia/wallet/puzzles/create-lock-puzzlehash.clvm diff --git a/src/wallet/puzzles/create-lock-puzzlehash.clvm.hex.sha256tree b/chia/wallet/puzzles/create-lock-puzzlehash.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/create-lock-puzzlehash.clvm.hex.sha256tree rename to chia/wallet/puzzles/create-lock-puzzlehash.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/generator_for_single_coin.clvm b/chia/wallet/puzzles/generator_for_single_coin.clvm similarity index 100% rename from src/wallet/puzzles/generator_for_single_coin.clvm rename to chia/wallet/puzzles/generator_for_single_coin.clvm diff --git a/src/wallet/puzzles/generator_for_single_coin.clvm..hex.sha256tree b/chia/wallet/puzzles/generator_for_single_coin.clvm..hex.sha256tree similarity index 100% rename from src/wallet/puzzles/generator_for_single_coin.clvm..hex.sha256tree rename to chia/wallet/puzzles/generator_for_single_coin.clvm..hex.sha256tree diff --git a/src/wallet/puzzles/generator_for_single_coin.clvm.hex b/chia/wallet/puzzles/generator_for_single_coin.clvm.hex similarity index 100% rename from src/wallet/puzzles/generator_for_single_coin.clvm.hex rename to chia/wallet/puzzles/generator_for_single_coin.clvm.hex diff --git a/src/wallet/puzzles/generator_for_single_coin.clvm.hex.sha256tree b/chia/wallet/puzzles/generator_for_single_coin.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/generator_for_single_coin.clvm.hex.sha256tree rename to chia/wallet/puzzles/generator_for_single_coin.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/generator_loader.py b/chia/wallet/puzzles/generator_loader.py similarity index 100% rename from src/wallet/puzzles/generator_loader.py rename to chia/wallet/puzzles/generator_loader.py diff --git a/src/wallet/puzzles/genesis-by-coin-id-with-0.clvm b/chia/wallet/puzzles/genesis-by-coin-id-with-0.clvm similarity index 100% rename from src/wallet/puzzles/genesis-by-coin-id-with-0.clvm rename to chia/wallet/puzzles/genesis-by-coin-id-with-0.clvm diff --git a/src/wallet/puzzles/genesis-by-coin-id-with-0.clvm.hex b/chia/wallet/puzzles/genesis-by-coin-id-with-0.clvm.hex similarity index 100% rename from src/wallet/puzzles/genesis-by-coin-id-with-0.clvm.hex rename to chia/wallet/puzzles/genesis-by-coin-id-with-0.clvm.hex diff --git a/src/wallet/puzzles/genesis-by-coin-id-with-0.clvm.hex.sha256tree b/chia/wallet/puzzles/genesis-by-coin-id-with-0.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/genesis-by-coin-id-with-0.clvm.hex.sha256tree rename to chia/wallet/puzzles/genesis-by-coin-id-with-0.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm b/chia/wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm similarity index 100% rename from src/wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm rename to chia/wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm diff --git a/src/wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm.hex b/chia/wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm.hex similarity index 100% rename from src/wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm.hex rename to chia/wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm.hex diff --git a/src/wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm.hex.sha256tree b/chia/wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm.hex.sha256tree rename to chia/wallet/puzzles/genesis-by-puzzle-hash-with-0.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/genesis_by_coin_id_with_0.py b/chia/wallet/puzzles/genesis_by_coin_id_with_0.py similarity index 100% rename from src/wallet/puzzles/genesis_by_coin_id_with_0.py rename to chia/wallet/puzzles/genesis_by_coin_id_with_0.py diff --git a/src/wallet/puzzles/genesis_by_puzzle_hash_with_0.py b/chia/wallet/puzzles/genesis_by_puzzle_hash_with_0.py similarity index 100% rename from src/wallet/puzzles/genesis_by_puzzle_hash_with_0.py rename to chia/wallet/puzzles/genesis_by_puzzle_hash_with_0.py diff --git a/src/wallet/puzzles/load_clvm.py b/chia/wallet/puzzles/load_clvm.py similarity index 100% rename from src/wallet/puzzles/load_clvm.py rename to chia/wallet/puzzles/load_clvm.py diff --git a/src/wallet/puzzles/lock.inner.puzzle.clvm b/chia/wallet/puzzles/lock.inner.puzzle.clvm similarity index 100% rename from src/wallet/puzzles/lock.inner.puzzle.clvm rename to chia/wallet/puzzles/lock.inner.puzzle.clvm diff --git a/src/wallet/puzzles/lock.inner.puzzle.clvm.hex b/chia/wallet/puzzles/lock.inner.puzzle.clvm.hex similarity index 100% rename from src/wallet/puzzles/lock.inner.puzzle.clvm.hex rename to chia/wallet/puzzles/lock.inner.puzzle.clvm.hex diff --git a/src/wallet/puzzles/lock.inner.puzzle.clvm.hex.sha256tree b/chia/wallet/puzzles/lock.inner.puzzle.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/lock.inner.puzzle.clvm.hex.sha256tree rename to chia/wallet/puzzles/lock.inner.puzzle.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/lowlevel_generator.py b/chia/wallet/puzzles/lowlevel_generator.py similarity index 100% rename from src/wallet/puzzles/lowlevel_generator.py rename to chia/wallet/puzzles/lowlevel_generator.py diff --git a/src/wallet/puzzles/p2_conditions.clvm b/chia/wallet/puzzles/p2_conditions.clvm similarity index 100% rename from src/wallet/puzzles/p2_conditions.clvm rename to chia/wallet/puzzles/p2_conditions.clvm diff --git a/src/wallet/puzzles/p2_conditions.clvm.hex b/chia/wallet/puzzles/p2_conditions.clvm.hex similarity index 100% rename from src/wallet/puzzles/p2_conditions.clvm.hex rename to chia/wallet/puzzles/p2_conditions.clvm.hex diff --git a/src/wallet/puzzles/p2_conditions.clvm.hex.sha256tree b/chia/wallet/puzzles/p2_conditions.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/p2_conditions.clvm.hex.sha256tree rename to chia/wallet/puzzles/p2_conditions.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/p2_conditions.py b/chia/wallet/puzzles/p2_conditions.py similarity index 100% rename from src/wallet/puzzles/p2_conditions.py rename to chia/wallet/puzzles/p2_conditions.py diff --git a/src/wallet/puzzles/p2_delegated_conditions.clvm b/chia/wallet/puzzles/p2_delegated_conditions.clvm similarity index 100% rename from src/wallet/puzzles/p2_delegated_conditions.clvm rename to chia/wallet/puzzles/p2_delegated_conditions.clvm diff --git a/src/wallet/puzzles/p2_delegated_conditions.clvm.hex b/chia/wallet/puzzles/p2_delegated_conditions.clvm.hex similarity index 100% rename from src/wallet/puzzles/p2_delegated_conditions.clvm.hex rename to chia/wallet/puzzles/p2_delegated_conditions.clvm.hex diff --git a/src/wallet/puzzles/p2_delegated_conditions.clvm.hex.sha256tree b/chia/wallet/puzzles/p2_delegated_conditions.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/p2_delegated_conditions.clvm.hex.sha256tree rename to chia/wallet/puzzles/p2_delegated_conditions.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/p2_delegated_conditions.py b/chia/wallet/puzzles/p2_delegated_conditions.py similarity index 100% rename from src/wallet/puzzles/p2_delegated_conditions.py rename to chia/wallet/puzzles/p2_delegated_conditions.py diff --git a/src/wallet/puzzles/p2_delegated_puzzle.clvm b/chia/wallet/puzzles/p2_delegated_puzzle.clvm similarity index 100% rename from src/wallet/puzzles/p2_delegated_puzzle.clvm rename to chia/wallet/puzzles/p2_delegated_puzzle.clvm diff --git a/src/wallet/puzzles/p2_delegated_puzzle.clvm.hex b/chia/wallet/puzzles/p2_delegated_puzzle.clvm.hex similarity index 100% rename from src/wallet/puzzles/p2_delegated_puzzle.clvm.hex rename to chia/wallet/puzzles/p2_delegated_puzzle.clvm.hex diff --git a/src/wallet/puzzles/p2_delegated_puzzle.clvm.hex.sha256tree b/chia/wallet/puzzles/p2_delegated_puzzle.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/p2_delegated_puzzle.clvm.hex.sha256tree rename to chia/wallet/puzzles/p2_delegated_puzzle.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/p2_delegated_puzzle.py b/chia/wallet/puzzles/p2_delegated_puzzle.py similarity index 100% rename from src/wallet/puzzles/p2_delegated_puzzle.py rename to chia/wallet/puzzles/p2_delegated_puzzle.py diff --git a/src/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm b/chia/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm similarity index 100% rename from src/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm rename to chia/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm diff --git a/src/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm.hex b/chia/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm.hex similarity index 100% rename from src/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm.hex rename to chia/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm.hex diff --git a/src/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm.hex.sha256tree b/chia/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm.hex.sha256tree rename to chia/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.py b/chia/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.py similarity index 100% rename from src/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.py rename to chia/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.py diff --git a/src/wallet/puzzles/p2_m_of_n_delegate_direct.clvm b/chia/wallet/puzzles/p2_m_of_n_delegate_direct.clvm similarity index 100% rename from src/wallet/puzzles/p2_m_of_n_delegate_direct.clvm rename to chia/wallet/puzzles/p2_m_of_n_delegate_direct.clvm diff --git a/src/wallet/puzzles/p2_m_of_n_delegate_direct.clvm.hex b/chia/wallet/puzzles/p2_m_of_n_delegate_direct.clvm.hex similarity index 100% rename from src/wallet/puzzles/p2_m_of_n_delegate_direct.clvm.hex rename to chia/wallet/puzzles/p2_m_of_n_delegate_direct.clvm.hex diff --git a/src/wallet/puzzles/p2_m_of_n_delegate_direct.clvm.hex.sha256tree b/chia/wallet/puzzles/p2_m_of_n_delegate_direct.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/p2_m_of_n_delegate_direct.clvm.hex.sha256tree rename to chia/wallet/puzzles/p2_m_of_n_delegate_direct.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/p2_m_of_n_delegate_direct.py b/chia/wallet/puzzles/p2_m_of_n_delegate_direct.py similarity index 100% rename from src/wallet/puzzles/p2_m_of_n_delegate_direct.py rename to chia/wallet/puzzles/p2_m_of_n_delegate_direct.py diff --git a/src/wallet/puzzles/p2_puzzle_hash.clvm b/chia/wallet/puzzles/p2_puzzle_hash.clvm similarity index 100% rename from src/wallet/puzzles/p2_puzzle_hash.clvm rename to chia/wallet/puzzles/p2_puzzle_hash.clvm diff --git a/src/wallet/puzzles/p2_puzzle_hash.clvm.hex b/chia/wallet/puzzles/p2_puzzle_hash.clvm.hex similarity index 100% rename from src/wallet/puzzles/p2_puzzle_hash.clvm.hex rename to chia/wallet/puzzles/p2_puzzle_hash.clvm.hex diff --git a/src/wallet/puzzles/p2_puzzle_hash.clvm.hex.sha256tree b/chia/wallet/puzzles/p2_puzzle_hash.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/p2_puzzle_hash.clvm.hex.sha256tree rename to chia/wallet/puzzles/p2_puzzle_hash.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/p2_puzzle_hash.py b/chia/wallet/puzzles/p2_puzzle_hash.py similarity index 100% rename from src/wallet/puzzles/p2_puzzle_hash.py rename to chia/wallet/puzzles/p2_puzzle_hash.py diff --git a/src/wallet/puzzles/prefarm/make_prefarm_ph.py b/chia/wallet/puzzles/prefarm/make_prefarm_ph.py similarity index 100% rename from src/wallet/puzzles/prefarm/make_prefarm_ph.py rename to chia/wallet/puzzles/prefarm/make_prefarm_ph.py diff --git a/src/wallet/puzzles/prefarm/spend_prefarm.py b/chia/wallet/puzzles/prefarm/spend_prefarm.py similarity index 100% rename from src/wallet/puzzles/prefarm/spend_prefarm.py rename to chia/wallet/puzzles/prefarm/spend_prefarm.py diff --git a/src/wallet/puzzles/puzzle_utils.py b/chia/wallet/puzzles/puzzle_utils.py similarity index 100% rename from src/wallet/puzzles/puzzle_utils.py rename to chia/wallet/puzzles/puzzle_utils.py diff --git a/src/wallet/puzzles/recompile-all.sh b/chia/wallet/puzzles/recompile-all.sh similarity index 100% rename from src/wallet/puzzles/recompile-all.sh rename to chia/wallet/puzzles/recompile-all.sh diff --git a/src/wallet/puzzles/rl.clvm b/chia/wallet/puzzles/rl.clvm similarity index 100% rename from src/wallet/puzzles/rl.clvm rename to chia/wallet/puzzles/rl.clvm diff --git a/src/wallet/puzzles/rl.clvm.hex b/chia/wallet/puzzles/rl.clvm.hex similarity index 100% rename from src/wallet/puzzles/rl.clvm.hex rename to chia/wallet/puzzles/rl.clvm.hex diff --git a/src/wallet/puzzles/rl.clvm.hex.sha256tree b/chia/wallet/puzzles/rl.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/rl.clvm.hex.sha256tree rename to chia/wallet/puzzles/rl.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/rl_aggregation.clvm b/chia/wallet/puzzles/rl_aggregation.clvm similarity index 100% rename from src/wallet/puzzles/rl_aggregation.clvm rename to chia/wallet/puzzles/rl_aggregation.clvm diff --git a/src/wallet/puzzles/rl_aggregation.clvm.hex b/chia/wallet/puzzles/rl_aggregation.clvm.hex similarity index 100% rename from src/wallet/puzzles/rl_aggregation.clvm.hex rename to chia/wallet/puzzles/rl_aggregation.clvm.hex diff --git a/src/wallet/puzzles/rl_aggregation.clvm.hex.sha256tree b/chia/wallet/puzzles/rl_aggregation.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/rl_aggregation.clvm.hex.sha256tree rename to chia/wallet/puzzles/rl_aggregation.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/sha256tree_module.clvm b/chia/wallet/puzzles/sha256tree_module.clvm similarity index 100% rename from src/wallet/puzzles/sha256tree_module.clvm rename to chia/wallet/puzzles/sha256tree_module.clvm diff --git a/src/wallet/puzzles/sha256tree_module.clvm.hex b/chia/wallet/puzzles/sha256tree_module.clvm.hex similarity index 100% rename from src/wallet/puzzles/sha256tree_module.clvm.hex rename to chia/wallet/puzzles/sha256tree_module.clvm.hex diff --git a/src/wallet/puzzles/sha256tree_module.clvm.hex.sha256tree b/chia/wallet/puzzles/sha256tree_module.clvm.hex.sha256tree similarity index 100% rename from src/wallet/puzzles/sha256tree_module.clvm.hex.sha256tree rename to chia/wallet/puzzles/sha256tree_module.clvm.hex.sha256tree diff --git a/src/wallet/puzzles/test_cc.py b/chia/wallet/puzzles/test_cc.py similarity index 100% rename from src/wallet/puzzles/test_cc.py rename to chia/wallet/puzzles/test_cc.py diff --git a/src/wallet/rl_wallet/__init__.py b/chia/wallet/rl_wallet/__init__.py similarity index 100% rename from src/wallet/rl_wallet/__init__.py rename to chia/wallet/rl_wallet/__init__.py diff --git a/src/wallet/rl_wallet/rl_wallet.py b/chia/wallet/rl_wallet/rl_wallet.py similarity index 100% rename from src/wallet/rl_wallet/rl_wallet.py rename to chia/wallet/rl_wallet/rl_wallet.py diff --git a/src/wallet/rl_wallet/rl_wallet_puzzles.py b/chia/wallet/rl_wallet/rl_wallet_puzzles.py similarity index 100% rename from src/wallet/rl_wallet/rl_wallet_puzzles.py rename to chia/wallet/rl_wallet/rl_wallet_puzzles.py diff --git a/src/wallet/secret_key_store.py b/chia/wallet/secret_key_store.py similarity index 100% rename from src/wallet/secret_key_store.py rename to chia/wallet/secret_key_store.py diff --git a/src/wallet/settings/default_settings.py b/chia/wallet/settings/default_settings.py similarity index 100% rename from src/wallet/settings/default_settings.py rename to chia/wallet/settings/default_settings.py diff --git a/src/wallet/settings/settings_objects.py b/chia/wallet/settings/settings_objects.py similarity index 100% rename from src/wallet/settings/settings_objects.py rename to chia/wallet/settings/settings_objects.py diff --git a/src/wallet/settings/user_settings.py b/chia/wallet/settings/user_settings.py similarity index 100% rename from src/wallet/settings/user_settings.py rename to chia/wallet/settings/user_settings.py diff --git a/src/wallet/sign_coin_solutions.py b/chia/wallet/sign_coin_solutions.py similarity index 100% rename from src/wallet/sign_coin_solutions.py rename to chia/wallet/sign_coin_solutions.py diff --git a/src/wallet/trade_manager.py b/chia/wallet/trade_manager.py similarity index 100% rename from src/wallet/trade_manager.py rename to chia/wallet/trade_manager.py diff --git a/src/wallet/trade_record.py b/chia/wallet/trade_record.py similarity index 100% rename from src/wallet/trade_record.py rename to chia/wallet/trade_record.py diff --git a/src/wallet/trading/__init__.py b/chia/wallet/trading/__init__.py similarity index 100% rename from src/wallet/trading/__init__.py rename to chia/wallet/trading/__init__.py diff --git a/src/wallet/trading/trade_status.py b/chia/wallet/trading/trade_status.py similarity index 100% rename from src/wallet/trading/trade_status.py rename to chia/wallet/trading/trade_status.py diff --git a/src/wallet/trading/trade_store.py b/chia/wallet/trading/trade_store.py similarity index 100% rename from src/wallet/trading/trade_store.py rename to chia/wallet/trading/trade_store.py diff --git a/src/wallet/transaction_record.py b/chia/wallet/transaction_record.py similarity index 100% rename from src/wallet/transaction_record.py rename to chia/wallet/transaction_record.py diff --git a/src/wallet/util/__init__.py b/chia/wallet/util/__init__.py similarity index 100% rename from src/wallet/util/__init__.py rename to chia/wallet/util/__init__.py diff --git a/src/wallet/util/backup_utils.py b/chia/wallet/util/backup_utils.py similarity index 100% rename from src/wallet/util/backup_utils.py rename to chia/wallet/util/backup_utils.py diff --git a/src/wallet/util/trade_utils.py b/chia/wallet/util/trade_utils.py similarity index 100% rename from src/wallet/util/trade_utils.py rename to chia/wallet/util/trade_utils.py diff --git a/src/wallet/util/transaction_type.py b/chia/wallet/util/transaction_type.py similarity index 100% rename from src/wallet/util/transaction_type.py rename to chia/wallet/util/transaction_type.py diff --git a/src/wallet/util/wallet_types.py b/chia/wallet/util/wallet_types.py similarity index 100% rename from src/wallet/util/wallet_types.py rename to chia/wallet/util/wallet_types.py diff --git a/src/wallet/wallet.py b/chia/wallet/wallet.py similarity index 100% rename from src/wallet/wallet.py rename to chia/wallet/wallet.py diff --git a/src/wallet/wallet_action.py b/chia/wallet/wallet_action.py similarity index 100% rename from src/wallet/wallet_action.py rename to chia/wallet/wallet_action.py diff --git a/src/wallet/wallet_action_store.py b/chia/wallet/wallet_action_store.py similarity index 100% rename from src/wallet/wallet_action_store.py rename to chia/wallet/wallet_action_store.py diff --git a/src/wallet/wallet_block_store.py b/chia/wallet/wallet_block_store.py similarity index 100% rename from src/wallet/wallet_block_store.py rename to chia/wallet/wallet_block_store.py diff --git a/src/wallet/wallet_blockchain.py b/chia/wallet/wallet_blockchain.py similarity index 100% rename from src/wallet/wallet_blockchain.py rename to chia/wallet/wallet_blockchain.py diff --git a/src/wallet/wallet_coin_record.py b/chia/wallet/wallet_coin_record.py similarity index 100% rename from src/wallet/wallet_coin_record.py rename to chia/wallet/wallet_coin_record.py diff --git a/src/wallet/wallet_coin_store.py b/chia/wallet/wallet_coin_store.py similarity index 100% rename from src/wallet/wallet_coin_store.py rename to chia/wallet/wallet_coin_store.py diff --git a/src/wallet/wallet_info.py b/chia/wallet/wallet_info.py similarity index 100% rename from src/wallet/wallet_info.py rename to chia/wallet/wallet_info.py diff --git a/src/wallet/wallet_node.py b/chia/wallet/wallet_node.py similarity index 100% rename from src/wallet/wallet_node.py rename to chia/wallet/wallet_node.py diff --git a/src/wallet/wallet_node_api.py b/chia/wallet/wallet_node_api.py similarity index 100% rename from src/wallet/wallet_node_api.py rename to chia/wallet/wallet_node_api.py diff --git a/src/wallet/wallet_puzzle_store.py b/chia/wallet/wallet_puzzle_store.py similarity index 100% rename from src/wallet/wallet_puzzle_store.py rename to chia/wallet/wallet_puzzle_store.py diff --git a/src/wallet/wallet_state_manager.py b/chia/wallet/wallet_state_manager.py similarity index 100% rename from src/wallet/wallet_state_manager.py rename to chia/wallet/wallet_state_manager.py diff --git a/src/wallet/wallet_sync_store.py b/chia/wallet/wallet_sync_store.py similarity index 100% rename from src/wallet/wallet_sync_store.py rename to chia/wallet/wallet_sync_store.py diff --git a/src/wallet/wallet_transaction_store.py b/chia/wallet/wallet_transaction_store.py similarity index 100% rename from src/wallet/wallet_transaction_store.py rename to chia/wallet/wallet_transaction_store.py diff --git a/src/wallet/wallet_user_store.py b/chia/wallet/wallet_user_store.py similarity index 100% rename from src/wallet/wallet_user_store.py rename to chia/wallet/wallet_user_store.py