chia-blockchain icon indicating copy to clipboard operation
chia-blockchain copied to clipboard

refactor full_node add_block

Open almogdepaz opened this issue 5 months ago • 11 comments

Purpose:

full node add_block is only used to add blocks on top of the current Peak, it does not need ForkInfo besides from the usage in tests, this pr removes that field and updates all the tests, this allows us to remove cases from blockchain.py add_block that dont serve us in node operation

Current Behavior:

New Behavior:

Testing Notes:

almogdepaz avatar Sep 12 '24 12:09 almogdepaz