mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-06 02:24:25 -05:00
- Real block reward schedule: Prefarm 21,000,000 0-3 years 2 chia per block 3-6 years 1 chia per block 6-9 years 0.5 chia per block 9-12 years 0.25 chia per block after that 0.125 chia per block - Fixed proof of space estimation formula (type). network space was overestimated by 2x - Consolidated all genesis hashes into one GENESIS_CHALLENGE value - Tables sub_block_record renamed into block_record, in anticipation of renaming of sub blocks to blocks - Coin amounts stored as bytes since sqlite 3 does not fit 64 bit unsigned integers as ints - Fix a bug with chia show and chia netspace - Adds validation of end of sub slots - RPC renames: get_sub_block -> get_block -parameter sub_block -> block get_sub_block_record_by_height -> get_block_record_by_height -parameter sub_block_record -> block_record get_sub_block_record -> get_block_record -parameter sub_block_record to block_record get_sub_block_records -> get_block_records -parameter sub_block_records -> block_records get_unfinished_sub_block_headers -> get_unfinished_block_headers Co-authored-by: Yostra <straya@chia.net> Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com> Co-authored-by: almog <almogdepaz@gmail.com>