-
Notifications
You must be signed in to change notification settings - Fork 721
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
Rename TestEnableDevelopmentHardForkEras and TestEnableDevelopmentNetworkProtocols #4341
Conversation
It won't be enough to just change the code. There are some tests that use the |
ce9fcf3
to
9146c99
Compare
Fixed |
9146c99
to
de2ec58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor change
de2ec58
to
c4b4fc8
Compare
d0ea45e
to
d47eef1
Compare
In the diff, I see renames to Can I confirm the code changes are correct and the change log and PR description need to be updated to match the code? |
d47eef1
to
fd284b8
Compare
fd284b8
to
1e3563c
Compare
f34f566
to
71c5e9d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
71c5e9d
to
234b072
Compare
234b072
to
8ab8d91
Compare
TestEnableDevelopmentHardForkEras has been renamed to TestEnableDevelopmentProtVer. An error is thrown if TestEnableDevelopmentHardForkEras is used to avoid it silently being set to False. Closes #4043
1f04646
to
eb8ac21
Compare
TestEnableDevelopmentNetworkProtocols has been renamed to ExperimentalProtocols. An error is thrown if TestEnableDevelopmentNetworkProtocols is used to avoid it silently being set to False.
eb8ac21
to
d2cd5c4
Compare
TestEnableDevelopmentHardForkEras
has been renamed toExperimentalHardForksEnabled
. An error is thrown ifTestEnableDevelopmentHardForkEras
is used to avoid it silently being setto
False
.TestEnableDevelopmentNetworkProtocols
has been renamed toExperimentalProtocolsEnabled
. An error is thrown ifTestEnableDevelopmentNetworkProtocols
is used to avoid it silently being setto
False
.Closes #4043
Closes #4470