BIP62 states number is strictly limited 4 byte int range, but it breaks forward compatibility with BIP65 as now. Add exception case of locktime number(which can be up to 2**32-1) to correct.
bip-0062: add nLockTime exception case as an overflow of 4-byte int #1609
pull ChrisCho-H wants to merge 1 commits into bitcoin:master from ChrisCho-H:master changing 1 files +1 −1-
ChrisCho-H commented at 1:29 PM on June 5, 2024: contributor
-
bip-0062: add nLockTime exception case as an overflow of 4-byte int 7ec8e4ddb9
-
murchandamus commented at 3:24 PM on June 5, 2024: contributor
BIP 62 has been withdrawn. I’m not sure it makes sense to continue work on it. cc: @sipa
-
sipa commented at 3:27 PM on June 5, 2024: member
NACK, this is changing the proposal. While it would be right to include this change is this were proposed today, that's not the case, because as @murchandamus points out it is withdrawn.
- murchandamus closed this on Jun 5, 2024
Contributors