mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
Merge pull request #6751
9204930
Document pull-req #6424 in release-notes (Peter Todd)
This commit is contained in:
commit
b6f3a4eb19
1 changed files with 10 additions and 0 deletions
|
@ -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`
|
removed. It is recommended to update SPV clients to check for the `NODE_BLOOM`
|
||||||
service bit for nodes that report versions newer than 70011.
|
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
|
Merkle branches removed from wallet
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue