xch-blockchain/tests/core
Kyle Altendorf f66b521067
Add DataLayer clear pending roots interfaces (#15516)
* add clear pending roots cli and rpc

* add tests

* drop extracted changes

* remove extracted change

* tidy

* add --yes

* handle todo

* more todo
2023-06-29 20:49:54 -05:00
..
cmds Add SigningMode and update verify_signature RPC to work with sign_message_by_* RPCs (#14213) 2023-01-25 12:44:37 -06:00
consensus configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
custom_types Improve error messages in verify_and_get_quality_string() and add unit tests (#15501) 2023-06-16 09:32:54 -05:00
daemon support calling daemon commands from chia rpc CLI (#15584) 2023-06-28 18:38:53 -05:00
data_layer Add DataLayer clear pending roots interfaces (#15516) 2023-06-29 20:49:54 -05:00
full_node don't parameterize the blockchain tests on DB version (#15588) 2023-06-22 11:04:10 -05:00
mempool fix checking of matrix.configuration.checkout_blocks_and_plots (#15454) 2023-06-29 20:48:50 -05:00
server Add config option to accept private network addresses from introducers (#15543) 2023-06-21 12:43:35 -05:00
ssl server: Don't pass the host to `WSChiaConnection` (#14152) 2023-05-09 15:58:20 -05:00
util Add flexibility to `log_exceptions()` (#14992) 2023-05-03 00:30:09 -05:00
__init__.py split tests 2021-01-12 17:02:22 -05:00
config.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
large_block.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
make_block_generator.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
node_height.py Typecheck node_height.py (#14940) 2023-05-23 19:52:49 -05:00
test_coins.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
test_cost_calculation.py make sure tests that use BlockTools use a single source of consensus constants (#15364) 2023-05-23 12:02:28 -05:00
test_crawler.py server: Introduce `ApiProtocol` (#15466) 2023-06-13 20:12:25 -05:00
test_crawler_rpc.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
test_daemon_rpc.py Add a daemon heartbeat setting to config.yaml (#13886) 2023-01-06 11:55:20 -06:00
test_db_conversion.py consensus: Rename add block method/enum (#14459) 2023-03-27 12:57:37 -05:00
test_db_validation.py consensus: Rename add block method/enum (#14459) 2023-03-27 12:57:37 -05:00
test_farmer_harvester_rpc.py Move harvester_farmer_environment to conftest.py (#15590) 2023-06-22 11:13:55 -05:00
test_filter.py tests: Merge some fixtures and drop other redundant ones (#14629) 2023-02-21 18:37:33 -06:00
test_full_node_rpc.py make sure tests that use BlockTools use a single source of consensus constants (#15364) 2023-05-23 12:02:28 -05:00
test_merkle_set.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
test_services.py improve adjusted_timeout() to handle floats and None (#14198) 2022-12-21 23:59:36 -06:00
test_setproctitle.py Remove test_setproctitle.py from mypy exclusions (#14939) 2023-05-23 14:25:08 -05:00