Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHIA-818 Add Soft Fork options to simulator config #18247

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

jack60612
Copy link
Contributor

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
Copy link
Contributor Author

i added the commit label

@jack60612 jack60612 added Added Required label for PR that categorizes merge commit message as "Added" for changelog simulator labels Jun 25, 2024
@jack60612 jack60612 marked this pull request as ready for review July 1, 2024 16:26
@jack60612 jack60612 requested a review from a team as a code owner July 1, 2024 16:26
@jack60612 jack60612 requested a review from altendky July 1, 2024 16:26
@jack60612 jack60612 changed the title Add Soft Fork options to simulator config CHIA-818 Add Soft Fork options to simulator config Jul 1, 2024
Copy link
Contributor

github-actions bot commented Jul 1, 2024

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%

@arvidn
Copy link
Contributor

arvidn commented Jul 8, 2024

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

@Starttoaster Starttoaster merged commit c0d5b9b into main Jul 8, 2024
372 of 373 checks passed
@Starttoaster Starttoaster deleted the jn.sim-softfork branch July 8, 2024 20:17
@jack60612
Copy link
Contributor Author

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

it does not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Added Required label for PR that categorizes merge commit message as "Added" for changelog simulator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants