chia-blockchain/chia/wallet
Kyle Altendorf 05f67167fe
Correct some type hints adjacent to bytes32 (#8957)
* Correct some type hints adjacent to bytes32

Note that these errors won't show up until the sized bytes are
rewritten to "support" hinting.  They are too dynamic at the moment.

* drop some bytes32 hints with unneeded Optional

* Apply suggestions from code review

* remove code change, this pr is hints only
2021-11-22 13:16:52 -08:00
..
cc_wallet Correct some type hints adjacent to bytes32 (#8957) 2021-11-22 13:16:52 -08:00
did_wallet Correct some type hints adjacent to bytes32 (#8957) 2021-11-22 13:16:52 -08:00
puzzles 20210923 clvm tools rs (#8601) 2021-10-05 10:49:21 -07:00
rl_wallet Rename coin solution to coin spend (#6841) 2021-07-12 16:31:27 -07:00
settings git mv src chia 2021-04-04 21:41:39 -07:00
trading execute the sqlite pragmas only once, at the lever where the database is opened. Also, say FULL instead of 2, to make it clearer what the pragma is doing (#5993) 2021-09-15 10:57:13 -07:00
util Correct some type hints adjacent to bytes32 (#8957) 2021-11-22 13:16:52 -08:00
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
block_record.py git mv src chia 2021-04-04 21:41:39 -07:00
chialisp.py git mv src chia 2021-04-04 21:41:39 -07:00
derivation_record.py Improve streamable (#3031) 2021-04-30 10:22:11 -07:00
derive_keys.py Pools mainnet (#7047) 2021-06-29 14:21:25 -07:00
key_val_store.py execute the sqlite pragmas only once, at the lever where the database is opened. Also, say FULL instead of 2, to make it clearer what the pragma is doing (#5993) 2021-09-15 10:57:13 -07:00
lineage_proof.py Pools mainnet (#7047) 2021-06-29 14:21:25 -07:00
secret_key_store.py git mv src chia 2021-04-04 21:41:39 -07:00
sign_coin_spends.py Ms.mempool locking (#9050) 2021-11-04 09:29:05 -07:00
trade_manager.py Correct some type hints adjacent to bytes32 (#8957) 2021-11-22 13:16:52 -08:00
trade_record.py git mv src chia 2021-04-04 21:41:39 -07:00
transaction_record.py Pools mainnet (#7047) 2021-06-29 14:21:25 -07:00
wallet_action_store.py Lock for all writes (#1758) 2021-04-10 19:07:02 -07:00
wallet_action.py Improve streamable (#3031) 2021-04-30 10:22:11 -07:00
wallet_block_store.py execute the sqlite pragmas only once, at the lever where the database is opened. Also, say FULL instead of 2, to make it clearer what the pragma is doing (#5993) 2021-09-15 10:57:13 -07:00
wallet_blockchain.py Remove tupling of a hash (#8948) 2021-10-29 10:27:39 -07:00
wallet_coin_record.py Improve streamable (#3031) 2021-04-30 10:22:11 -07:00
wallet_coin_store.py execute the sqlite pragmas only once, at the lever where the database is opened. Also, say FULL instead of 2, to make it clearer what the pragma is doing (#5993) 2021-09-15 10:57:13 -07:00
wallet_info.py git mv src chia 2021-04-04 21:41:39 -07:00
wallet_interested_store.py Disable sqlite sync (#8319) 2021-09-17 10:47:34 -07:00
wallet_node_api.py Remove useless pass in wallet node (#6313) 2021-06-01 22:09:12 -07:00
wallet_node.py Peer db new serialization (#9079) 2021-11-19 11:12:58 -08:00
wallet_pool_store.py Disable sqlite sync (#8319) 2021-09-17 10:47:34 -07:00
wallet_puzzle_store.py Make WalletPuzzleStore.get_derivation_record_for_puzzle_hash() take bytes32 (#8960) 2021-10-29 10:39:06 -07:00
wallet_state_manager.py Correct some type hints adjacent to bytes32 (#8957) 2021-11-22 13:16:52 -08:00
wallet_sync_store.py git mv src chia 2021-04-04 21:41:39 -07:00
wallet_transaction_store.py execute the sqlite pragmas only once, at the lever where the database is opened. Also, say FULL instead of 2, to make it clearer what the pragma is doing (#5993) 2021-09-15 10:57:13 -07:00
wallet_user_store.py execute the sqlite pragmas only once, at the lever where the database is opened. Also, say FULL instead of 2, to make it clearer what the pragma is doing (#5993) 2021-09-15 10:57:13 -07:00
wallet.py Correct some type hints adjacent to bytes32 (#8957) 2021-11-22 13:16:52 -08:00