chia-blockchain/chia/consensus
2022-02-20 10:40:46 -05:00
..
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
block_body_validation.py Correct comment about max future block timestamp (#10105) 2022-02-03 21:05:20 -08:00
block_creation.py remove the GeneratorArgs type, and instead include the heights and generator programs as separate lists in BlockGenerator. The heights are not necessary when validating blocks, so this makes it easier to omit them in that case. The heights are only used when generating/farming a block. (#10006) 2022-01-31 18:49:39 -08: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_interface.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
blockchain.py make blockchain.height_to_hash() return None on failure, rather than assert (#10331) 2022-02-20 10:40:46 -05:00
coinbase.py Fix some hints (#9484) 2021-12-10 15:00:43 -08:00
condition_costs.py remove zero condition cost constants. They only contribute complexity. They must be zero by consensus rules, they won't change. (#9657) 2021-12-22 18:49:52 -08:00
constants.py introduce restrictions on generators at a specific height (#9957) 2022-01-28 12:29:11 -08:00
cost_calculator.py remove redundant function, calculate_cost_of_program(). The cost is now part of the NPCResult object (#9964) 2022-01-31 18:49:12 -08:00
default_constants.py updated soft fork to 2300000 (#10170) 2022-02-09 18:02:06 -08: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 Move BLS validation to other processes during sync (#9746) 2022-01-20 14:50:41 -08: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 introduce restrictions on generators at a specific height (#9957) 2022-01-28 12:29:11 -08: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