init: Disallow negation of blockversion #19827
pull MarcoFalke wants to merge 1 commits into bitcoin:master from MarcoFalke:2008-parseBoolBlockVersion changing 2 files +5 −1-
MarcoFalke commented at 9:33 am on August 28, 2020: memberThe block version is numeric. Allowing boolean values for it doesn’t really make sense.
-
init: Disallow negation of blockversion fabd6e7f13
-
MarcoFalke added the label Utils/log/libs on Aug 28, 2020
-
DrahtBot commented at 12:10 pm on August 28, 2020: member
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Coverage
Coverage Change (pull 19827, e7bf8b78a3fcdfd1ad46d7bb17c8e14c000ced73) Reference (master, 862fde88be706adb20a211178253636442c3ae00) Lines +0.0139 % 90.9299 % Functions +0.0000 % 86.0199 % Branches +0.0121 % 52.5911 % Updated at: 2020-08-28T12:10:57.740259.
-
laanwj commented at 12:19 pm on August 28, 2020: memberGood catch, code review ACK fabd6e7f130cece3ce3fa2986183ef777a08f58a
-
jonatack commented at 2:06 pm on August 28, 2020: member
ACK fabd6e7f130ce
A couple nice-to-haves in the same file if you retouch:
0--- a/test/functional/feature_config_args.py 1+++ b/test/functional/feature_config_args.py 2@@ -16,6 +16,7 @@ class ConfArgsTest(BitcoinTestFramework): 3 4 def test_config_file_parser(self): 5+ self.log.info('Test config file parser') 6 # Assume node is stopped 7 8 inc_conf_file_path = os.path.join(self.nodes[0].datadir, 'include.conf') 9@@ -83,6 +84,7 @@ class ConfArgsTest(BitcoinTestFramework): 10 11 def test_log_buffer(self): 12+ self.log.info('Test log buffer') 13 with self.nodes[0].assert_debug_log(expected_msgs=['Warning: parsed potentially confusing double-negative -connect=0\n']): 14 self.start_node(0, extra_args=['-noconnect=0'])
-
MarcoFalke commented at 2:11 pm on August 28, 2020: member
this should go after #16545.
Why?
-
hebasto commented at 2:17 pm on August 28, 2020: member
this should go after #16545.
Why?
Only #16545 guaranties:
Trigger startup errors if bitcoin is configured with bad setting values according to flags. Also raise internal errors if settings are registered and retrieved with inconsistent flags.
Without error checking it could lead to false safety sense.
-
ryanofsky commented at 2:21 pm on August 28, 2020: member
I’m not sure what’s happening with this PR, but I’d ask this not to be rushed. At least give me a day or two to rebase #16545.
I think a DISALLOW_NEGATION flag could be a good idea, but I think would be a misuse of the ALLOW_INT flag to affect negation. The ALLOW_INT flag is meant to allow -value=123 settings to be parsed while disallowing settings like -value=string. Just because a setting accepts integer values doesn’t mean the setting should disallow negation. Sometimes in cases like this, you may want to disallow negation. Sometimes in other cases, negation may be ok. Maybe in these cases it is a nice convenience to stick with historical behavior of interpretting -novalue the same as -value=0. Other times maybe it makes sense implement special behavior for -novalue clear a list, or disable a feature, or eliminiate a limit, while value=number sets limit.
-
MarcoFalke commented at 3:21 pm on August 28, 2020: memberOk, going to reopen later
-
MarcoFalke closed this on Aug 28, 2020
-
MarcoFalke deleted the branch on Aug 28, 2020
-
MarcoFalke commented at 7:42 am on August 18, 2021: member
@ryanofsky At least give me a day or two to rebase #16545.
It looks like there is outstanding review (https://github.com/bitcoin/bitcoin/pull/16545#issuecomment-579068737), so I am wondering if I should wait another day or two?
-
ryanofsky commented at 6:43 pm on August 19, 2021: member
so I am wondering if I should wait another day or two?
So impatient. It only took me 569 days to respond to that depressing review comment. Any case I updated #16545 to keep the “Negating of -%s is meaningless and therefore forbidden” behavior this PR relies on.
I would still like this PR to be merged after #16545 and to be accompanied by release notes, so stricter -blockversion validation happens once in a single PR instead of incrementally in two PRs, and so the behavior changes are clearly documented.
-
DrahtBot locked this on Aug 19, 2022
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-23 12:12 UTC
More mirrored repositories can be found on mirror.b10c.me