-
Notifications
You must be signed in to change notification settings - Fork 2k
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
remove special case logic for soft-fork 3 activation #16819
Conversation
… to the entire chain
|
the missing test coverage is from a benchmark, which we don't instrument |
What do you think about leaving the enum entry for I know it's in git history; I just wonder if it's worth keeping a list of all the soft-forks somewhere visible. Ah, I see. There's really no need. |
I wish I could reply to comments on this main page, since we're forced to use comments here for comments that won't block the PR. |
I don't really expect it to be very likely to restore the soft-fork3 tests. but worst case we can always:
|
Purpose:
Apply the new rules to the entire chain, to simplify our code.
Current Behavior:
Softfork-3 activates at height 4510000
New Behavior:
Softfork-3 activates at height 0
Test
here
Main currently runs 6391 tests, with this patch we run 5227 tests (saving 1164 tests)