chia-blockchain/chia/consensus
Mariano Sorgente 876692631a
Fix issue with error handling in timelord. Show infusion rate for all… (#1716)
* Fix issue with error handling in timelord. Show infusion rate for all timelords (even slow ones), and fix logging for rate limiting

* Fix another issue

* Further improvements in crashes, and better counting

* Don't error if we cannot infuse

* flake8

* more flake8

* Improvements for not the fastest timelord

* Don't double count

* Don't double count (again)
2021-04-06 19:48:46 -07:00
..
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
block_body_validation.py git mv src chia 2021-04-04 21:41:39 -07:00
block_creation.py git mv src chia 2021-04-04 21:41:39 -07:00
block_header_validation.py git mv src chia 2021-04-04 21:41:39 -07:00
block_record.py git mv src chia 2021-04-04 21:41:39 -07:00
block_rewards.py git mv src chia 2021-04-04 21:41:39 -07:00
block_root_validation.py git mv src chia 2021-04-04 21:41:39 -07:00
blockchain_check_conditions.py git mv src chia 2021-04-04 21:41:39 -07:00
blockchain_interface.py git mv src chia 2021-04-04 21:41:39 -07:00
blockchain.py Fix issue with error handling in timelord. Show infusion rate for all… (#1716) 2021-04-06 19:48:46 -07:00
coinbase.py git mv src chia 2021-04-04 21:41:39 -07:00
condition_costs.py git mv src chia 2021-04-04 21:41:39 -07:00
constants.py git mv src chia 2021-04-04 21:41:39 -07:00
cost_calculator.py git mv src chia 2021-04-04 21:41:39 -07:00
default_constants.py git mv src chia 2021-04-04 21:41:39 -07:00
deficit.py git mv src chia 2021-04-04 21:41:39 -07:00
difficulty_adjustment.py git mv src chia 2021-04-04 21:41:39 -07:00
find_fork_point.py git mv src chia 2021-04-04 21:41:39 -07:00
full_block_to_block_record.py git mv src chia 2021-04-04 21:41:39 -07:00
get_block_challenge.py git mv src chia 2021-04-04 21:41:39 -07:00
make_sub_epoch_summary.py git mv src chia 2021-04-04 21:41:39 -07:00
multiprocess_validation.py git mv src chia 2021-04-04 21:41:39 -07:00
network_type.py git mv src chia 2021-04-04 21:41:39 -07:00
pos_quality.py git mv src chia 2021-04-04 21:41:39 -07:00
pot_iterations.py git mv src chia 2021-04-04 21:41:39 -07:00
vdf_info_computation.py git mv src chia 2021-04-04 21:41:39 -07:00