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

Add Soft Fork options to simulator config

Open jack60612 opened this issue 1 year ago • 1 comments

Purpose:

Allow user to set simulator fork block height

Current Behavior:

No forks active on simulator (copy main net values, way too high for sim)

New Behavior:

All forks active by default (block height zero)

Testing Notes:

Not sure if needed, as existing consensus code is used. This just adds a shortcut to enable the forks on the simulator.

jack60612 avatar Jun 25 '24 18:06 jack60612

i added the commit label

jack60612 avatar Jun 25 '24 18:06 jack60612

File Coverage Missing Lines
chia/cmds/sim_funcs.py 0.0% lines 103-104, 108, 110, 112-113, 115-116, 123-131
Total Missing Coverage
17 lines 17 lines 0%

github-actions[bot] avatar Jul 01 '24 16:07 github-actions[bot]

I don't believe this affects the simulations that are run as part of the full node tests, right?

arvidn avatar Jul 08 '24 18:07 arvidn

I don't believe this affects the simulations that are run as part of the full node tests, right?

it does not

jack60612 avatar Jul 09 '24 19:07 jack60612