chia-blockchain/tests/wallet
Sebastjan Trepca 123d695c4e
slightly faster nft complex offer tests (#14847)
* slightly faster nft complex offer tests

* cached bundle, faster offer matching

* nft metadata test fix

* more optimizations

* use get_nft_count method in tests

* use counts in bulk minting, avoid sleep

* flake

* offer cache fix

* forward compat param, max int16

* only parse programs with pairs

* cache offer data on method call, not init

* black
2023-03-28 11:46:09 -05:00
..
cat_wallet wallet: Drop some parameters from WalletStateManager.add_new_wallet (#14919) 2023-03-27 18:07:19 -05:00
dao_wallet Add placeholders for DAO Wallet directories (#14858) 2023-03-22 04:47:32 -05:00
db_wallet fixup tests that do not close all event loops (#14851) 2023-03-20 15:01:02 -05:00
did_wallet Fix a DID Wallet issue where an old DID coin causes us to assert during wallet creation (#14668) 2023-02-27 16:48:10 -06:00
nft_wallet slightly faster nft complex offer tests (#14847) 2023-03-28 11:46:09 -05:00
rpc Add support to cat_spend RPC for running TAIL (#14730) 2023-03-21 13:33:07 -05:00
simple_sync tests: Merge some fixtures and drop other redundant ones (#14629) 2023-02-21 18:37:33 -06:00
sync fix renaming of respond_block -> add_block (#14846) 2023-03-18 05:56:40 -05: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 remove leading newlines from indented code blocks (#14653) 2023-02-23 21:53:48 -06:00
test_puzzle_store.py remove leading newlines from indented code blocks (#14653) 2023-02-23 21:53:48 -06:00
test_singleton_lifecycle_fast.py Remove no longer needed cost_per_byte cases (#14850) 2023-03-24 18:29:50 -05: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 consensus: Rename add block method/enum (#14459) 2023-03-27 12:57:37 -05:00
test_wallet_coin_store.py wallet: Drop WalletCoinStore.get_multiple_coin_records (#14862) 2023-03-27 10:16:33 -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 tests: Merge some fixtures and drop other redundant ones (#14629) 2023-02-21 18:37:33 -06:00
test_wallet_retry.py Mempool private implementation (#14593) 2023-02-22 12:26:04 -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