chia-blockchain/tests/wallet
Kyle Altendorf 2ed75d47f3
more mypy platforms in ci (#12299)
* more mypy platforms in ci

* check not checks

* oh yeah, activate...

* add 3.11

* adjust job names

* actually use the right python version for install

* adjust for 3.7 hinting support

* exclude macos 3.7 and macos arm 3.8

* back to 3.8 for now

* major_dot_minor

* oops

* move ignore comments for 3.7

* and more
2023-04-27 09:51:18 -05:00
..
cat_wallet wallet: Raise in WalletNode.get_full_node_peer and move some of its calls (#14842) 2023-04-03 11:27:38 -05:00
dao_wallet Add placeholders for DAO Wallet directories (#14858) 2023-03-22 04:47:32 -05:00
db_wallet Chialisp file extensions (#14996) 2023-04-18 11:27:17 -05:00
did_wallet Add DID CLI (#15065) 2023-04-24 12:44:43 -06:00
nft_wallet Chialisp file extensions (#14996) 2023-04-18 11:27:17 -05:00
rpc wallet: Improve balance caching (#14631) 2023-04-03 09:52:11 -05:00
simple_sync tests: Merge some fixtures and drop other redundant ones (#14629) 2023-02-21 18:37:33 -06:00
sync tests: Fix flaky test_long_sync_untrusted_break (#15088) 2023-04-24 12:48:50 -06:00
__init__.py Fix tests. 2020-03-29 15:23:27 -07:00
config.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
test_address_type.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
test_bech32m.py strip input before bech32 decoding (#13759) 2022-10-31 10:45:08 -05:00
test_chialisp.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
test_coin_selection.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
test_nft_store.py nft paging at sqlite level (#14561) 2023-02-16 03:40:50 -06:00
test_notifications.py cleanup adjacent string literals (#14650) 2023-02-22 17:16:07 -06:00
test_offer_parsing_performance.py more mypy platforms in ci (#12299) 2023-04-27 09:51:18 -05:00
test_puzzle_store.py tests: Drop some unused code in test_puzzle_store.py (#15047) 2023-04-18 11:28:25 -05:00
test_singleton_lifecycle_fast.py Chialisp file extensions (#14996) 2023-04-18 11:27:17 -05:00
test_singleton_lifecycle.py Chialisp file extensions (#14996) 2023-04-18 11:27:17 -05:00
test_singleton.py Chialisp file extensions (#14996) 2023-04-18 11:27:17 -05:00
test_taproot.py correct test decoration and returns (#13703) 2022-10-25 17:47:54 -04:00
test_transaction_store.py wallet: Fix, simplify and test TransactionRecord.is_valid (#15048) 2023-04-18 11:28:50 -05:00
test_wallet_blockchain.py wallet: Some rework/cleanup of weight proof validation (#14572) 2023-04-14 15:18:25 -06:00
test_wallet_coin_store.py wallet: Implement WalletCoinRecord.to_json_dict_parsed_metadata (#15108) 2023-04-25 11:21:10 -06:00
test_wallet_interested_store.py isort: Remove all tests.wallet exceptions and sort the related files (#13978) 2022-11-22 15:33:17 -06:00
test_wallet_key_val_store.py isort: Remove all tests.wallet exceptions and sort the related files (#13978) 2022-11-22 15:33:17 -06:00
test_wallet_node.py wallet: Enable and fix more mypy in wallet_node.py (#14913) 2023-04-07 05:16:12 -05:00
test_wallet_retry.py Use "item" instead of "spend" in mempool's items functions names (#15103) 2023-04-24 12:45:37 -06:00
test_wallet_state_manager.py wallet: Fix sync mode indication (#14524) 2023-02-22 13:41:36 -06:00
test_wallet_trade_store.py no duplicate offers, handle conflict offers correctly (#14722) 2023-03-03 15:13:39 -06:00
test_wallet_user_store.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
test_wallet.py Stop sending change to a new address (#14422) 2023-03-09 18:32:21 -06:00