diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-10-06 10:01:23 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-10-06 10:01:42 +0200 |
| commit | b6f3a4eb19ae93403f428acf7e4ff933c16144cf (patch) | |
| tree | 8fc3d47bedfa735ea0c5667806655813b69fc8b2 | |
| parent | Merge pull request #6768 (diff) | |
| parent | Document pull-req #6424 in release-notes (diff) | |
| download | discoin-b6f3a4eb19ae93403f428acf7e4ff933c16144cf.tar.xz discoin-b6f3a4eb19ae93403f428acf7e4ff933c16144cf.zip | |
Merge pull request #6751
9204930 Document pull-req #6424 in release-notes (Peter Todd)
| -rw-r--r-- | doc/release-notes.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 70623a393..78ab3516f 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -105,6 +105,16 @@ In this version, it is only enforced for peers that send protocol versions removed. It is recommended to update SPV clients to check for the `NODE_BLOOM` service bit for nodes that report versions newer than 70011. +Any sequence of pushdatas in OP_RETURN outputs now allowed +---------------------------------------------------------- + +Previously OP_RETURN outputs with a payload were only relayed and mined if they +had a single pushdata. This restriction has been lifted to allow any +combination of data pushes and numeric constant opcodes (OP_1 to OP_16). The +limit on OP_RETURN output size is now applied to the entire serialized +scriptPubKey, 83 bytes by default. (the previous 80 byte default plus three +bytes overhead) + Merkle branches removed from wallet ----------------------------------- |