chia-blockchain/tests/wallet
Adam Kelly 8364166de1
Add MempoolRemoveReason, which represents why we are removing a MempoolItem (#14263)
* Add MempoolRemoveReason, which represents why we are removing a MempoolItem

* Add integration tests for remove_from_pool. Generalize call count tracking in mock Fee Estimator.
2023-01-03 17:08:18 -06:00
..
cat_wallet TechDebt: add get_name to WalletProtocol (#13995) 2022-12-20 13:26:06 -06:00
db_wallet Block and transaction processing helpers (#11535) 2022-12-19 16:40:58 -06:00
did_wallet TechDebt: add get_name to WalletProtocol (#13995) 2022-12-20 13:26:06 -06:00
nft_wallet improve adjusted_timeout() to handle floats and None (#14198) 2022-12-21 23:59:36 -06:00
rpc make wallet rpc client wallet id parameters accept int, not str (#14200) 2022-12-22 00:12:33 -06:00
simple_sync add local max subscription config (#14188) 2023-01-02 21:38:38 -06:00
sync Refactor test utils for import availability outside of repo (#13880) 2022-11-15 18:51:05 -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 Improve performance of wallets with many NFTs (#14023) 2022-11-29 14:35:25 -06:00
test_notifications.py tests: Use the self_hostname fixture in more places (#14067) 2022-12-08 11:33:40 -06:00
test_offer_parsing_performance.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
test_puzzle_store.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
test_singleton_lifecycle_fast.py isort: Remove all tests.wallet exceptions and sort the related files (#13978) 2022-11-22 15:33:17 -06:00
test_singleton_lifecycle.py isort: Remove all tests.wallet exceptions and sort the related files (#13978) 2022-11-22 15:33:17 -06:00
test_singleton.py isort: Remove all tests.wallet exceptions and sort the related files (#13978) 2022-11-22 15:33:17 -06:00
test_taproot.py correct test decoration and returns (#13703) 2022-10-25 17:47:54 -04:00
test_transaction_store.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
test_wallet_blockchain.py isort: Remove all tests.wallet exceptions and sort the related files (#13978) 2022-11-22 15:33:17 -06:00
test_wallet_coin_store.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05: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 Refactor test utils for import availability outside of repo (#13880) 2022-11-15 18:51:05 -06:00
test_wallet_retry.py Add MempoolRemoveReason, which represents why we are removing a MempoolItem (#14263) 2023-01-03 17:08:18 -06:00
test_wallet_trade_store.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05: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 wait for wallet sync in test_wallet_coinbase_reorg() and test_wallet_tx_reorg() (#14202) 2022-12-22 00:12:50 -06:00