Almog De Paz
Almog De Paz
separate trusted and non-trusted sync separate non-trusted long and short sync remove redundant code paths validate peak header block - currently we request the block but dont validate the response...
dont throw Errors on shutdown/restart while syncing check that service name is included in register_service (this error appeared in the logs here https://github.com/Chia-Network/chia-blockchain/issues/12268 )
### Purpose: improving the flow that handles a new peak ### Current Behavior: we would skip a new peak for the wrong condition in some edge cases we would also...
### Purpose: when we reorg we traverse the blockchain in multiple places to find the fork height, this is an attempt at removing blockchain traversal to find fork height, this...
### Purpose: when choosing between two peaks with the same height chose the chain with less iterations even if peaks are on different sub_slots ### Current Behavior: we will chose...
### Purpose: ### Current Behavior: ### New Behavior: ### Testing Notes:
### Purpose: ### Current Behavior: ### New Behavior: ### Testing Notes:
### Purpose: add better logs and return paths for validation of recent chain part of the WP ### Current Behavior: No ### New Behavior: No ### Testing Notes:
### Purpose: refactor pre_validate_blocks_multiprocessing ### New Behavior: no change to behavior ### Testing Notes: