mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 12:29:49 +03:00
87a3e93cc4
* 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> |
||
---|---|---|
.. | ||
__init__.py | ||
alert_server.py | ||
benchmark_cost.py | ||
bip39_test_vectors.json | ||
blockchain.py | ||
build_network_protocol_files.py | ||
config.py | ||
db_connection.py | ||
gen_ssl_certs.py | ||
generator_tools_testing.py | ||
key_tool.py | ||
keyring.py | ||
misc.py | ||
network_protocol_data.py | ||
protocol_messages_bytes-v1.0 | ||
protocol_messages_json.py | ||
rpc.py | ||
temp_file.py | ||
test_chunks.py | ||
test_full_block_utils.py | ||
test_lock_queue.py | ||
test_misc.py | ||
test_network_protocol_files.py | ||
test_network_protocol_json.py | ||
test_network_protocol_test.py | ||
test_network.py | ||
test_paginator.py | ||
test_struct_stream.py | ||
wallet_is_synced.py |