chia-blockchain/tests/util
Mariano Sorgente 87a3e93cc4
Ms.mypy enable (#13320)
* Remove mempool.additions

* Don't re run the program, and remove program from mempool item

* Removals only stores item ids, and stores a list

* Move pending cache down to prevent cache dos

* Separate validation from adding to pool, and remove mypy exceptions

* Fix bug with replacing

* Add to mypy

* Revert cbgui

* precommit fail

* Properly update the seen dict

* lint error

* Fix mempool bug

* Enable mypy for a bunch of files

* Update after merge with main

* 99/260 remaining

* Address comments

* Enable more mypy

* Merge conflict mypy file

* More fixes

* pytest.ini and cb-gui

* One more flake8 fix

* Flake8 and tests

* More test fixes

* isort

* Make LGTM happy

* Update chia/full_node/block_store.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update chia/full_node/full_node_store.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update chia/wallet/util/peer_request_cache.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Apply all suggestions from PR comments

* Revert cb-gui

* 100 back to 1000, minor tweaks

Co-authored-by: Kyle Altendorf <sda@fstab.net>
2022-09-08 12:57:15 -05:00
..
__init__.py Added tests, improved serialization 2019-08-05 14:38:16 +09:00
alert_server.py replace some asyncio.get_event_loop().run_until_complete() with asyncio.run() (#11131) 2022-04-20 11:03:31 -07:00
benchmark_cost.py Move simulator test requirements over to new module (#12521) 2022-07-25 14:07:38 -05:00
bip39_test_vectors.json util: Drop partially implemented BIP39 passphrase support (#12748) 2022-08-06 09:50:33 -05:00
blockchain.py Ms.mypy enable (#13320) 2022-09-08 12:57:15 -05:00
build_network_protocol_files.py Request header blocks, and new rate limits (#11636) 2022-06-11 01:35:41 -05:00
config.py run tests in parallel in CI (#10499) 2022-03-22 15:04:07 -07:00
db_connection.py Revert "now that all uses of DBWrapper have been updated to DBWrapper2, remove the old one" (#13145) 2022-08-25 02:05:16 -05:00
gen_ssl_certs.py Hardcoded SSL test certs/keys (#10828) 2022-03-25 09:24:59 -07:00
generator_tools_testing.py remove soft fork logic at height 2300000 (#12563) 2022-08-01 17:32:53 -05:00
key_tool.py Move simulator test requirements over to new module (#12521) 2022-07-25 14:07:38 -05:00
keyring.py util: Free all non-class related functions in FileKeyring (#12655) 2022-07-29 11:35:08 -05:00
misc.py Catchup/long lived atari from release 1.4.0 46ebed37d8 (#11648) 2022-05-26 18:11:21 -07:00
network_protocol_data.py Request header blocks, and new rate limits (#11636) 2022-06-11 01:35:41 -05:00
protocol_messages_bytes-v1.0 Request header blocks, and new rate limits (#11636) 2022-06-11 01:35:41 -05:00
protocol_messages_json.py Request header blocks, and new rate limits (#11636) 2022-06-11 01:35:41 -05:00
rpc.py fixup hints 2022-02-23 08:51:09 -05:00
temp_file.py add db validate function to check consistency of blockchain database (#10398) 2022-02-25 08:00:16 -08:00
test_chunks.py chunk coin_store request into smaller sql queries (#10359) 2022-02-21 20:07:05 -08:00
test_full_block_utils.py optimize get_block_store (#13263) 2022-09-03 01:34:05 -05:00
test_lock_queue.py remove some event_loop() fixtures (#10420) 2022-03-14 06:08:35 -07:00
test_misc.py Catchup/long lived atari from release 1.4.0 46ebed37d8 (#11648) 2022-05-26 18:11:21 -07:00
test_network_protocol_files.py Ms.mypy enable (#13320) 2022-09-08 12:57:15 -05:00
test_network_protocol_json.py Request header blocks, and new rate limits (#11636) 2022-06-11 01:35:41 -05:00
test_network_protocol_test.py Rust coin state (#12934) 2022-08-18 12:20:09 -05:00
test_network.py Add Windows CI (#10681) 2022-05-31 14:04:45 -05:00
test_paginator.py util: Implement Paginator class as interface to access a list by pages (#11247) 2022-05-04 02:20:28 +02:00
test_struct_stream.py Catchup/long lived atari from release 1.4.0 46ebed37d8 (#11648) 2022-05-26 18:11:21 -07:00
wallet_is_synced.py Fix several bugs with untrusted sync, and correct sync status (#13133) 2022-08-24 15:29:51 -05:00