This tightens up the IsStandard() rules so transactions that put extra data in their scriptSigs are considered non-standard.
Make transactions with extra data in their scriptSig's non-standard. #769
pull gavinandresen wants to merge 1 commits into bitcoin:master from gavinandresen:standardScriptSigs changing 5 files +67 −11-
gavinandresen commented at 6:51 PM on January 19, 2012: contributor
-
Make transactions with extra data in their scriptSig's non-standard. 39f0d96860
-
luke-jr commented at 7:01 PM on January 19, 2012: member
How about just stripping it out instead? ;)
-
jgarzik commented at 10:22 PM on February 3, 2012: contributor
visual ACK
-
luke-jr commented at 10:26 PM on February 3, 2012: member
To elaborate, stripping it out would enable service providers to add an extra signature for 0-confirmation trust, rather than the blockchain-spamming "green addresses" proposal.
-
gavinandresen commented at 3:36 PM on February 6, 2012: contributor
Stripping is a bad idea, that changes the transaction id.
-
luke-jr commented at 3:46 PM on February 6, 2012: member
It should have no effect on normal clients, which won't add extra data. Clients that do add extra data can be written to expect the change.
- gavinandresen merged this on Feb 7, 2012
- gavinandresen closed this on Feb 7, 2012
- destenson referenced this in commit cd651ff6d1 on Jun 26, 2016
- ptschip referenced this in commit 39fa916d26 on Sep 6, 2017
- dexX7 referenced this in commit 4b0028d551 on Sep 19, 2018
- sipa referenced this in commit 6312e5152c on Jul 28, 2020
- sipa referenced this in commit 85de7c1ced on Aug 6, 2020
- sipa referenced this in commit 94dc6bcc30 on Aug 7, 2020
- sipa referenced this in commit a951950cf7 on Aug 16, 2020
- sipa referenced this in commit 0a0db15fc7 on Aug 16, 2020
- sipa referenced this in commit 5d5bef0862 on Aug 28, 2020
- KolbyML referenced this in commit 565e630f64 on Sep 4, 2020
- sipa referenced this in commit 62da1445ac on Sep 4, 2020
- sipa referenced this in commit f0c6824af2 on Sep 5, 2020
- sipa referenced this in commit b9c1a76481 on Sep 11, 2020
- DrahtBot locked this on Sep 8, 2021
Contributors