chia-blockchain/tests/simulation
Matt Hauff a545e6a8a7
Introduce TXConfig and CoinSelectionConfig (#15666)
* Explore TXConfig

* test fixes

* more test fixs

* more test fixs

* Make TXConfig a CoinSelectionConfig subclass

* Move RPC config loading into decorator

* Fix mempool performance test

* Fix wallet sync test

* Fix streamable

* Forgot send_transaction_multi

* Remove potentially_inside_lock change

* Add .override to config object

* A few fixes from review

* Get create_message_spend working with tx_config.reuse_puzhash

* pylint and rebase fixes

* Add tests for CMD loaders

* Add RPC client and tests for cancel_offers endpoint

* Add some coverage

* Fix did test

* Add DID test coverage

* add tests for TXConfig & CoinSelectionConfig

* Add reuse_puzhash to dl wallet test

* Add reuse puzhash to dl_wallet test

* Add test coverage to wallet sync test

* Add more tests for TXConfig

* Add tests for coin_funcs.py

* Add some wallet_funcs tests

* Bad merge

* Fix bad test

* condense cmd tests

* test coverage ignore

* merge fix

* Undo GUI change

* Remove a couple of unused tx_endpoints

* Changes due to (#15846)

* Merge fixes

* new=True

* Fix the coins tests

* Fix DID tests

* Fix NFT tests

* Fix VC tests

* Fix wallet tests

* Delete now uneccessary tests

* Fix bad change
2023-08-18 14:03:37 -05:00
..
__init__.py Pass in environment to Popen, and fix lint issues (#1517) 2021-03-27 00:09:15 -07:00
config.py Parallel CI (#16071) 2023-08-17 12:16:26 -05:00
test_simulation.py Introduce TXConfig and CoinSelectionConfig (#15666) 2023-08-18 14:03:37 -05:00
test_simulator.py Introduce TXConfig and CoinSelectionConfig (#15666) 2023-08-18 14:03:37 -05:00
test_start_simulator.py more mypy platforms in ci (#12299) 2023-04-27 09:51:18 -05:00