This seems to be something miners want control over.
Enable customising node policy for datacarrier data size with a -datacarriersize option #5077
pull luke-jr wants to merge 1 commits into bitcoin:master from luke-jr:datacarriersize changing 3 files +8 −2-
luke-jr commented at 11:56 PM on October 10, 2014: member
-
TheBlueMatt commented at 7:32 AM on October 11, 2014: member
Link/summary to miner requests?
-
luke-jr commented at 7:53 AM on October 11, 2014: member
The (5-10 people? not big) Eligius tx policy discussion concluded on 80 byte OP_RETURNs, and I've personally observed various positive reactions from random third parties in response, though I didn't save links or anything.
-
TheBlueMatt commented at 8:18 AM on October 11, 2014: member
What are those third parties? If they are parties using the chain to store data when they could otherwise only store commitments, I'm not sure we want to support them more?
-
in src/script/standard.cpp:None in 2b404e8598 outdated
136 | @@ -137,7 +137,7 @@ bool Solver(const CScript& scriptPubKey, txnouttype& typeRet, vector<vector<unsi 137 | else if (opcode2 == OP_SMALLDATA) 138 | { 139 | // small pushdata, <= MAX_OP_RETURN_RELAY bytes 140 | - if (vch1.size() > MAX_OP_RETURN_RELAY) 141 | + if (vch1.size() > GetArg("-datacarriersize", MAX_OP_RETURN_RELAY))
dexX7 commented at 4:36 PM on October 12, 2014:I'd seperate user input
GetArg("-datacarriersize", ...)from actual logic.
luke-jr commented at 7:58 PM on October 14, 2014:We're already re-parsing -datacarrier every time too. CNodePolicy would be moving these to AppInit2 anyway.
TheBlueMatt commented at 7:45 PM on October 13, 2014: member@jgarzik Making it an option, sure...changing the default...probably should be discussed on the ML.
Enable customising node policy for datacarrier data size with a -datacarriersize option 2aa632921eluke-jr force-pushed on Oct 27, 2014laanwj commented at 10:50 AM on October 27, 2014: memberutACK
TheBlueMatt commented at 8:32 PM on October 28, 2014: member-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 utACK commithash 2aa632921efd861a7c9968e8faf6c73cb3d62c4a -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJUT/1TAAoJEIm7uGY+LmXObkUQAICuCobiXOYEEd7mMCMB5hKe tlsOgWq7Hi7aZZZH3e0YieLL2XkKExSjKmDrqeOeo/szuPjlLmRsukSDS/fXMzHW /27L5JY5fJdMNLEECm+hV1sm9pHAkFzSDfHUHJAyajEvmQbZNi5Hs6D8Qrk6gbZq 539QqJZCxLc6tTHU2Wl9qmZ/6REIuKrOKxos9Qg+vANn8UQbtafCdX65JmlqG/cq 3MWU/4Yyk66qxO/X9WlcWyYmdYZTgpa9H71y9GP5wtJtXWeC7dRAZY7v5V5+Qr80 jaiJEKlTRmq87fzNby5oYqI8dXWYIDIPoxZfHa9CPNsa/wBKkAIb1cghognVrlju jJjxIOIxFff33Pze/PnZlR6Y0+MXN6qfgMqGO7W9Ripkj9CXc0DzdQ6LJdo8i2hN JdfJ8+mbflQmfrJ8ycNubB/nkfxkSA/v/3kU4vtpnk8wga9yY7N8t6kJfZVTNy3a 9ew6564XnwAgONXe3UW8zXCEImfRUjzmsPrYahHUis3Klb1PFImf2rw8fF85yZJK AaslG156zp85DKeM9wRXXwKxo+VtnYupclvyo/qUmo0r7L5oyaBur/1BqIsnBAyW BhWbkeW4SfEa6pGDGg3SvDEXEgctjS4iqfdHfAyxH5BXPQ4mAgSpwPxYa1DEzoSJ 2MKxoQTUxRO5gIPqNj60 =j96Y -----END PGP SIGNATURE-----laanwj merged this on Oct 31, 2014laanwj closed this on Oct 31, 2014laanwj referenced this in commit 96012e83f1 on Oct 31, 2014luke-jr deleted the branch on Jan 1, 2015MarcoFalke locked this on Sep 8, 2021
github-metadata-mirror
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: 2026-04-14 15:15 UTC
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: 2026-04-14 15:15 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me