forked from Chia-Network/chia-blockchain
-
Notifications
You must be signed in to change notification settings - Fork 11
/
mypy-exclusions.txt
182 lines (182 loc) · 5.68 KB
/
mypy-exclusions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
# File created by: python manage-mypy.py build-exclusions
hddcoin.cmds.plots
hddcoin.cmds.plotters
hddcoin.cmds.start_funcs
hddcoin.cmds.wallet
hddcoin.cmds.wallet_funcs
hddcoin.daemon.server
hddcoin.data_layer.data_layer_wallet
hddcoin.introducer.introducer
hddcoin.introducer.introducer_api
hddcoin.plotters.bladebit
hddcoin.plotters.madmax
hddcoin.plotters.plotters
hddcoin.plotters.plotters_util
hddcoin.plotting.manager
hddcoin.plotting.util
hddcoin.pools.pool_puzzles
hddcoin.pools.pool_wallet
hddcoin.pools.pool_wallet_info
hddcoin.rpc.harvester_rpc_client
hddcoin.rpc.rpc_client
hddcoin.rpc.util
hddcoin.rpc.wallet_rpc_api
hddcoin.rpc.wallet_rpc_client
hddcoin.seeder.crawl_store
hddcoin.seeder.crawler
hddcoin.seeder.crawler_api
hddcoin.seeder.dns_server
hddcoin.seeder.peer_record
hddcoin.seeder.start_crawler
hddcoin.simulator.full_node_simulator
hddcoin.simulator.keyring
hddcoin.simulator.setup_services
hddcoin.simulator.start_simulator
hddcoin.simulator.time_out_assert
hddcoin.simulator.wallet_tools
hddcoin.ssl.create_ssl
hddcoin.timelord.timelord_api
hddcoin.timelord.timelord_launcher
hddcoin.types.blockchain_format.program
hddcoin.util.block_cache
hddcoin.util.hddcoin_logging
hddcoin.util.config
hddcoin.util.db_wrapper
hddcoin.util.hash
hddcoin.util.json_util
hddcoin.util.keychain
hddcoin.util.keyring_wrapper
hddcoin.util.make_test_constants
hddcoin.util.merkle_set
hddcoin.util.partial_func
hddcoin.util.profiler
hddcoin.util.service_groups
hddcoin.util.ssl_check
hddcoin.wallet.block_record
hddcoin.wallet.cat_wallet.cat_wallet
hddcoin.wallet.chialisp
hddcoin.wallet.did_wallet.did_wallet
hddcoin.wallet.did_wallet.did_wallet_puzzles
hddcoin.wallet.key_val_store
hddcoin.wallet.lineage_proof
hddcoin.wallet.nft_wallet.nft_puzzles
hddcoin.wallet.payment
hddcoin.wallet.puzzles.load_clvm
hddcoin.wallet.puzzles.p2_conditions
hddcoin.wallet.puzzles.p2_delegated_conditions
hddcoin.wallet.puzzles.p2_delegated_puzzle
hddcoin.wallet.puzzles.p2_delegated_puzzle_or_hidden_puzzle
hddcoin.wallet.puzzles.p2_m_of_n_delegate_direct
hddcoin.wallet.puzzles.p2_puzzle_hash
hddcoin.wallet.puzzles.prefarm.spend_prefarm
hddcoin.wallet.puzzles.puzzle_utils
hddcoin.wallet.puzzles.singleton_top_layer
hddcoin.wallet.puzzles.tails
hddcoin.wallet.trading.trade_store
hddcoin.wallet.transaction_record
hddcoin.wallet.util.debug_spend_bundle
hddcoin.wallet.util.new_peak_queue
hddcoin.wallet.wallet
hddcoin.wallet.wallet_coin_store
hddcoin.wallet.wallet_interested_store
hddcoin.wallet.wallet_node_api
hddcoin.wallet.wallet_pool_store
hddcoin.wallet.wallet_puzzle_store
hddcoin.wallet.wallet_transaction_store
hddcoin.wallet.wallet_user_store
installhelper
tests.blockchain.blockchain_test_utils
tests.blockchain.test_blockchain
tests.build-init-files
tests.clvm.coin_store
tests.clvm.test_chialisp_deserialization
tests.clvm.test_program
tests.clvm.test_puzzle_compression
tests.clvm.test_puzzles
tests.clvm.test_serialized_program
tests.clvm.test_singletons
tests.clvm.test_spend_sim
tests.conftest
tests.connection_utils
tests.core.cmds.test_keys
tests.core.consensus.test_pot_iterations
tests.core.custom_types.test_coin
tests.core.custom_types.test_spend_bundle
tests.core.daemon.test_daemon
tests.core.full_node.full_sync.test_full_sync
tests.core.full_node.stores.test_block_store
tests.core.full_node.stores.test_coin_store
tests.core.full_node.stores.test_full_node_store
tests.core.full_node.stores.test_hint_store
tests.core.full_node.stores.test_sync_store
tests.core.full_node.test_address_manager
tests.core.full_node.test_block_height_map
tests.core.full_node.test_conditions
tests.core.full_node.test_full_node
tests.core.full_node.test_node_load
tests.core.full_node.test_peer_store_resolver
tests.core.full_node.test_performance
tests.core.full_node.test_transactions
tests.core.make_block_generator
tests.core.mempool.test_mempool
tests.core.mempool.test_mempool_performance
tests.core.server.test_dos
tests.core.server.test_rate_limits
tests.core.ssl.test_ssl
tests.core.test_cost_calculation
tests.core.test_crawler_rpc
tests.core.test_daemon_rpc
tests.core.test_db_conversion
tests.core.test_filter
tests.core.test_full_node_rpc
tests.core.test_merkle_set
tests.core.util.test_cached_bls
tests.core.util.test_config
tests.core.util.test_file_keyring_synchronization
tests.core.util.test_files
tests.core.util.test_keychain
tests.core.util.test_keyring_wrapper
tests.core.util.test_lru_cache
tests.core.util.test_significant_bits
tests.generator.test_list_to_batches
tests.generator.test_scan
tests.plotting.test_plot_manager
tests.pools.test_pool_cmdline
tests.pools.test_pool_config
tests.pools.test_pool_puzzles_lifecycle
tests.pools.test_wallet_pool_store
tests.simulation.test_simulation
tests.tools.test_run_block
tests.util.benchmark_cost
tests.util.db_connection
tests.util.generator_tools_testing
tests.util.key_tool
tests.util.test_full_block_utils
tests.util.test_lock_queue
tests.util.test_misc
tests.util.test_network
tests.wallet.cat_wallet.test_cat_lifecycle
tests.wallet.cat_wallet.test_cat_wallet
tests.wallet.cat_wallet.test_offer_lifecycle
tests.wallet.cat_wallet.test_trades
tests.wallet.did_wallet.test_did
tests.wallet.nft_wallet.test_nft_puzzles
tests.wallet.nft_wallet.test_nft_wallet
tests.wallet.rpc.test_wallet_rpc
tests.wallet.simple_sync.test_simple_sync_protocol
tests.wallet.sync.test_wallet_sync
tests.wallet.test_bech32m
tests.wallet.test_chialisp
tests.wallet.test_puzzle_store
tests.wallet.test_singleton
tests.wallet.test_singleton_lifecycle
tests.wallet.test_singleton_lifecycle_fast
tests.wallet.test_taproot
tests.wallet.test_wallet_blockchain
tests.wallet.test_wallet_interested_store
tests.wallet.test_wallet_key_val_store
tests.wallet.test_wallet_user_store
tests.weight_proof.test_weight_proof
tools.analyze-chain
tools.run_block
tools.test_full_sync