chia-blockchain/benchmarks
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 just put __init__.py files where we have .py files (plus subdirectories) (#10129) 2022-02-07 13:16:13 -08:00
block_ref.py Ms.mypy enable (#13320) 2022-09-08 12:57:15 -05:00
block_store.py Ms.mypy enable (#13320) 2022-09-08 12:57:15 -05:00
clvm_generator.bin fix typo in block_store benchmark (and missing clvm generator field) (#9433) 2021-12-01 11:31:31 -08:00
coin_store.py Ms.mypy enable (#13320) 2022-09-08 12:57:15 -05:00
jsonify.py make recurse_jsonify() work directly on types (#11537) 2022-05-18 09:15:03 -07:00
mempool.py Ms.mempool simplify (#13314) 2022-09-06 12:32:03 -05:00
streamable.py streamable: Simplify and force correct usage (#10509) 2022-04-08 18:29:32 -07:00
transaction_height_delta benchmark for blockchain.get_block_generator() (#9999) 2022-02-03 16:09:04 -08:00
utils.py more isort (#11401) 2022-05-05 08:17:38 -07:00